com.vaadin.client.ui
Class LayoutClickEventHandler

java.lang.Object
  extended by com.vaadin.client.ui.AbstractClickEventHandler
      extended by com.vaadin.client.ui.LayoutClickEventHandler

public abstract class LayoutClickEventHandler
extends AbstractClickEventHandler


Field Summary
 
Fields inherited from class com.vaadin.client.ui.AbstractClickEventHandler
connector
 
Constructor Summary
LayoutClickEventHandler(ComponentConnector connector)
           
LayoutClickEventHandler(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  ComponentConnector getChildComponent(com.google.gwt.user.client.Element element)
           
protected  ComponentConnector getChildComponent(NativeEvent event)
           
protected abstract  com.vaadin.shared.ui.LayoutClickRpc getLayoutClickRPC()
           
 
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

LayoutClickEventHandler

public LayoutClickEventHandler(ComponentConnector connector)

LayoutClickEventHandler

public LayoutClickEventHandler(ComponentConnector connector,
                               java.lang.String clickEventIdentifier)
Method Detail

getChildComponent

protected abstract ComponentConnector getChildComponent(com.google.gwt.user.client.Element element)

getChildComponent

protected ComponentConnector getChildComponent(NativeEvent event)

fireClick

protected void fireClick(NativeEvent event)
Description copied from class: AbstractClickEventHandler
Sends the click event based on the given native event.

Specified by:
fireClick in class AbstractClickEventHandler
Parameters:
event - The native event that caused this click event

getLayoutClickRPC

protected abstract com.vaadin.shared.ui.LayoutClickRpc getLayoutClickRPC()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.