|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.event.SelectionListener<E>
public abstract class SelectionListener<E extends ComponentEvent>
Listener for components that can be "selected". Selection is a GXT application event which should not be confused with the browser click event.
| Constructor Summary | |
|---|---|
SelectionListener()
|
|
| Method Summary | |
|---|---|
abstract void |
componentSelected(E ce)
Fires after a component is selected. |
void |
handleEvent(E e)
Sent when an event that the listener has registered for occurs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SelectionListener()
| Method Detail |
|---|
public void handleEvent(E e)
Listener
handleEvent in interface Listener<E extends ComponentEvent>e - the event which occurredpublic abstract void componentSelected(E ce)
ce - the component event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||