Adobe® ColdFusion® 9 Language Reference | All Packages | All Classes | Language Elements | Index | Appendixes | Conventions | Frames | ![]() |
FocusDirection | Properties | Methods | Constants | |
Package | flash.display |
Class | public final class FocusDirection |
Inheritance | FocusDirection ![]() |
Runtime Versions: | AIR 1.0 |
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"
Runtime Versions: | AIR 1.0 |
Indicates that focus should be given to the object at the end of the reading order.
![]() | Constant |
public static const NONE:String = "none"
Runtime Versions: | AIR 1.0 |
Indicates that focus object within the interactive object should not change.
![]() | Constant |
public static const TOP:String = "top"
Runtime Versions: | AIR 1.0 |
Indicates that focus should be given to the object at the beginning of the reading order.
Current Page: http://www.3gpp2.org/cfdocs/htmldocs/ASDoc/flash/display/FocusDirection.html