Row

papyrus.logic.layerElement.captionElement.Row
See theRow companion object
trait Row[T]

A row of cells in a table

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def cells: List[Cell[T]]

The list of cells in this row

The list of cells in this row

Attributes

def render(renderFunction: T => MainText): MainText

Renders the row using the provided cell rendering function

Renders the row using the provided cell rendering function

Attributes