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