TextCell

case class TextCell(s: String, result: Option[Result], decorator: Decorator) extends Cell with DecoratedProperty[TextCell]

Simple Cell embedding an arbitrary String

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

Value members

Concrete methods

set a new Decorator

set a new Decorator

override def equals(other: Any): Boolean
Definition Classes
Equals -> Any
def execute: Result
override def hashCode: Int
Definition Classes
Any
def setResult(r: Result): Cell
def text: String
def xml(using args: Arguments): NodeSeq

Inherited methods

def decorateLabel(ns: Any): Any

do the decoration

do the decoration

Inherited from:
DecoratedLabel
def decorateLabelWith(f: Any => Any): TextCell

set a new Decorator for the label

set a new Decorator for the label

Inherited from:
DecoratedLabel
def decorateValue(ns: Any): Any

do the decoration

do the decoration

Inherited from:
DecoratedProperty
def decorateValueWith(f: Any => Any): TextCell

set a new Decorator for the value

set a new Decorator for the value

Inherited from:
DecoratedProperty
def decorateWith(f: Any => Any): TextCell

set a new Decorator

set a new Decorator

Inherited from:
DecoratedProperty
def labelStyles: String

return the label styles

return the label styles

Inherited from:
DecoratedLabel
def map(f: Result => Result): Executable

modify the result to return

modify the result to return

Inherited from:
Executable
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
Inherited from:
Cell
Inherited from:
Cell
Inherited from:
Cell
Inherited from:
Cell
def styleLabelWith(s: (String, String)): TextCell

set a new style for the label

set a new style for the label

Inherited from:
DecoratedLabel
def styleValueWith(s: (String, String)): TextCell

set a new style for the value

set a new style for the value

Inherited from:
DecoratedProperty
def styleWith(s: (String, String)): TextCell

set a new style

set a new style

Inherited from:
DecoratedProperty
def valueStyles: String
Inherited from:
DecoratedProperty
def width: Int
Returns:

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

Inherited from:
Text