Cells

Functions

Link copied to clipboard
abstract fun all(): List<Cell>
Link copied to clipboard
abstract override fun barcode(key: String?): BarcodeCell?
Link copied to clipboard
abstract fun block(key: String?): Cell?
Link copied to clipboard
abstract override fun date(key: String?): DateCell?
Link copied to clipboard
abstract override fun dropdown(key: String?): DropdownCell?
Link copied to clipboard
abstract override fun file(key: String?): FileCell?
Link copied to clipboard
abstract override fun find(key: String?): Cell?

Finds a Cell by key

Link copied to clipboard
abstract override fun image(key: String?): ImageCell?
Link copied to clipboard
abstract override fun multiSelect(key: String?): MultiSelectCell?
Link copied to clipboard
abstract override fun number(key: String?): NumberCell?
Link copied to clipboard
abstract override fun signature(key: String?): SignatureCell?
Link copied to clipboard
abstract override fun text(key: String?): TextCell?

Finds a TextCell by key

Link copied to clipboard
abstract override fun textArea(key: String?): TextAreaCell?
Link copied to clipboard
abstract fun toJsonObject(): JsonObject
Link copied to clipboard
abstract fun toJsonString(): String
Link copied to clipboard
abstract fun toMap(): MutableMap<String, Any?>