Class ComboBoxBase

Abstract combobox widget.

class ComboBoxBase
  : Panel

Constructors

NameDescription
this ()

Fields

TypeNameDescription
void delegate(int)
onPreview Triggers when the user drags the mouse on the list items and hovers over different items
void delegate(int)
onSelect Triggers on item selection and passes integer index of the item

1 inherited fields

Methods

NameDescription
build ()
buildArrow ()
buildBody ()
buildList ()
close ()
createState ()
itemCount ()
open ()
select (index)
updateElement (el)

5 inherited methods

Inner classes

NameDescription
State

CSS nodes

ComboBoxBase.opened?
├── .body
╰── .arrow
Popup.combobox
╰── ListView
    ├── .item
    ...