org.hyperscala.html.attributes

InputType

Related Docs: class InputType | package attributes

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

Linear Supertypes
Serializable, Serializable, EnumEntryPersistence[InputType], ValuePersistence[InputType], Enumerated[InputType], Enum[InputType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InputType
  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 InputType with Product with Serializable

  5. object CheckBox extends InputType with Product with Serializable

  6. object Color extends InputType with Product with Serializable

  7. object Date extends InputType with Product with Serializable

  8. object DateTime extends InputType with Product with Serializable

  9. object DateTimeLocal extends InputType with Product with Serializable

  10. object Email extends InputType with Product with Serializable

  11. object File extends InputType with Product with Serializable

  12. object Hidden extends InputType with Product with Serializable

  13. object Image extends InputType with Product with Serializable

  14. object Month extends InputType with Product with Serializable

  15. object Number extends InputType with Product with Serializable

  16. object Password extends InputType with Product with Serializable

  17. object Radio extends InputType with Product with Serializable

  18. object Range extends InputType with Product with Serializable

  19. object Reset extends InputType with Product with Serializable

  20. object Search extends InputType with Product with Serializable

  21. object Submit extends InputType with Product with Serializable

  22. object Tel extends InputType with Product with Serializable

  23. object Text extends InputType with Product with Serializable

  24. object Time extends InputType with Product with Serializable

  25. object URL extends InputType with Product with Serializable

  26. object Week extends InputType with Product with Serializable

  27. def apply(name: String): InputType

    Definition Classes
    Enumerated
  28. def apply(index: Int): InputType

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

    Definition Classes
    Any
  30. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  40. lazy val length: Int

    Definition Classes
    Enumerated
  41. final lazy val lowerCaseNamesToValuesMap: Map[String, InputType]

    Definition Classes
    Enum
  42. final lazy val namesToValuesMap: Map[String, InputType]

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

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

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

    Definition Classes
    AnyRef
  46. def random: InputType

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

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

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

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

    Definition Classes
    Enumerated
  51. val values: Vector[InputType]

    Definition Classes
    InputType → Enumerated → Enum
  52. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def withName(name: String): InputType

    Definition Classes
    Enum
  56. def withNameInsensitiveOption(name: String): Option[InputType]

    Definition Classes
    Enum
  57. def withNameOption(name: String): Option[InputType]

    Definition Classes
    Enum

Inherited from Serializable

Inherited from Serializable

Inherited from EnumEntryPersistence[InputType]

Inherited from ValuePersistence[InputType]

Inherited from Enumerated[InputType]

Inherited from Enum[InputType]

Inherited from AnyRef

Inherited from Any

Ungrouped