com.vaadin.client.ui
Class LayoutClickEventHandler
java.lang.Object
com.vaadin.client.ui.AbstractClickEventHandler
com.vaadin.client.ui.LayoutClickEventHandler
public abstract class LayoutClickEventHandler
- extends AbstractClickEventHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutClickEventHandler
public LayoutClickEventHandler(ComponentConnector connector)
LayoutClickEventHandler
public LayoutClickEventHandler(ComponentConnector connector,
java.lang.String clickEventIdentifier)
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.