Module dcanvas.widgets.lists
List widgets implementation.
Similar to lists implementation in Android UI API.
Synopsis
import dcanvas .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 horizontal or vertical list |
StringListAdapter
|
List adapter providing strings only. |
StringListAdapterBase
|
List adapter providing strings only. |
StringListWidget
|