RowEditor

interface RowEditor

Properties

Link copied to clipboard
abstract val row: Row

Functions

Link copied to clipboard
abstract fun col(index: Int): CellEditor?
abstract fun col(key: String): CellEditor?
Link copied to clipboard
abstract fun copyInto(other: RowEditor)
Link copied to clipboard
abstract fun dropdown(index: Int): DropdownCellEditor?
abstract fun dropdown(key: String): DropdownCellEditor?
Link copied to clipboard
abstract fun image(index: Int): ImageCellEditor?
abstract fun image(key: String): ImageCellEditor?
Link copied to clipboard
abstract fun text(index: Int): TextCellEditor?
abstract fun text(key: String): TextCellEditor?