CellBuilder

papyrus.DSL.builders.CellBuilder
case class CellBuilder[T](content: Option[T], head: Boolean, colspan: Int, rowspan: Int) extends Builder[Cell[T]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Builder[Cell[T]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def asHeader(): CellBuilder[T]
def build: Cell[T]
def withColspan(colspan: Int): CellBuilder[T]
def withContent(content: T): CellBuilder[T]
def withRowspan(rowspan: Int): CellBuilder[T]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product