public class UpdateAllRowSelectionEvent extends com.google.gwt.event.shared.GwtEvent<UpdateAllRowSelectionEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<UpdateAllRowSelectionEventHandler> |
TYPE |
Constructor and Description |
---|
UpdateAllRowSelectionEvent(boolean selectionValue,
SearchResultType type) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(UpdateAllRowSelectionEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<UpdateAllRowSelectionEventHandler> |
getAssociatedType() |
SearchResultType |
getSearchType() |
boolean |
getSelectionValue() |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<UpdateAllRowSelectionEventHandler> TYPE
public UpdateAllRowSelectionEvent(boolean selectionValue, SearchResultType type)
public com.google.gwt.event.shared.GwtEvent.Type<UpdateAllRowSelectionEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<UpdateAllRowSelectionEventHandler>
protected void dispatch(UpdateAllRowSelectionEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<UpdateAllRowSelectionEventHandler>
public boolean getSelectionValue()
public SearchResultType getSearchType()
Copyright © 2016. All Rights Reserved.