public class SelectionEvent extends com.google.gwt.event.shared.GwtEvent<SelectionChangedHandler>
| Modifier and Type | Method and Description |
|---|---|
static <S extends HasSelectionChangedHandlers> |
_fire(S source,
Record record,
boolean state,
java.lang.Boolean previousState) |
java.lang.Boolean |
_getPreviousState() |
protected void |
dispatch(SelectionChangedHandler handler) |
static <S extends HasSelectionChangedHandlers> |
fire(S source,
Record record,
boolean state) |
com.google.gwt.event.shared.GwtEvent.Type<SelectionChangedHandler> |
getAssociatedType() |
Record |
getRecord() |
boolean |
getState() |
static com.google.gwt.event.shared.GwtEvent.Type<SelectionChangedHandler> |
getType() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<SelectionChangedHandler> getType()
public static <S extends HasSelectionChangedHandlers> void fire(S source, Record record, boolean state)
@SGWTInternal public static <S extends HasSelectionChangedHandlers> void _fire(S source, Record record, boolean state, java.lang.Boolean previousState)
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>public Record getRecord()
public boolean getState()
@SGWTInternal public java.lang.Boolean _getPreviousState()