org.hyperscala.html.attributes

ButtonType

Related Docs: class ButtonType | package attributes

object ButtonType extends Enumerated[ButtonType] with EnumEntryPersistence[ButtonType] with Serializable

Linear Supertypes
Serializable, Serializable, EnumEntryPersistence[ButtonType], ValuePersistence[ButtonType], Enumerated[ButtonType], Enum[ButtonType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ButtonType
  2. Serializable
  3. Serializable
  4. EnumEntryPersistence
  5. ValuePersistence
  6. Enumerated
  7. Enum
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 Button extends ButtonType with Product with Serializable

  5. object Reset extends ButtonType with Product with Serializable

  6. object Submit extends ButtonType with Product with Serializable

  7. def apply(name: String): ButtonType

    Definition Classes
    Enumerated
  8. def apply(index: Int): ButtonType

    Definition Classes
    Enumerated
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. macro def findValues: Set[ButtonType]

    Attributes
    protected
    Definition Classes
    Enum
  15. def fromString(s: String, name: String, clazz: Class[_]): ButtonType

    Definition Classes
    EnumEntryPersistence → ValuePersistence
  16. def get(name: String, caseSensitive: Boolean): Option[ButtonType]

    Definition Classes
    Enumerated
  17. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  20. lazy val length: Int

    Definition Classes
    Enumerated
  21. final lazy val lowerCaseNamesToValuesMap: Map[String, ButtonType]

    Definition Classes
    Enum
  22. final lazy val namesToValuesMap: Map[String, ButtonType]

    Definition Classes
    Enum
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  26. def random: ButtonType

    Definition Classes
    Enumerated
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(t: ButtonType, name: String, clazz: Class[_]): String

    Definition Classes
    EnumEntryPersistence → ValuePersistence
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def unapply(s: String): Option[ButtonType]

    Definition Classes
    Enumerated
  31. val values: Vector[ButtonType]

    Definition Classes
    ButtonType → Enumerated → Enum
  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withName(name: String): ButtonType

    Definition Classes
    Enum
  36. def withNameInsensitiveOption(name: String): Option[ButtonType]

    Definition Classes
    Enum
  37. def withNameOption(name: String): Option[ButtonType]

    Definition Classes
    Enum

Inherited from Serializable

Inherited from Serializable

Inherited from EnumEntryPersistence[ButtonType]

Inherited from ValuePersistence[ButtonType]

Inherited from Enumerated[ButtonType]

Inherited from Enum[ButtonType]

Inherited from AnyRef

Inherited from Any

Ungrouped