public class DuplicateInstanceEvent extends com.google.gwt.event.shared.GwtEvent<DuplicateInstanceEventHandler>
GwtEvent to duplicate an instance.| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<DuplicateInstanceEventHandler> |
TYPE |
| Constructor and Description |
|---|
DuplicateInstanceEvent(GridWidget gridWidget,
int columnIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(DuplicateInstanceEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<DuplicateInstanceEventHandler> |
getAssociatedType() |
int |
getColumnIndex() |
GridWidget |
getGridWidget() |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<DuplicateInstanceEventHandler> TYPE
public DuplicateInstanceEvent(GridWidget gridWidget, int columnIndex)
gridWidget - columnIndex - public com.google.gwt.event.shared.GwtEvent.Type<DuplicateInstanceEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<DuplicateInstanceEventHandler>public GridWidget getGridWidget()
public int getColumnIndex()
protected void dispatch(DuplicateInstanceEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<DuplicateInstanceEventHandler>Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.