com.extjs.gxt.ui.client.aria
Class ContentPanelNavigationHandler

java.lang.Object
  extended by com.extjs.gxt.ui.client.aria.ContentPanelNavigationHandler
All Implemented Interfaces:
NavigationHandler

public class ContentPanelNavigationHandler
extends java.lang.Object
implements NavigationHandler


Constructor Summary
ContentPanelNavigationHandler()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentPanelNavigationHandler

public ContentPanelNavigationHandler()
Method Detail

getOrderedWidgets

public java.util.List<com.google.gwt.user.client.ui.Widget> getOrderedWidgets(com.google.gwt.user.client.ui.Widget widget)
Description copied from interface: NavigationHandler
Returns the list of ordered widgets.

Specified by:
getOrderedWidgets in interface NavigationHandler
Parameters:
widget - the target widget
Returns:
the list of ordered widgets

canHandleTabKey

public boolean canHandleTabKey(Component comp)
Description copied from interface: NavigationHandler
Determines if the this handler instance can handle the given component.

Specified by:
canHandleTabKey in interface NavigationHandler
Parameters:
comp - the target component
Returns:
the list of ordered child widgets of the container