BasicSelectBoxBehavior
class BasicSelectBoxBehavior<T, M : ListModel<T>>(display: Display, textMetrics: TextMetrics, backgroundColor: Color, darkBackgroundColor: Color, foregroundColor: Color, cornerRadius: Double, buttonWidth: Double = 20.0, focusManager: FocusManager? = null, popupManager: PopupManager? = null, buttonA11yLabel: String? = null, inset: Double = 4.0) : SelectBoxBehavior<T, M> , PointerListener, KeyListener(source)
Created by Nicholas Eddy on 9/9/21.
Constructors
Link copied to clipboard
constructor(display: Display, textMetrics: TextMetrics, backgroundColor: Color, darkBackgroundColor: Color, foregroundColor: Color, cornerRadius: Double, buttonWidth: Double = 20.0, focusManager: FocusManager? = null, popupManager: PopupManager? = null, buttonA11yLabel: String? = null, inset: Double = 4.0)