scalacss

ValueT

Related Docs: class ValueT | package scalacss

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
Learn more about member selection
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 Integer extends ValueClass

  12. sealed trait Len extends ValueClass

  13. sealed trait LenPct extends ValueClass

  14. sealed trait LenPctAuto extends ValueClass

  15. sealed trait LenPctNum extends ValueClass

  16. sealed trait Number extends ValueClass

  17. sealed trait Pct extends ValueClass

  18. abstract class Rule[A, B <: ValueClass] extends AnyRef

  19. abstract class Rules extends AnyRef

  20. sealed trait Time extends ValueClass

  21. abstract class TypedAttrBase extends AnyRef

  22. abstract class TypedAttrT1[T <: ValueClass] extends TypedAttrBase

  23. abstract class TypedAttrT2[T <: ValueClass] extends TypedAttrBase

  24. abstract class TypedAttrT3[T <: ValueClass] extends TypedAttrBase

  25. abstract class TypedAttrT4Edges[T <: ValueClass] extends TypedAttrBase

  26. abstract class TypedAttrTN[T <: ValueClass] extends TypedAttrBase

  27. abstract class TypedAttr_BrStyle extends TypedAttrBase with BrStyleOps

  28. abstract class TypedAttr_BrWidth extends TypedAttrT1[BrWidth] with BrWidthOps

  29. abstract class TypedAttr_BrWidthStyleColour extends TypedAttrT3[WidStyCol] with BrWidthOps with BrStyleOps with ColourOps

  30. abstract class TypedAttr_Color extends TypedAttrT1[Color] with ColourOps

  31. abstract class TypedAttr_LenPctAuto extends TypedAttrT1[LenPctAuto] with ZeroLit

  32. abstract class TypedAttr_Length extends TypedAttrT1[LenPct] with ZeroLit

  33. abstract class TypedAttr_MaxLength extends TypedAttrT1[LenPct] with ZeroLit

  34. abstract class TypedAttr_MinLength extends TypedAttrT1[LenPct] with ZeroLit

  35. abstract class TypedAttr_Shape extends TypedAttrBase

  36. 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
  37. sealed trait WidStyCol extends ValueClass

  38. 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. object Rule

  5. object Rules extends Rules

  6. object TypedAttrBase

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. def mkString(s: String): Value

  16. def mkStrings(a: String, sep: String, b: String): Value

    Annotations
    @inline()
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  21. def toString(): String

    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped