public class DeleteColumnEvent extends com.google.gwt.event.shared.GwtEvent<DeleteColumnEventHandler>
GwtEvent
to delete a columnType | Property and Description |
---|---|
boolean |
isAs
Gets the value of the property asProperty.
|
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<DeleteColumnEventHandler> |
TYPE |
Constructor and Description |
---|
DeleteColumnEvent(GridWidget gridWidget,
int columnIndex,
String columnGroup,
boolean asProperty) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(DeleteColumnEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<DeleteColumnEventHandler> |
getAssociatedType() |
String |
getColumnGroup() |
int |
getColumnIndex() |
GridWidget |
getGridWidget() |
boolean |
isAsProperty()
Gets the value of the property asProperty.
|
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<DeleteColumnEventHandler> TYPE
public DeleteColumnEvent(GridWidget gridWidget, int columnIndex, String columnGroup, boolean asProperty)
gridWidget
- columnIndex
- columnGroup
- asProperty
- asProperty when true
it delete only the column, when false
it deletes the whole instancepublic com.google.gwt.event.shared.GwtEvent.Type<DeleteColumnEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<DeleteColumnEventHandler>
public GridWidget getGridWidget()
public int getColumnIndex()
public String getColumnGroup()
public boolean isAsProperty()
protected void dispatch(DeleteColumnEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<DeleteColumnEventHandler>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.