Grid

case
class Grid(rows: FunctionHelper => Seq[Row], mergedRegions: Seq[CellRange])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addAbove(g2: Grid): Grid
Implicitly added by GridBuilder
def addBelow(g2: Grid): Grid
Implicitly added by GridBuilder
def addMergedRegion(region: CellRange): Grid
Implicitly added by GridBuilder
def addToLeft(g2: Grid): Grid
Implicitly added by GridBuilder
def addToRight(g2: Grid): Grid
Implicitly added by GridBuilder
def render: Seq[Row]
Implicitly added by GridBuilder

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val g: Grid
Implicitly added by GridBuilder
lazy
val height: Int
lazy
val width: Int