DataItem

class DataItem

The data in a particular data cell defined on the screen.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The formatted value of the data. e.g. John Smith.

Link copied to clipboard

The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.

Link copied to clipboard

The raw value of the data. e.g. jsmith@example.com

Functions

Link copied to clipboard
inline fun copy(block: DataItem.Builder.() -> Unit = {}): DataItem
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String