TableRow

class TableRow

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

Types

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

Properties

Link copied to clipboard

A list of cells in the table row. The cells appear in the same order as the columns of the table.

Link copied to clipboard

The id of the row in the table.

Functions

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