Options
All
  • Public
  • Public/Protected
  • All
Menu

HandleEventResult constants are flags that may be combined using bit-wise Boolean operations. For convenience, a number of helper methods are provided to manage these flags.

Overview

Enumeration members

EVENT_HANDLED

EVENT_HANDLED:

Flag indicating that the object that returns this value handled the event.

EVENT_IGNORED

EVENT_IGNORED:

Indicates an event was ignored. This corresponds to a HandleEventResult value with all flags cleared.

REQUEST_DEACTIVATION

REQUEST_DEACTIVATION:

Flag indicating that the object that returned this value wishes to be deactivated. This is different from the REQUEST_FINISH flag because this flag does not necessarily mean the end of the current user interaction. For example, in a composite controller solution, a controller may request to be deactivated so other controllers in the composite can be considered to handle subsequent events.

REQUEST_FINISH

REQUEST_FINISH:

Flag indicating that the object that returned this value wishes to terminate the current user interaction. This usually means that the controller that was configured on the map will be removed and normal navigation controls will be active again.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method