- Index
 - »
 - domkit
 - »
 - ListButton
 
type
ListButton
ListButton allows user selection of an item in a list by showing a listbox popup on button press.
See also: docDomkit, Button, ToggleButton
constructors
fields
methods
| onElem | 
 Callback to create an   | 
|---|---|
| onSelect | 
 Callback when selected item has changed.  | 
Slot Details
items
 Obj[] items := Obj#.emptyList
The current list items.
make
new make()
onElem
onSelect
sel
 Selection sel { private set }
Selection for list.