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

class Object
trait Matchable
class Any
class Effect[T]
class Field[T]
class Prop[T, S]
class TextCell

Value members

Concrete methods

def decorateValue(ns: Any): Any

do the decoration

do the decoration

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

set a new Decorator for the value

set a new Decorator for the value

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

set a new Decorator

set a new Decorator

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

set a new style for the value

set a new style for the value

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

set a new style

set a new style

def valueStyles: String

Inherited methods

def decorateLabel(ns: Any): Any

do the decoration

do the decoration

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

set a new Decorator for the label

set a new Decorator for the label

Inherited from
DecoratedLabel

set a new Decorator

set a new Decorator

Inherited from
DecoratedLabel
def labelStyles: String

return the label styles

return the label styles

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

set a new style for the label

set a new style for the label

Inherited from
DecoratedLabel

Inherited fields