SelectBoxBehavior

Provides presentation and behavior customization for SelectBox.

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
open var SelectBox<T, M>.insets: Insets
Link copied to clipboard
open var SelectBox<T, M>.layout: Layout?
Link copied to clipboard
open var SelectBox<T, M>.list: List<T, M>?
Link copied to clipboard
open val SelectBox<T, M>.model: M

Functions

Link copied to clipboard
Link copied to clipboard
open fun changed(dropdown: SelectBox<T, M>)

Called whenever the SelectBox's value or selection changes. This is an explicit API to ensure that behaviors receive the notification before listeners to SelectBox.changed.

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun contains(view: SelectBox<T, M>, point: Point): Boolean
Link copied to clipboard
open fun install(view: SelectBox<T, M>)
Link copied to clipboard
Link copied to clipboard
open fun render(view: SelectBox<T, M>, canvas: Canvas)
Link copied to clipboard
open fun uninstall(view: SelectBox<T, M>)