The current click state
Did the last click event handle result in a click state change?
Last click state
Did the last click state change result in a click?
Signal to this click helper that you are done processing changes in state. This simply resets the BaseClickHelper#clickStateChanged flag.
Reset the click helper to its default state, except for the clickStateChanged flag, which is set to true. 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).
You may be looking for BaseClickHelper#doneProcessing instead.
The common interface for CompoundClickHelper and GenericClickHelper. All click state properties must be at least gettable, and optionally settable.