Interface BaseClickHelper

The common interface for CompoundClickHelper and GenericClickHelper. All click state properties must be at least gettable, and optionally settable.

Hierarchy

  • BaseClickHelper

Implemented by

Accessors

Methods

  • Reset the click helper to its default state. Only call this if absolutely necessary, such as when the owner Widget is re-activated (this way, hover states don't linger when a Widget is disabled).

    Returns void

Generated using TypeDoc