|
GWT Tk 0.2.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
void dropDownOpened(DropDownPanel sender)
sender - the panel which was openedvoid dropDownClosed(DropDownPanel sender)
sender - the panel which was closed
|
GWT Tk 0.2.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||