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