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