Class TabSelect

A tab selection Event. Dispatched when tab is pressed and either the keyboard-focused widget doesn't capture the event, or when manually dispatched.

Has no focus type and does not need focus. Cannot be targetted.

For internal use only. Do not use this event unless you know what you're doing.

Hierarchy

Constructors

Properties

focusType: null | FocusType

The focus type of this event. Can be null.

If null, this event cannot be focused, since events are focused by their FocusType as a group.

needsFocus: boolean

Can this event be dispatched without a target?

reachedRelative: boolean

A working value; has the widget that this event is relative to been reached?

If false, then the Root should be searched until relativeTo is reached, then, set this to true. If true, then the next visited widget that has a tabFocusable value of true will be focused.

Note that if relativeTo is null, then this will be true by default.

relativeTo: null | Widget

The widget that the tab selected will be done relative to.

reversed: boolean

Is this event dispatched in reverse-order?

target: null | Widget

The target of this event. Can be null

targetWarned: boolean = false

Methods

Generated using TypeDoc