public final class ColumnMoveEvent extends ColumnModelEvent<ColumnMoveEvent.ColumnMoveHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ColumnMoveEvent.ColumnMoveHandler |
static interface |
ColumnMoveEvent.HasColumnMoveHandlers |
GwtEvent.Type<H>| Constructor and Description |
|---|
ColumnMoveEvent(int index,
ColumnConfig<?,?> columnConfig) |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<ColumnMoveEvent.ColumnMoveHandler> |
getAssociatedType() |
static GwtEvent.Type<ColumnMoveEvent.ColumnMoveHandler> |
getType() |
getColumnConfig, getIndex, getSourcepublic ColumnMoveEvent(int index,
ColumnConfig<?,?> columnConfig)
public static GwtEvent.Type<ColumnMoveEvent.ColumnMoveHandler> getType()
public GwtEvent.Type<ColumnMoveEvent.ColumnMoveHandler> getAssociatedType()
getAssociatedType in class GwtEvent<ColumnMoveEvent.ColumnMoveHandler>Copyright © 2012. All Rights Reserved.