|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.ui.AbstractClickEventHandler
com.vaadin.client.ui.ClickEventHandler
public abstract class ClickEventHandler
| Field Summary |
|---|
| Fields inherited from class com.vaadin.client.ui.AbstractClickEventHandler |
|---|
connector |
| Constructor Summary | |
|---|---|
ClickEventHandler(ComponentConnector connector)
|
|
ClickEventHandler(ComponentConnector connector,
java.lang.String clickEventIdentifier)
|
|
| Method Summary | |
|---|---|
protected void |
fireClick(NativeEvent event)
Sends the click event based on the given native event. |
protected abstract void |
fireClick(NativeEvent event,
com.vaadin.shared.MouseEventDetails mouseDetails)
Sends the click event to the server. |
| Methods inherited from class com.vaadin.client.ui.AbstractClickEventHandler |
|---|
getRelativeToElement, handleEventHandlerRegistration, hasEventListener, onContextMenu, onDoubleClick, onMouseDown, onMouseUp, registerHandler, shouldFireEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClickEventHandler(ComponentConnector connector)
public ClickEventHandler(ComponentConnector connector,
java.lang.String clickEventIdentifier)
| Method Detail |
|---|
protected void fireClick(NativeEvent event)
#fireClick(MouseEventDetails).
fireClick in class AbstractClickEventHandlerevent - The native event that caused this click event
protected abstract void fireClick(NativeEvent event,
com.vaadin.shared.MouseEventDetails mouseDetails)
event - The event that caused this click to be firedmouseDetails - The mouse details for the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||