SelectBoxTextEditOperation
open class SelectBoxTextEditOperation<T>(focusManager: FocusManager?, mapper: Encoder<T, String>, dropdown: MutableSelectBox<T, *>, value: T, current: View) : GenericTextEditOperation<T, MutableSelectBox<T, *>> (source)
Constructors
Link copied to clipboard
constructor(focusManager: FocusManager?, mapper: Encoder<T, String>, dropdown: MutableSelectBox<T, *>, value: T, current: View)