org.hyperscala.html.attributes

InputType

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

Linear Supertypes
EnumEntryPersistence[InputType], ValuePersistence[InputType], Enumerated[InputType], FromString[InputType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InputType
  2. EnumEntryPersistence
  3. ValuePersistence
  4. Enumerated
  5. FromString
  6. AnyRef
  7. 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. val Button: InputType

  5. val CheckBox: InputType

  6. val Color: InputType

  7. val Date: InputType

  8. val DateTime: InputType

  9. val DateTimeLocal: InputType

  10. val Email: InputType

  11. val File: InputType

  12. val Hidden: InputType

  13. val Image: InputType

  14. val Month: InputType

  15. val Number: InputType

  16. val Password: InputType

  17. val Radio: InputType

  18. val Range: InputType

  19. val Reset: InputType

  20. val Search: InputType

  21. val Submit: InputType

  22. val Tel: InputType

  23. val Text: InputType

  24. val Time: InputType

  25. val URL: InputType

  26. val Week: InputType

  27. def apply(index: Int): InputType

    Definition Classes
    Enumerated
  28. def apply(name: String, caseSensitive: Boolean): InputType

    Definition Classes
    Enumerated
  29. def apply(name: String): InputType

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

    Definition Classes
    Any
  31. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  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. def get(name: String): Option[InputType]

    Definition Classes
    Enumerated → FromString
  38. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  41. lazy val length: Int

    Definition Classes
    Enumerated
  42. lazy val name: String

    Definition Classes
    Enumerated
  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. def values: List[InputType]

    Definition Classes
    Enumerated
  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( ... )

Inherited from EnumEntryPersistence[InputType]

Inherited from ValuePersistence[InputType]

Inherited from Enumerated[InputType]

Inherited from FromString[InputType]

Inherited from AnyRef

Inherited from Any

Ungrouped