|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.event.shared.GwtEvent<SelectionHandler<I>>
com.google.gwt.event.logical.shared.SelectionEvent<I>
I - the type being selectedpublic class SelectionEvent<I>
Represents a selection event.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Method Summary | ||
|---|---|---|
static
|
fire(HasSelectionHandlers<I> source,
I selectedItem)
Fires a selection event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing. |
|
GwtEvent.Type<SelectionHandler<I>> |
getAssociatedType()
Returns the type used to register this event. |
|
I |
getSelectedItem()
Gets the selected item. |
|
static GwtEvent.Type<SelectionHandler<?>> |
getType()
Gets the type associated with this event. |
|
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
getSource, toDebugString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static <I> void fire(HasSelectionHandlers<I> source,
I selectedItem)
I - the selected item typesource - the source of the handlersselectedItem - the selected itempublic static GwtEvent.Type<SelectionHandler<?>> getType()
public final GwtEvent.Type<SelectionHandler<I>> getAssociatedType()
GwtEvent
getAssociatedType in class GwtEvent<SelectionHandler<I>>public I getSelectedItem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||