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