|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.event.WidgetListener
public class WidgetListener
Event interface for widget events.
| Constructor Summary | |
|---|---|
WidgetListener()
|
|
| Method Summary | |
|---|---|
void |
handleEvent(ComponentEvent e)
Sent when an event that the listener has registered for occurs. |
void |
widgetAttached(ComponentEvent ce)
Fires after a widget is attached. |
void |
widgetDetached(ComponentEvent ce)
Fires after a widget is detached. |
void |
widgetResized(ComponentEvent ce)
Fires after a widget is moved or resized. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WidgetListener()
| Method Detail |
|---|
public void handleEvent(ComponentEvent e)
Listener
handleEvent in interface Listener<ComponentEvent>e - the event which occurredpublic void widgetResized(ComponentEvent ce)
ce - an event containing information about the eventpublic void widgetAttached(ComponentEvent ce)
ce - an event containing information about the eventpublic void widgetDetached(ComponentEvent ce)
ce - an event containing information about the event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||