com.vaadin.addon.touchkit.gwt.client.vcom.popover
Class PopoverConnector

java.lang.Object
  extended by com.vaadin.client.ui.AbstractConnector
      extended by com.vaadin.client.ui.AbstractComponentConnector
          extended by com.vaadin.client.ui.AbstractHasComponentsConnector
              extended by com.vaadin.client.ui.AbstractSingleComponentContainerConnector
                  extended by com.vaadin.client.ui.window.WindowConnector
                      extended by com.vaadin.addon.touchkit.gwt.client.vcom.popover.PopoverConnector
All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler, com.google.gwt.user.client.Event.NativePreviewHandler, com.vaadin.client.communication.StateChangeEvent.StateChangeHandler, com.vaadin.client.ComponentConnector, com.vaadin.client.ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler, com.vaadin.client.HasComponentsConnector, com.vaadin.client.Paintable, com.vaadin.client.ServerConnector, com.vaadin.client.ui.layout.MayScrollChildren, com.vaadin.client.ui.ManagedLayout, com.vaadin.client.ui.PostLayoutListener, com.vaadin.client.ui.ShortcutActionHandler.BeforeShortcutActionListener, com.vaadin.client.ui.SimpleManagedLayout, com.vaadin.client.ui.window.WindowMoveHandler, com.vaadin.shared.Connector, Serializable

public class PopoverConnector
extends com.vaadin.client.ui.window.WindowConnector
implements com.google.gwt.user.client.Event.NativePreviewHandler

See Also:
Serialized Form

Constructor Summary
PopoverConnector()
           
 
Method Summary
 PopoverState getState()
           
 VPopover getWidget()
           
protected  void init()
           
 void onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent event)
           
 void onStateChanged(com.vaadin.client.communication.StateChangeEvent stateChangeEvent)
           
 void onUnregister()
           
protected  void setWidgetStyleName(String styleName, boolean add)
           
 
Methods inherited from class com.vaadin.client.ui.window.WindowConnector
delegateCaptionHandling, hasTooltip, layout, onBeforeShortcutAction, onConnectorHierarchyChange, onMaximizeRestore, onWindowMove, postLayout, setWindowOrderAndPosition, updateCaption, updateComponentSize, updateFromUIDL, updateWindowMode, updateWindowPosition
 
Methods inherited from class com.vaadin.client.ui.AbstractSingleComponentContainerConnector
getContent, getContentWidget
 
Methods inherited from class com.vaadin.client.ui.AbstractHasComponentsConnector
addConnectorHierarchyChangeHandler, getChildComponents, setChildComponents
 
Methods inherited from class com.vaadin.client.ui.AbstractComponentConnector
createWidget, flush, getIcon, getIconUri, getLayoutManager, getTooltipInfo, isReadOnly, isRealUpdate, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, setWidgetEnabled, setWidgetStyleNameWithPrefix, updateComponentSize, updateEnabledState, updateWidgetSize, updateWidgetStyleNames
 
Methods inherited from class com.vaadin.client.ui.AbstractConnector
addStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, getChildren, getConnection, getConnectorId, getParent, getResourceUrl, getRpcImplementations, getRpcProxy, getStateType, hasEventListener, isEnabled, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, unregisterRpc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.vaadin.client.ComponentConnector
flush, getLayoutManager, getTooltipInfo, isReadOnly, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, setWidgetEnabled
 
Methods inherited from interface com.vaadin.client.ServerConnector
addStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, hasEventListener, isEnabled, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, updateEnabledState
 
Methods inherited from interface com.vaadin.shared.Connector
getConnectorId
 
Methods inherited from interface com.vaadin.client.HasComponentsConnector
addConnectorHierarchyChangeHandler, getChildComponents, setChildComponents
 

Constructor Detail

PopoverConnector

public PopoverConnector()
Method Detail

onStateChanged

public void onStateChanged(com.vaadin.client.communication.StateChangeEvent stateChangeEvent)
Specified by:
onStateChanged in interface com.vaadin.client.communication.StateChangeEvent.StateChangeHandler
Overrides:
onStateChanged in class com.vaadin.client.ui.window.WindowConnector

getWidget

public VPopover getWidget()
Specified by:
getWidget in interface com.vaadin.client.ComponentConnector
Overrides:
getWidget in class com.vaadin.client.ui.window.WindowConnector

getState

public PopoverState getState()
Specified by:
getState in interface com.vaadin.client.ComponentConnector
Specified by:
getState in interface com.vaadin.client.ServerConnector
Overrides:
getState in class com.vaadin.client.ui.window.WindowConnector

onPreviewNativeEvent

public void onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent event)
Specified by:
onPreviewNativeEvent in interface com.google.gwt.user.client.Event.NativePreviewHandler

init

protected void init()
Overrides:
init in class com.vaadin.client.ui.window.WindowConnector

onUnregister

public void onUnregister()
Specified by:
onUnregister in interface com.vaadin.client.ServerConnector
Overrides:
onUnregister in class com.vaadin.client.ui.window.WindowConnector

setWidgetStyleName

protected void setWidgetStyleName(String styleName,
                                  boolean add)
Overrides:
setWidgetStyleName in class com.vaadin.client.ui.AbstractComponentConnector


Copyright © 2014 Vaadin Ltd. All rights reserved.