com.extjs.gxt.ui.client.aria
Interface NavigationHandler

All Known Implementing Classes:
ContentPanelNavigationHandler

public interface NavigationHandler

Navigation handlers are responsible for specifying the child widgets of a container. In addition, the handler determines the order in which the children are navigated.


Method Summary
 boolean canHandleTabKey(Component comp)
          Determines if the this handler instance can handle the given component.
 java.util.List<com.google.gwt.user.client.ui.Widget> getOrderedWidgets(com.google.gwt.user.client.ui.Widget widget)
          Returns the list of ordered widgets.
 

Method Detail

canHandleTabKey

boolean canHandleTabKey(Component comp)
Determines if the this handler instance can handle the given component.

Parameters:
comp - the target component
Returns:
the list of ordered child widgets of the container

getOrderedWidgets

java.util.List<com.google.gwt.user.client.ui.Widget> getOrderedWidgets(com.google.gwt.user.client.ui.Widget widget)
Returns the list of ordered widgets.

Parameters:
widget - the target widget
Returns:
the list of ordered widgets