DropdownEditor

interface DropdownEditor<T>(source)

Functions

Link copied to clipboard
abstract fun edit(dropdown: MutableDropdown<T, *>, value: T, current: View): EditOperation<T>