Module dlangui.widgets.lists
This module contains list widgets implementation.
Similar to lists implementation in Android UI API.
Synopsis
import dlangui .widgets .lists;
Interfaces
Name | Description |
---|---|
ListAdapter
|
list widget adapter provides items for list widgets |
OnAdapterChangeHandler
|
interface - slot for onAdapterChangeListener |
OnItemClickHandler
|
interface - slot for onItemClickListener |
OnItemSelectedHandler
|
interface - slot for onItemSelectedListener |
Classes
Name | Description |
---|---|
IconStringListAdapter
|
List adapter providing strings with icons. |
ListAdapterBase
|
List adapter for simple list of widget instances |
ListWidget
|
List widget - shows content as hori |
StringListAdapter
|
List adapter providing strings only. |
StringListAdapterBase
|
List adapter providing strings only. |
StringListWidget
|
|
WidgetListAdapter
|
List adapter for simple list of widget instances |
Structs
Name | Description |
---|---|
StringListValue
|
string values string list adapter - each item can have optional string or integer id, and optional icon resource id |
Authors
Vadim Lopatin, coolreader.org@gmail.com
Copyright
Vadim Lopatin, 2014
License
Boost License 1.0