public class DeleteColumnOperationEvent extends com.google.gwt.event.shared.GwtEvent<DeleteColumnOperationEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<DeleteColumnOperationEventHandler> |
TYPE |
| Constructor and Description |
|---|
DeleteColumnOperationEvent(TdColumnDefinition col) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(DeleteColumnOperationEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<DeleteColumnOperationEventHandler> |
getAssociatedType() |
TdColumnDefinition |
getColumn() |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<DeleteColumnOperationEventHandler> TYPE
public DeleteColumnOperationEvent(TdColumnDefinition col)
col - public TdColumnDefinition getColumn()
public com.google.gwt.event.shared.GwtEvent.Type<DeleteColumnOperationEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<DeleteColumnOperationEventHandler>protected void dispatch(DeleteColumnOperationEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<DeleteColumnOperationEventHandler>Copyright © 2017. All Rights Reserved.