selectBoxEditor
inline fun <T> selectBoxEditor(crossinline block: (dropdown: MutableSelectBox<T, *>, value: T, current: View) -> EditOperation<T>): SelectBoxEditor<T>(source)
Creates a SelectBoxEditor from the given lambda block.
Return
an edit operation
Parameters
block
to execute to create the EditOperation