GWT Tk 0.2.3

asquare.gwt.tk.client.ui
Interface DropDownListener


public interface DropDownListener

Implement if you wish to be notified of a DropDownPanel opening/closing. Useful if you need to modify your layout to accommodate changes in the DropDownPanel.


Method Summary
 void dropDownClosed(DropDownPanel sender)
          Called after a DropDownPanel's content element is hidden.
 void dropDownOpened(DropDownPanel sender)
          Called after a DropDownPanel's content element is made visible.
 

Method Detail

dropDownOpened

void dropDownOpened(DropDownPanel sender)
Called after a DropDownPanel's content element is made visible.

Parameters:
sender - the panel which was opened

dropDownClosed

void dropDownClosed(DropDownPanel sender)
Called after a DropDownPanel's content element is hidden.

Parameters:
sender - the panel which was closed

GWT Tk 0.2.3

© 2007 Mat Gessel