LazyCell

class LazyCell(_cell: => Cell) extends Cell

Proxy to a cell that's not evaluated right away when added to a row

Companion:
object
trait Cell
trait Executable
trait Xml
trait Text
class Object
trait Matchable
class Any

Value members

Concrete methods

def execute: Result
Returns:

a Result

execute the Cell and returns it

execute the Cell and returns it

def setResult(r: Result): Cell
def text: String
Returns:

a text representation

def xml(using args: Arguments): NodeSeq
Returns:

an xml representation

Inherited methods

def map(f: Result => Result): Executable

modify the result to return

modify the result to return

Inherited from:
Executable
Inherited from:
Cell
Inherited from:
Cell
Inherited from:
Cell
Inherited from:
Cell
def width: Int
Returns:

the width of the cell, without borders when it's a FormCell

Inherited from:
Text

Concrete fields

lazy val cell: Cell