Class WidgetListAdapter
List adapter for simple list of widget instances
Inherits from
-
(base class)Object
-
ListAdapter
Properties
Name | Type | Description |
---|---|---|
itemCount
[get]
|
int |
returns number of widgets in list
|
widgets
[get]
|
ObjectList!(dlangui.widgets.widget.Widget) |
list of widgets to display
|
Methods
Name | Description |
---|---|
itemState
|
return list item's state flags |
itemWidget
|
return list item widget by item index
|
resetItemState
|
reset one or more list item's state flags , returns updated state
|
setItemState
|
set one or more list item's state flags , returns updated state
|
Authors
Vadim Lopatin, coolreader.org@gmail.com
Copyright
Vadim Lopatin, 2014
License
Boost License 1.0