|
|||||||||
| 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.OnMouseOverHandler
public abstract class OnMouseOverHandler
This class handles onmouseover events for visualizations such as browsercharts.
| Nested Class Summary | |
|---|---|
static class |
OnMouseOverHandler.OnMouseOverEvent
The onmouseover event is fired when the mouse is over data displayed in the visualization. |
| Constructor Summary | |
|---|---|
OnMouseOverHandler()
|
|
| Method Summary | |
|---|---|
protected void |
onEvent(Properties properties)
This method should be overridden by event-specific Handler subclasses. |
abstract void |
onMouseOverEvent(OnMouseOverHandler.OnMouseOverEvent 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 OnMouseOverHandler()
| Method Detail |
|---|
public abstract void onMouseOverEvent(OnMouseOverHandler.OnMouseOverEvent event)
protected void onEvent(Properties properties)
throws Properties.TypeException
Handler
onEvent in class Handlerproperties - 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 | ||||||||