DecoratedProperty

org.specs2.form.DecoratedProperty
trait DecoratedProperty[T] extends DecoratedLabel[T]

A DecoratedLabel holds a decorator and delegates decoration and styling operations for values and labels to that Decorator

Attributes

Graph
Supertypes
trait DecoratedLabel[T]
class Object
trait Matchable
class Any
Known subtypes
class Effect[T]
class Field[T]
class Prop[T, S]
class TextCell

Members list

Value members

Concrete methods

def decorateValue(ns: Any): Any

do the decoration

do the decoration

Attributes

def decorateValueWith(f: Any => Any): T

set a new Decorator for the value

set a new Decorator for the value

Attributes

def decorateWith(f: Any => Any): T

set a new Decorator

set a new Decorator

Attributes

def styleValueWith(s: (String, String)): T

set a new style for the value

set a new style for the value

Attributes

def styleWith(s: (String, String)): T

set a new style

set a new style

Attributes

def valueStyles: String

Inherited methods

def decorateLabel(ns: Any): Any

do the decoration

do the decoration

Attributes

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

set a new Decorator for the label

set a new Decorator for the label

Attributes

Inherited from:
DecoratedLabel
def decoratorIs(d: Decorator): T

set a new Decorator

set a new Decorator

Attributes

Inherited from:
DecoratedLabel
def labelStyles: String

return the label styles

return the label styles

Attributes

Inherited from:
DecoratedLabel
def styleLabelWith(s: (String, String)): T

set a new style for the label

set a new style for the label

Attributes

Inherited from:
DecoratedLabel

Inherited fields

Attributes

Inherited from:
DecoratedLabel