RowBuilder

papyrus.DSL.builders.RowBuilder
See theRowBuilder companion class
object RowBuilder

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
RowBuilder.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 apply[T](): RowBuilder[T]

Creates an empty RowBuilder

Creates an empty RowBuilder

Attributes

Extensions

Extensions

extension [T](str: T)
def -|(c: T)(using tb: TableBuilder[T]): RowBuilder[T]

Creates a row with first cell colspan = 2

Creates a row with first cell colspan = 2

Attributes

def -|-(c: T)(using tb: TableBuilder[T]): RowBuilder[T]

Creates a row where both cells have colspan = 2

Creates a row where both cells have colspan = 2

Attributes

def ^|(c: T)(using tb: TableBuilder[T]): RowBuilder[T]

Creates a row with first cell rowspan = 2

Creates a row with first cell rowspan = 2

Attributes

def ^|^(c: T)(using tb: TableBuilder[T]): RowBuilder[T]

Creates a row where both cells have rowspan = 2

Creates a row where both cells have rowspan = 2

Attributes

def hs(c: T)(using tb: TableBuilder[T]): RowBuilder[T]

Creates a row with two header cells

Creates a row with two header cells

Attributes

def hsh(c: T)(using tb: TableBuilder[T]): RowBuilder[T]

Creates a row with two header cells

Creates a row with two header cells

Attributes

def |(c: T)(using tb: TableBuilder[T]): RowBuilder[T]

Creates a row with two standard cells

Creates a row with two standard cells

Attributes

def |-(c: T)(using tb: TableBuilder[T]): RowBuilder[T]

Creates a row with second cell having colspan = 2

Creates a row with second cell having colspan = 2

Attributes

def |^(c: T)(using tb: TableBuilder[T]): RowBuilder[T]

Creates a row with second cell having rowspan = 2

Creates a row with second cell having rowspan = 2

Attributes