trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
This describes commonalities between all types of Dropdowns.
getAriaLabel()
Get the aria-label of the Dropdown.
getLabel()
Get the label of the Dropdown.
withLabel($label)
Get a Dropdown like this, but with an additional/replaced label.
withAriaLabel($label)
Get a Dropdown like this, but with an additional/replaced aria-label.
getItems()
Get the items of the Dropdown.