TableColumn

An object that contains attributes about a single column in a table

Types

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

Properties

Link copied to clipboard

The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.

Link copied to clipboard

The id of the column in the table.

Link copied to clipboard

The name of the column in the table.

Functions

Link copied to clipboard
inline fun copy(block: TableColumn.Builder.() -> Unit = {}): TableColumn
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