BasicMutableSelectBoxBehavior
class BasicMutableSelectBoxBehavior<T, M : MutableListModel<T>>(display: Display, textMetrics: TextMetrics, backgroundColor: Color, darkBackgroundColor: Color, foregroundColor: Color, cornerRadius: Double, buttonWidth: Double, focusManager: FocusManager? = null, popupManager: PopupManager? = null, buttonA11yLabel: String? = null, inset: Double = 4.0) : MutableSelectBoxBehavior<T, M> , PointerListener(source)
Constructors
Link copied to clipboard
constructor(display: Display, textMetrics: TextMetrics, backgroundColor: Color, darkBackgroundColor: Color, foregroundColor: Color, cornerRadius: Double, buttonWidth: Double, focusManager: FocusManager? = null, popupManager: PopupManager? = null, buttonA11yLabel: String? = null, inset: Double = 4.0)