public class AppendRowEvent extends com.google.gwt.event.shared.GwtEvent<AppendRowEventHandler>
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<AppendRowEventHandler> |
TYPE |
Constructor and Description |
---|
AppendRowEvent(GridWidget gridWidget) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(AppendRowEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<AppendRowEventHandler> |
getAssociatedType() |
GridWidget |
getGridWidget() |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<AppendRowEventHandler> TYPE
public AppendRowEvent(GridWidget gridWidget)
gridWidget
- public com.google.gwt.event.shared.GwtEvent.Type<AppendRowEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<AppendRowEventHandler>
protected void dispatch(AppendRowEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<AppendRowEventHandler>
public GridWidget getGridWidget()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.