case class TextCell(s: String, result: Option[Result] = None, decorator: Decorator = Decorator()) extends Cell with DecoratedProperty[TextCell] with Product with Serializable
Simple Cell embedding an arbitrary String
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TextCell
- Serializable
- Serializable
- Product
- Equals
- DecoratedProperty
- DecoratedLabel
- Cell
- Executable
- Xml
- Text
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
decorateLabel(ns: Any): Any
do the decoration
do the decoration
- Definition Classes
- DecoratedLabel
-
def
decorateLabelWith(f: (Any) ⇒ Any): TextCell
set a new Decorator for the label
set a new Decorator for the label
- Definition Classes
- DecoratedLabel
-
def
decorateValue(ns: Any): Any
do the decoration
do the decoration
- Definition Classes
- DecoratedProperty
-
def
decorateValueWith(f: (Any) ⇒ Any): TextCell
set a new Decorator for the value
set a new Decorator for the value
- Definition Classes
- DecoratedProperty
-
def
decorateWith(f: (Any) ⇒ Any): TextCell
set a new Decorator
set a new Decorator
- Definition Classes
- DecoratedProperty
-
val
decorator: Decorator
- Definition Classes
- TextCell → DecoratedLabel
-
def
decoratorIs(d: Decorator): TextCell
set a new Decorator
set a new Decorator
- Definition Classes
- TextCell → DecoratedLabel
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- TextCell → Equals → AnyRef → Any
-
def
execute: Result
- Definition Classes
- TextCell → Executable
-
def
executeCell: TextCell
execute the Cell and returns it
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- TextCell → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
labelStyles: String
return the label styles
return the label styles
- Definition Classes
- DecoratedLabel
-
def
map(f: (Result) ⇒ Result): Executable
- Definition Classes
- Executable
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val result: Option[Result]
- val s: String
-
def
setFailure: Cell
- Definition Classes
- Cell
-
def
setPending: Cell
- Definition Classes
- Cell
- def setResult(r: Result): TextCell
-
def
setSkipped: Cell
- Definition Classes
- Cell
-
def
setSuccess: Cell
- Definition Classes
- Cell
-
def
styleLabelWith(s: (String, String)): TextCell
set a new style for the label
set a new style for the label
- Definition Classes
- DecoratedLabel
-
def
styleValueWith(s: (String, String)): TextCell
set a new style for the value
set a new style for the value
- Definition Classes
- DecoratedProperty
-
def
styleWith(s: (String, String)): TextCell
set a new style
set a new style
- Definition Classes
- DecoratedProperty
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def text: String
-
def
valueStyles: String
- Definition Classes
- DecoratedProperty
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
width: Int
- returns
the width of the cell, without borders when it's a FormCell
- Definition Classes
- Text
- def xml(implicit args: Arguments): Elem