State

termflow.tui.widgets.Table.State
See theState companion class
object State

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
State.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def empty[A](columns: Vector[Column[A]], visibleRows: Int, selectable: Boolean): State[A]

Empty table with the given columns and viewport height.

Empty table with the given columns and viewport height.

Attributes

def of[A](columns: Vector[Column[A]], rows: Vector[A], visibleRows: Int, selectable: Boolean): State[A]

Table populated with rows; selection (if any) parks on the first row.

Table populated with rows; selection (if any) parks on the first row.

Attributes