Trait

com.raquo.domtypes.generic.defs.tags

FormTags

Related Doc: package tags

Permalink

trait FormTags[T[_ <: DomHtmlElement], DomHtmlElement, HtmlForm <: DomHtmlElement, HtmlFieldSet <: DomHtmlElement, HtmlLegend <: DomHtmlElement, HtmlLabel <: DomHtmlElement, HtmlInput <: DomHtmlElement, HtmlButton <: DomHtmlElement, HtmlSelect <: DomHtmlElement, HtmlDataList <: DomHtmlElement, HtmlOptGroup <: DomHtmlElement, HtmlOption <: DomHtmlElement, HtmlTextArea <: DomHtmlElement] extends AnyRef

Self Type
FormTags[T, DomHtmlElement, HtmlForm, HtmlFieldSet, HtmlLegend, HtmlLabel, HtmlInput, HtmlButton, HtmlSelect, HtmlDataList, HtmlOptGroup, HtmlOption, HtmlTextArea] with HtmlTagBuilder[T, DomHtmlElement]
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FormTags
  2. AnyRef
  3. 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. lazy val button: T[HtmlButton]

    Permalink

    A button

    A button

    MDN

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. lazy val dataList: T[HtmlDataList]

    Permalink

    A set of predefined options for other controls.

    A set of predefined options for other controls.

    MDN

  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. lazy val fieldSet: T[HtmlFieldSet]

    Permalink

    A set of fields.

    A set of fields.

    MDN

  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. lazy val form: T[HtmlForm]

    Permalink

    Represents a form, consisting of controls, that can be submitted to a server for processing.

    Represents a form, consisting of controls, that can be submitted to a server for processing.

    MDN

  13. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. lazy val input: T[HtmlInput]

    Permalink

    A typed data field allowing the user to input data.

    A typed data field allowing the user to input data.

    MDN

  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. lazy val label: T[HtmlLabel]

    Permalink

    The caption of a single field

    The caption of a single field

    MDN

  18. lazy val legend: T[HtmlLegend]

    Permalink

    The caption for a fieldset.

    The caption for a fieldset.

    MDN

  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. lazy val optGroup: T[HtmlOptGroup]

    Permalink

    A set of options, logically grouped.

    A set of options, logically grouped.

    MDN

  23. lazy val option: T[HtmlOption]

    Permalink

    An option in a select element.

    An option in a select element.

    MDN

  24. lazy val select: T[HtmlSelect]

    Permalink

    A control that allows the user to select one of a set of options.

    A control that allows the user to select one of a set of options.

    MDN

  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. lazy val textArea: T[HtmlTextArea]

    Permalink

    A multiline text edit control.

    A multiline text edit control.

    MDN

  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped