RowEditor

interface RowEditor

Properties

Link copied to clipboard
abstract val row: Row

Functions

Link copied to clipboard
abstract fun barcode(index: Int): BarcodeCellEditor?
abstract fun barcode(key: String?): BarcodeCellEditor?
Link copied to clipboard
abstract fun blockText(index: Int): BlockCellEditor?
abstract fun blockText(key: String): BlockCellEditor?
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 date(index: Int): DateCellEditor?
abstract fun date(key: String): DateCellEditor?
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 multiSelect(index: Int): MultiselectCellEditor?
Link copied to clipboard
abstract fun number(index: Int): NumberCellEditor?
abstract fun number(key: String): NumberCellEditor?
Link copied to clipboard
abstract fun progress(index: Int): ProgressCellEditor?
abstract fun progress(key: String): ProgressCellEditor?
Link copied to clipboard
abstract fun signature(index: Int): SignatureCellEditor?
abstract fun signature(key: String?): SignatureCellEditor?
Link copied to clipboard
abstract fun text(index: Int): TextCellEditor?
abstract fun text(key: String?): TextCellEditor?