TableComponentImpl
class TableComponentImpl(container: ListValue<Row>, schema: TableSchema, val decorators: MutableList<Decorator> = mutableListOf()) : TableComponent, TableSchema
Constructors
Link copied to clipboard
constructor(container: ListValue<Row>, schema: TableSchema, decorators: MutableList<Decorator> = mutableListOf())
Properties
Link copied to clipboard
Identifiers of child tables allowed within this table.
Link copied to clipboard
Column definitions that compose this table.
Link copied to clipboard
Column identifiers in visual order.
Link copied to clipboard
Link copied to clipboard
Unique key for the table within a document.
Link copied to clipboard
Optional list of decorators for each row (e.g. actions); used when present in schema.
Link copied to clipboard
Row identifiers in visual order.
Link copied to clipboard
Optional logic rules applied at the table level.
Link copied to clipboard
Runtime value payload; variance is specialized by sub-interfaces.