public class TableSortEvent extends com.google.gwt.event.shared.GwtEvent<TableSortEvent.Handler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableSortEvent.Handler
Handler for
TableSortEvent. |
static interface |
TableSortEvent.HasTableSortHandlers
Indicates if a widget supports ok/cancel.
|
| Constructor and Description |
|---|
TableSortEvent(String columnId,
boolean ascending)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(TableSortEvent.Handler handler) |
static TableSortEvent |
fire(com.google.gwt.event.shared.HasHandlers source,
String columnId,
boolean ascending)
Fires the event.
|
com.google.gwt.event.shared.GwtEvent.Type<TableSortEvent.Handler> |
getAssociatedType() |
String |
getHeaderId() |
static com.google.gwt.event.shared.GwtEvent.Type<TableSortEvent.Handler> |
getType()
Gets the type associated with this event.
|
boolean |
isAscending() |
assertLive, getSource, isLive, kill, revivepublic TableSortEvent(String columnId, boolean ascending)
columnId - ascending - public static TableSortEvent fire(com.google.gwt.event.shared.HasHandlers source, String columnId, boolean ascending)
source - columnId - ascending - public static com.google.gwt.event.shared.GwtEvent.Type<TableSortEvent.Handler> getType()
public com.google.gwt.event.shared.GwtEvent.Type<TableSortEvent.Handler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<TableSortEvent.Handler>GwtEvent.getAssociatedType()protected void dispatch(TableSortEvent.Handler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<TableSortEvent.Handler>GwtEvent.dispatch(com.google.gwt.event.shared.EventHandler)public String getHeaderId()
public boolean isAscending()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.