Package com.vaadin.client.ui
Class LayoutClickEventHandler
- java.lang.Object
-
- com.vaadin.client.ui.AbstractClickEventHandler
-
- com.vaadin.client.ui.LayoutClickEventHandler
-
- All Implemented Interfaces:
com.google.gwt.event.dom.client.ContextMenuHandler
,com.google.gwt.event.dom.client.DoubleClickHandler
,com.google.gwt.event.dom.client.MouseDownHandler
,com.google.gwt.event.dom.client.MouseUpHandler
,com.google.gwt.event.shared.EventHandler
public abstract class LayoutClickEventHandler extends AbstractClickEventHandler
-
-
Field Summary
-
Fields inherited from class com.vaadin.client.ui.AbstractClickEventHandler
connector
-
-
Constructor Summary
Constructors Constructor Description LayoutClickEventHandler(ComponentConnector connector)
LayoutClickEventHandler(ComponentConnector connector, String clickEventIdentifier)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected void
fireClick(com.google.gwt.dom.client.NativeEvent event)
Sends the click event based on the given native event.protected ComponentConnector
getChildComponent(com.google.gwt.dom.client.NativeEvent event)
protected abstract ComponentConnector
getChildComponent(com.google.gwt.user.client.Element element)
protected abstract LayoutClickRpc
getLayoutClickRPC()
-
Methods inherited from class com.vaadin.client.ui.AbstractClickEventHandler
getRelativeToElement, handleEventHandlerRegistration, hasEventListener, onContextMenu, onDoubleClick, onMouseDown, onMouseUp, registerHandler, shouldFireEvent
-
-
-
-
Constructor Detail
-
LayoutClickEventHandler
public LayoutClickEventHandler(ComponentConnector connector)
-
LayoutClickEventHandler
public LayoutClickEventHandler(ComponentConnector connector, String clickEventIdentifier)
-
-
Method Detail
-
getChildComponent
protected abstract ComponentConnector getChildComponent(com.google.gwt.user.client.Element element)
-
getChildComponent
protected ComponentConnector getChildComponent(com.google.gwt.dom.client.NativeEvent event)
-
fireClick
protected void fireClick(com.google.gwt.dom.client.NativeEvent event)
Description copied from class:AbstractClickEventHandler
Sends the click event based on the given native event.- Specified by:
fireClick
in classAbstractClickEventHandler
- Parameters:
event
- The native event that caused this click event
-
getLayoutClickRPC
protected abstract LayoutClickRpc getLayoutClickRPC()
-
-