Package | flash.display |
Class | public final class FocusDirection |
Inheritance | FocusDirection ![]() |
direction
parameter of the assignFocus()
method
of a Stage object and for the direction
property of a FocusEvent object.
See also
Constant | Defined By | ||
---|---|---|---|
![]() [static]
Indicates that focus should be given to the object at the end of the reading order.
| FocusDirection | ||
![]() [static]
Indicates that focus object within the interactive object should not change.
| FocusDirection | ||
![]() [static]
Indicates that focus should be given to the object at the beginning of the reading order.
| FocusDirection |
![]() | Constant |
public static const BOTTOM:String = "bottom"
Indicates that focus should be given to the object at the end of the reading order.
![]() | Constant |
public static const NONE:String = "none"
Indicates that focus object within the interactive object should not change.
![]() | Constant |
public static const TOP:String = "top"
Indicates that focus should be given to the object at the beginning of the reading order.