A FocusTraversalPolicy that determines traversal order based on the order
of child Components in a Container.
public function ContainerOrderFocusTraversalPolicy()
public function getComponentAfter(c:Component):ComponentParameters
Returns
protected function getComponentAfterImp(c:Component, deepIn:Boolean = true):ComponentParameters
Returns
public function getComponentBefore(c:Component):ComponentParameters
Returns
protected function getComponentBeforeImp(c:Component):ComponentParameters
Returns
public function getDefaultComponent(container:Container):Component
This will return the first focusable component in the container.
Parameters
Returns
| Component —
the default component to be focused.
|
protected function getFirstComponent(container:Container):Component
Returns the first focusable component in the container.
Parameters
Returns
protected function getLastComponent(c:Component):Component
Returns the last focusable component in the component, if it is a container
deep into it to find the last.
Parameters
Returns