object ValueT extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueT
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type <=<[To <: ValueClass, From <: ValueClass] = Rule[ValueT[From], To]
  2. type <==[To <: ValueClass, From] = Rule[From, To]
  3. type ==>[From, To <: ValueClass] = Rule[From, To]
  4. type >=>[From <: ValueClass, To <: ValueClass] = Rule[ValueT[From], To]
  5. sealed trait BrStyle extends ValueClass
  6. trait BrStyleOps extends AnyRef
  7. sealed trait BrWidth extends ValueClass
  8. trait BrWidthOps extends ZeroLit
  9. sealed trait Color extends ValueClass
  10. trait ColourOps extends ColorOps[AV]
  11. sealed trait GapStyle extends ValueClass
  12. trait GapStyleOps extends ZeroLit
  13. sealed trait Integer extends ValueClass
  14. sealed trait Len extends ValueClass
  15. sealed trait LenPct extends ValueClass
  16. sealed trait LenPctAuto extends ValueClass
  17. sealed trait LenPctNum extends ValueClass
  18. sealed trait Number extends ValueClass
  19. sealed trait OverflowBehaviour extends ValueClass
  20. trait OverflowBehaviourOps extends AnyRef
  21. sealed trait Pct extends ValueClass
  22. sealed trait RepeatStyle extends ValueClass
  23. trait RepeatStyleOps extends AnyRef
  24. abstract class Rule[A, B <: ValueClass] extends AnyRef
  25. abstract class Rules extends AnyRef
  26. sealed trait Time extends ValueClass
  27. abstract class TypedAttrBase extends AnyRef
  28. abstract class TypedAttrT1[T <: ValueClass] extends TypedAttrBase
  29. abstract class TypedAttrT2[T <: ValueClass] extends TypedAttrBase
  30. abstract class TypedAttrT3[T <: ValueClass] extends TypedAttrBase
  31. abstract class TypedAttrT4Edges[T <: ValueClass] extends TypedAttrBase
  32. abstract class TypedAttrTN[T <: ValueClass] extends TypedAttrBase
  33. abstract class TypedAttr_BrStyle extends TypedAttrBase with BrStyleOps
  34. abstract class TypedAttr_BrWidth extends TypedAttrT1[BrWidth] with BrWidthOps
  35. abstract class TypedAttr_BrWidthStyleColour extends TypedAttrT3[WidStyCol] with BrWidthOps with BrStyleOps with ColourOps
  36. abstract class TypedAttr_Color extends TypedAttrT1[Color] with ColourOps
  37. abstract class TypedAttr_LenPctAuto extends TypedAttrT1[LenPctAuto] with ZeroLit
  38. abstract class TypedAttr_Length extends TypedAttrT1[LenPct] with ZeroLit
  39. abstract class TypedAttr_MaxLength extends TypedAttrT1[LenPct] with ZeroLit
  40. abstract class TypedAttr_MinLength extends TypedAttrT1[LenPct] with ZeroLit
  41. abstract class TypedAttr_Shape extends TypedAttrBase
  42. sealed trait ValueClass extends AnyRef

    Represented a context in which a finite set of types are valid.

    Represented a context in which a finite set of types are valid.

    Example:

    &lt;br-width&gt; = &lt;length&gt; | thin | medium | thick
  43. sealed trait WidStyCol extends ValueClass
  44. trait ZeroLit extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def mkString(s: String): Value
  13. def mkStrings(a: String, sep: String, b: String): Value
    Annotations
    @inline()
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  22. object Rule
  23. object Rules extends Rules
  24. object TypedAttrBase

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped