GWT Tk 0.2.3

asquare.gwt.tk.client.ui.behavior
Interface FocusModelListener

All Known Implementing Classes:
AbstractTabFocusController, TabFocusControllerMozilla, TabFocusControllerStandard

public interface FocusModelListener


Method Summary
 void widgetsAdded(FocusModel model, HasFocus[] added)
          Called when widgets are added to the focus cycle.
 void widgetsRemoved(FocusModel model, HasFocus[] removed)
          Called when widgets are removed from the focus cycle.
 

Method Detail

widgetsAdded

void widgetsAdded(FocusModel model,
                  HasFocus[] added)
Called when widgets are added to the focus cycle.

Parameters:
model - the focus model that originated the event
added - 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 event
removed - an array of 1 or more widgets

GWT Tk 0.2.3

© 2007 Mat Gessel