v7.3.0

GridElementEvents
Mixin

Mixin for Grid that handles dom events. Some listeners fire own events but all can be chained by features. None of the functions in this class are indented to be called directly.

See Grid for more information on grid keyboard interaction.

See also

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class

Properties

Properties are getters/setters or publicly accessible variables on this class

Functions

Functions are methods available for calling on the class
    • initInternalEvents( )
      private

      Init listeners for a bunch of dom events. All events are handled by handleEvent().

    Events

    Events are triggered for certain actions in this class and can be listened for to react to those actions in your code

    Event handlers

    Event handlers are callbacks called as a result of certain actions in this class

    Source path

    Grid/view/mixin/GridElementEvents.js

    Contents