Packages

object FormInput extends (UniversalForms.this)#FormInputFactory

Linear Supertypes
(UniversalForms.this)#FormInputFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FormInput
  2. FormInputFactory
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type InputT = TypedTag[(UniversalForms.this)#Element, (UniversalForms.this)#Output, (UniversalForms.this)#FragT]
    Definition Classes
    FormInputFactory
  2. type RadioGroupT = (UniversalForms.this)#AbstractFormRadioGroup
    Definition Classes
    FormInputFactory
  3. type RadioT = (UniversalForms.this)#AbstractFormRadio
    Definition Classes
    FormInputFactory
  4. type SelectT = (UniversalForms.this)#AbstractFormSelect
    Definition Classes
    FormInputFactory

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. def apply(label: (((UniversalForms.this)#scalaTags)#all)#Modifier, md: (((UniversalForms.this)#scalaTags)#all)#Modifier*): (((UniversalForms.this)#scalaTags)#all)#Tag
    Definition Classes
    FormInputFactory
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def checkbox(label: (((UniversalForms.this)#scalaTags)#all)#Modifier, md: (((UniversalForms.this)#scalaTags)#all)#Modifier*): InputT
    Definition Classes
    FormInputFormInputFactory
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def email(label: (((UniversalForms.this)#scalaTags)#all)#Modifier, md: (((UniversalForms.this)#scalaTags)#all)#Modifier*): (((UniversalForms.this)#scalaTags)#all)#Tag
    Definition Classes
    FormInputFactory
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def file(label: (((UniversalForms.this)#scalaTags)#all)#Modifier, md: (((UniversalForms.this)#scalaTags)#all)#Modifier*): InputT
    Definition Classes
    FormInputFormInputFactory
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def multipleSelect(title: (((UniversalForms.this)#scalaTags)#all)#Modifier, options: (UniversalForms.this)#FormSelectOptions): (UniversalForms.this)#FormSelect
    Definition Classes
    FormInputFormInputFactory
  16. def multipleSelect(title: (((UniversalForms.this)#scalaTags)#all)#Modifier, options: (String, (((UniversalForms.this)#scalaTags)#all)#Modifier)*): SelectT
    Definition Classes
    FormInputFactory
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def number(label: (((UniversalForms.this)#scalaTags)#all)#Modifier, md: (((UniversalForms.this)#scalaTags)#all)#Modifier*): (((UniversalForms.this)#scalaTags)#all)#Tag
    Definition Classes
    FormInputFactory
  21. def ofType(inputType: String, label: (((UniversalForms.this)#scalaTags)#all)#Modifier, md: (((UniversalForms.this)#scalaTags)#all)#Modifier*): (((UniversalForms.this)#scalaTags)#all)#Tag
    Definition Classes
    FormInputFormInputFactory
  22. def password(label: (((UniversalForms.this)#scalaTags)#all)#Modifier, md: (((UniversalForms.this)#scalaTags)#all)#Modifier*): (((UniversalForms.this)#scalaTags)#all)#Tag
    Definition Classes
    FormInputFactory
  23. def radio(title: (((UniversalForms.this)#scalaTags)#all)#Modifier, radioName: String, radioValue: String, initialState: Boolean = false, radioId: String = Bootstrap.newId): (UniversalForms.this)#FormRadio
    Definition Classes
    FormInputFormInputFactory
  24. def radioGroup[T <: RadioT](radios: Rx[Seq[T]]): (UniversalForms.this)#FormRadioGroup
    Definition Classes
    FormInputFormInputFactory
  25. def radioGroup[T <: RadioT](radios: T*): RadioGroupT
    Definition Classes
    FormInputFactory
  26. def select(title: (((UniversalForms.this)#scalaTags)#all)#Modifier, options: (UniversalForms.this)#FormSelectOptions): (UniversalForms.this)#FormSelect
    Definition Classes
    FormInputFormInputFactory
  27. def select(title: (((UniversalForms.this)#scalaTags)#all)#Modifier, options: (String, (((UniversalForms.this)#scalaTags)#all)#Modifier)*): SelectT
    Definition Classes
    FormInputFactory
  28. def simpleMultipleSelect(title: (((UniversalForms.this)#scalaTags)#all)#Modifier, options: String*): SelectT
    Definition Classes
    FormInputFactory
  29. def simpleSelect(title: (((UniversalForms.this)#scalaTags)#all)#Modifier, options: String*): SelectT
    Definition Classes
    FormInputFactory
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def text(label: (((UniversalForms.this)#scalaTags)#all)#Modifier, md: (((UniversalForms.this)#scalaTags)#all)#Modifier*): (((UniversalForms.this)#scalaTags)#all)#Tag
    Definition Classes
    FormInputFactory
  32. def textArea(title: (((UniversalForms.this)#scalaTags)#all)#Modifier, md: (((UniversalForms.this)#scalaTags)#all)#Modifier*): InputT
    Definition Classes
    FormInputFormInputFactory
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from (UniversalForms.this)#FormInputFactory

Inherited from AnyRef

Inherited from Any

Ungrouped