class domkit::ListButton
sys::Obj dom::Elem domkit::Button domkit::ListButton
@Js
ListButton allows user selection of an item in a list by showing a listbox popup on button press.
See also: docDomkit, Button, ToggleButton
- items
-
Obj[] items := Obj#.emptyListThe current list items.
- make
-
new make() - onElem
-
Callback to create an
Elemrepresentation for a given list item. If function does not return anEleminstance, one will be created usingtoStrof value. - onSelect
-
Callback when selected item has changed.
- sel
-
Selection sel { private set }Selection for list.