Trait

outwatch.dom

FormEventAttributes

Related Doc: package dom

Permalink

trait FormEventAttributes extends AnyRef

Form Events that are triggered by actions inside an HTML form. However, these events apply to almost all HTML elements but are most commonly used in form elements.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FormEventAttributes
  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 blur: EventEmitterBuilder[InputEvent]

    Permalink

    The blur event is raised when an element loses focus.

    The blur event is raised when an element loses focus.

    MDN

  6. lazy val change: EventEmitterBuilder[InputEvent]

    Permalink

    The change event is fired for input, select, and textarea elements when a change to the element's value is committed by the user.

    The change event is fired for input, select, and textarea elements when a change to the element's value is committed by the user.

    MDN

  7. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. lazy val focus: EventEmitterBuilder[InputEvent]

    Permalink

    The focus event is raised when the user sets focus on the given element.

    The focus event is raised when the user sets focus on the given element.

    MDN

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. lazy val input: EventEmitterBuilder[InputEvent]

    Permalink

    The input event is fired when an element gets user input.

  15. lazy val inputChecked: BoolEventEmitterBuilder

    Permalink

    The input event is fired when an element gets user input.

  16. lazy val inputNumber: NumberEventEmitterBuilder

    Permalink

    The input event is fired when an element gets user input.

  17. lazy val inputString: StringEventEmitterBuilder

    Permalink

    The input event is fired when an element gets user input.

  18. lazy val invalid: BoolEventEmitterBuilder

    Permalink

    This event is fired when an element becomes invalid.

  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. lazy val reset: EventEmitterBuilder[Nothing]

    Permalink

    The reset event is fired when a form is reset.

    The reset event is fired when a form is reset.

    MDN

  24. lazy val search: EventEmitterBuilder[Nothing]

    Permalink

    Fires when the user writes something in a search field (for <input="search">).

  25. lazy val submit: EventEmitterBuilder[Nothing]

    Permalink

    The submit event is raised when the user clicks a submit button in a form (<input type="submit"/>).

    The submit event is raised when the user clicks a submit button in a form (<input type="submit"/>).

    MDN

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

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

Deprecated Value Members

  1. lazy val inputBool: BoolEventEmitterBuilder

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Deprecated, use 'inputChecked' instead

Inherited from AnyRef

Inherited from Any

Ungrouped