ListTextEditor
open class ListTextEditor<T>(focusManager: FocusManager?, encoder: Encoder<T, String>) : ListEditor<T> (source)
Functions
Link copied to clipboard
open override fun edit(list: MutableList<T, *>, item: T, index: Int, current: View): EditOperation<T>