public class SelectionChangedEvent extends com.google.gwt.event.shared.GwtEvent<SelectionChangedHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SelectionChangedHandler> |
TYPE
GWT Event type system.
|
| Constructor and Description |
|---|
SelectionChangedEvent(int selection,
com.google.gwt.dom.client.EventTarget target)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SelectionChangedHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SelectionChangedHandler> |
getAssociatedType() |
int |
getSelection() |
com.google.gwt.dom.client.EventTarget |
getTarget() |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<SelectionChangedHandler> TYPE
public SelectionChangedEvent(int selection,
com.google.gwt.dom.client.EventTarget target)
selection - the selection indextarget - the target (selected element)public int getSelection()
public com.google.gwt.dom.client.EventTarget getTarget()
public com.google.gwt.event.shared.GwtEvent.Type<SelectionChangedHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SelectionChangedHandler>protected void dispatch(SelectionChangedHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<SelectionChangedHandler>Copyright © 2011–2015 SWM. All rights reserved.