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