class

ListButton

@Js
class ListButton : Button

ListButton allows user selection of an item in a list by showing a listbox popup on button press.

See also: docDomkit, Button, ToggleButton

constructors make

fields sel

Selection for list

items

The current list items

methods onElem

Callback to create an Elem representation for a given list item

onSelect

Callback when selected item has changed

items Obj[] : items

The current list items.

make new make()

onElem Void onElem(|Obj->Obj| f)

Callback to create an Elem representation for a given list item. If function does not return an Elem instance, one will be created using toStr of value.

onSelect Void onSelect(|This| f)

Callback when selected item has changed.

sel Selection : sel

Selection for list.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST