asquare.gwt.tk.client.ui.behavior
Interface FocusModelListener
- All Known Implementing Classes:
- AbstractTabFocusController, TabFocusControllerMozilla, TabFocusControllerStandard
public interface FocusModelListener
widgetsAdded
void widgetsAdded(FocusModel model,
HasFocus[] added)
- Called when widgets are added to the focus cycle.
- Parameters:
model - the focus model that originated the eventadded - an array of 1 or more widgets
widgetsRemoved
void widgetsRemoved(FocusModel model,
HasFocus[] removed)
- Called when widgets are removed from the focus cycle.
- Parameters:
model - the focus model that originated the eventremoved - an array of 1 or more widgets
© 2007 Mat Gessel