public class ColumnSortEvent<T> extends com.google.gwt.event.shared.GwtEvent<ColumnSortHandler<T>>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ColumnSortHandler> |
TYPE |
| Constructor and Description |
|---|
ColumnSortEvent(SortContext<T> sortContext,
int columnIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ColumnSortHandler<T> handler) |
static <T> void |
fire(DataView<T> source,
SortContext<T> sortContext,
int columnIndex) |
com.google.gwt.event.shared.GwtEvent.Type<ColumnSortHandler<T>> |
getAssociatedType() |
int |
getColumnIndex() |
SortContext<T> |
getSortContext() |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<ColumnSortHandler> TYPE
public ColumnSortEvent(SortContext<T> sortContext, int columnIndex)
public static <T> void fire(DataView<T> source, SortContext<T> sortContext, int columnIndex)
public SortContext<T> getSortContext()
public int getColumnIndex()
public com.google.gwt.event.shared.GwtEvent.Type<ColumnSortHandler<T>> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ColumnSortHandler<T>>protected void dispatch(ColumnSortHandler<T> handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ColumnSortHandler<T>>Copyright © 2018. All rights reserved.