Object/Class

org.hyperscala.html.attributes

InputType

Related Docs: class InputType | package attributes

Permalink

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
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Button extends InputType with Product with Serializable

    Permalink
  5. object CheckBox extends InputType with Product with Serializable

    Permalink
  6. object Color extends InputType with Product with Serializable

    Permalink
  7. object Date extends InputType with Product with Serializable

    Permalink
  8. object DateTime extends InputType with Product with Serializable

    Permalink
  9. object DateTimeLocal extends InputType with Product with Serializable

    Permalink
  10. object Email extends InputType with Product with Serializable

    Permalink
  11. object File extends InputType with Product with Serializable

    Permalink
  12. object Hidden extends InputType with Product with Serializable

    Permalink
  13. object Image extends InputType with Product with Serializable

    Permalink
  14. object Month extends InputType with Product with Serializable

    Permalink
  15. object Number extends InputType with Product with Serializable

    Permalink
  16. object Password extends InputType with Product with Serializable

    Permalink
  17. object Radio extends InputType with Product with Serializable

    Permalink
  18. object Range extends InputType with Product with Serializable

    Permalink
  19. object Reset extends InputType with Product with Serializable

    Permalink
  20. object Search extends InputType with Product with Serializable

    Permalink
  21. object Submit extends InputType with Product with Serializable

    Permalink
  22. object Tel extends InputType with Product with Serializable

    Permalink
  23. object Text extends InputType with Product with Serializable

    Permalink
  24. object Time extends InputType with Product with Serializable

    Permalink
  25. object URL extends InputType with Product with Serializable

    Permalink
  26. object Week extends InputType with Product with Serializable

    Permalink
  27. def apply(name: String): InputType

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

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

    Permalink
    Definition Classes
    Any
  30. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  40. lazy val length: Int

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  46. def random: InputType

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    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