Class representing an input handler for table input fields (HTMLSelectElement, HTMLTextAreaElement, HTMLInputElement).

Member Of

module:input

Hierarchy

  • InputHandler

Constructors

Properties

Methods

Constructors

Properties

tableScope: TableScope

Methods

  • Handles the onHostElementChanged event. In case that the element is an input field, the tableScope.updateModelValueAfterEdit() method is triggered.

    Parameters

    • event: Event

      The event object.

    Returns void

Generated using TypeDoc