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