object InputType extends Stringify[InputType]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InputType
- Stringify
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromString(value: String): Option[InputType]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val map: Map[String, InputType]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(value: InputType): Option[String]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object Button extends InputType with Product with Serializable
- object Checkbox extends InputType with Product with Serializable
- object Color extends InputType with Product with Serializable
- object Date extends InputType with Product with Serializable
- object DateTimeLocal extends InputType with Product with Serializable
- object Email extends InputType with Product with Serializable
- object File extends InputType with Product with Serializable
- object Hidden extends InputType with Product with Serializable
- object Image extends InputType with Product with Serializable
- object Month extends InputType with Product with Serializable
- object Number extends InputType with Product with Serializable
- object Password extends InputType with Product with Serializable
- object Radio extends InputType with Product with Serializable
- object Range extends InputType with Product with Serializable
- object Reset extends InputType with Product with Serializable
- object Search extends InputType with Product with Serializable
- object Submit extends InputType with Product with Serializable
- object Telephone extends InputType with Product with Serializable
- object Text extends InputType with Product with Serializable
- object Time extends InputType with Product with Serializable
- object URL extends InputType with Product with Serializable
- object Week extends InputType with Product with Serializable