|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
boolean canHandleTabKey(Component comp)
comp - the target component
java.util.List<com.google.gwt.user.client.ui.Widget> getOrderedWidgets(com.google.gwt.user.client.ui.Widget widget)
widget - the target widget
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||