public class DeleteRowEvent extends com.google.gwt.event.shared.GwtEvent<DeleteRowEventHandler>
GwtEvent
to delete a rowModifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<DeleteRowEventHandler> |
TYPE |
Constructor and Description |
---|
DeleteRowEvent(GridWidget gridWidget,
int rowIndex) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(DeleteRowEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<DeleteRowEventHandler> |
getAssociatedType() |
GridWidget |
getGridWidget() |
int |
getRowIndex() |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<DeleteRowEventHandler> TYPE
public DeleteRowEvent(GridWidget gridWidget, int rowIndex)
gridWidget
- rowIndex
- public com.google.gwt.event.shared.GwtEvent.Type<DeleteRowEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<DeleteRowEventHandler>
public GridWidget getGridWidget()
public int getRowIndex()
protected void dispatch(DeleteRowEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<DeleteRowEventHandler>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.