public interface NavigationHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandleTabKey(Component comp)
Determines if the this handler instance can handle the given widget.
|
List<Widget> |
getOrderedWidgets(Widget widget)
Returns the list of ordered widgets.
|
boolean canHandleTabKey(Component comp)
comp - the target widgetCopyright © 2012. All Rights Reserved.