Packages

object ClassKey extends Enumeration

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

Type Members

  1. class Val extends scala.Enumeration.Value with Serializable
    Attributes
    protected
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  2. type Value = String
    Definition Classes
    ClassKey → Enumeration
  3. class ValueSet extends AbstractSet[scala.Enumeration.Value] with SortedSet[scala.Enumeration.Value] with SortedSetOps[scala.Enumeration.Value, SortedSet, ValueSet] with StrictOptimizedIterableOps[scala.Enumeration.Value, Set, ValueSet] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()

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 Value(i: Int, name: String): ClassKey.Value
    Attributes
    protected
    Definition Classes
    Enumeration
  5. final def Value(name: String): ClassKey.Value
    Attributes
    protected
    Definition Classes
    Enumeration
  6. final def Value(i: Int): ClassKey.Value
    Attributes
    protected
    Definition Classes
    Enumeration
  7. final def Value: ClassKey.Value
    Attributes
    protected
    Definition Classes
    Enumeration
  8. final def apply(x: Int): ClassKey.Value
    Definition Classes
    Enumeration
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. val colorAction: String
  12. val colorDisabled: String
  13. val colorError: String
  14. val colorPrimary: String
  15. val colorSecondary: String
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. val fontSizeInherit: String
  20. val fontSizeLarge: String
  21. val fontSizeSmall: String
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def maxId: Int
    Definition Classes
    Enumeration
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. var nextId: Int
    Attributes
    protected
    Definition Classes
    Enumeration
  28. var nextName: Iterator[String]
    Attributes
    protected
    Definition Classes
    Enumeration
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def readResolve(): AnyRef
    Attributes
    protected
    Definition Classes
    Enumeration
  32. val root: String
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  35. def values: ValueSet
    Definition Classes
    Enumeration
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def withName(s: String): ClassKey.Value
    Definition Classes
    Enumeration
  40. implicit object ValueOrdering extends Ordering[scala.Enumeration.Value]
    Definition Classes
    Enumeration

Inherited from Enumeration

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped