The FocusDirection class enumerates values to be used for the direction parameter of the assignFocus() method of a Stage object and for the direction property of a FocusEvent object.

Variables

@:value(cast 0)@:impl@:enuminlineread onlyBOTTOM:FocusDirection = 0

Indicates that focus should be given to the object at the end of the reading order.

@:value(cast 1)@:impl@:enuminlineread onlyNONE:FocusDirection = 1

Indicates that focus object within the interactive object should not change.

@:value(cast 2)@:impl@:enuminlineread onlyTOP:FocusDirection = 2

Indicates that focus should be given to the object at the beginning of the reading order.