|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.visualization.client.events.Handler
com.google.gwt.visualization.client.events.SortHandler
public abstract class SortHandler
This class handles sort events for visualizations such as Table.
| Nested Class Summary | |
|---|---|
class |
SortHandler.SortEvent
This event is triggered when the user clicks on a column heading. |
| Constructor Summary | |
|---|---|
SortHandler()
|
|
| Method Summary | |
|---|---|
protected void |
onEvent(Properties event)
This method should be overridden by event-specific Handler subclasses. |
abstract void |
onSort(SortHandler.SortEvent event)
|
| Methods inherited from class com.google.gwt.visualization.client.events.Handler |
|---|
addHandler |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SortHandler()
| Method Detail |
|---|
public abstract void onSort(SortHandler.SortEvent event)
protected void onEvent(Properties event)
throws Properties.TypeException
Handler
onEvent in class Handlerevent - The JavaScriptObject containing data about the event.
Properties.TypeException - If some property of the event has an unexpected type.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||