|
GWT 2.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.event.shared.GwtEvent<SelectionChangeEvent.Handler>
com.google.gwt.view.client.SelectionChangeEvent
public class SelectionChangeEvent
Represents a selection change event.
| Nested Class Summary | |
|---|---|
static interface |
SelectionChangeEvent.Handler
Handler interface for SelectionChangeEvent events. |
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Method Summary | |
|---|---|
protected void |
dispatch(SelectionChangeEvent.Handler handler)
Should only be called by HandlerManager. |
static void |
fire(SelectionModel<?> source)
Fires a selection change event on all registered handlers in the handler manager. |
GwtEvent.Type<SelectionChangeEvent.Handler> |
getAssociatedType()
Returns the type used to register this event. |
static GwtEvent.Type<SelectionChangeEvent.Handler> |
getType()
Gets the type associated with this event. |
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
assertLive, getSource, isLive, kill, revive, toDebugString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static void fire(SelectionModel<?> source)
source - the source of the handlerspublic static GwtEvent.Type<SelectionChangeEvent.Handler> getType()
public final GwtEvent.Type<SelectionChangeEvent.Handler> getAssociatedType()
GwtEvent
getAssociatedType in class GwtEvent<SelectionChangeEvent.Handler>protected void dispatch(SelectionChangeEvent.Handler handler)
GwtEventHandlerManager. In other words, do not use
or call.
dispatch in class GwtEvent<SelectionChangeEvent.Handler>handler - handler
|
GWT 2.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||