DecoratedLabel

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

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

Value members

Abstract methods

set a new Decorator

set a new Decorator

Concrete methods

def decorateLabel(ns: Any): Any

do the decoration

do the decoration

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

set a new Decorator for the label

set a new Decorator for the label

def labelStyles: String

return the label styles

return the label styles

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

set a new style for the label

set a new style for the label

Abstract fields