public final class SortChangeEvent extends GridEvent<SortChangeEvent.SortChangeHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SortChangeEvent.HasSortChangeHandlers |
static interface |
SortChangeEvent.SortChangeHandler |
GwtEvent.Type<H>| Constructor and Description |
|---|
SortChangeEvent(SortInfo sortInfo) |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<SortChangeEvent.SortChangeHandler> |
getAssociatedType() |
SortInfo |
getSortInfo() |
static GwtEvent.Type<SortChangeEvent.SortChangeHandler> |
getType() |
public SortChangeEvent(SortInfo sortInfo)
public static GwtEvent.Type<SortChangeEvent.SortChangeHandler> getType()
public GwtEvent.Type<SortChangeEvent.SortChangeHandler> getAssociatedType()
getAssociatedType in class GwtEvent<SortChangeEvent.SortChangeHandler>public SortInfo getSortInfo()
Copyright © 2012. All Rights Reserved.