info.magnolia.ui.vaadin.gwt.client.dialog.connector
Class OverlayConnector

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 info.magnolia.ui.vaadin.gwt.client.dialog.connector.OverlayConnector
All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler, com.vaadin.client.communication.StateChangeEvent.StateChangeHandler, com.vaadin.client.ComponentConnector, com.vaadin.client.ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler, com.vaadin.client.HasComponentsConnector, com.vaadin.client.ServerConnector, com.vaadin.shared.Connector, Serializable

public class OverlayConnector
extends com.vaadin.client.ui.AbstractSingleComponentContainerConnector

Client-side connector for Overlay component.

See Also:
Serialized Form

Field Summary
static int OVERLAY_CLOSE_ANIMATION_DURATION_MSEC
           
 
Constructor Summary
OverlayConnector()
           
 
Method Summary
 OverlayState getState()
           
 OverlayWidget getWidget()
           
protected  void init()
           
 void onConnectorHierarchyChange(com.vaadin.client.ConnectorHierarchyChangeEvent e)
           
 void onStateChanged(com.vaadin.client.communication.StateChangeEvent event)
           
 void removeSelf()
           
 void updateCaption(com.vaadin.client.ComponentConnector connector)
           
 
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, delegateCaptionHandling, flush, getIcon, getLayoutManager, getTooltipInfo, hasTooltip, isReadOnly, isRealUpdate, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, onUnregister, setWidgetEnabled, setWidgetStyleName, setWidgetStyleNameWithPrefix, updateComponentSize, updateComponentSize, updateEnabledState, 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.ServerConnector
addStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, hasEventListener, isEnabled, onUnregister, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, updateEnabledState
 
Methods inherited from interface com.vaadin.shared.Connector
getConnectorId
 

Field Detail

OVERLAY_CLOSE_ANIMATION_DURATION_MSEC

public static final int OVERLAY_CLOSE_ANIMATION_DURATION_MSEC
See Also:
Constant Field Values
Constructor Detail

OverlayConnector

public OverlayConnector()
Method Detail

init

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

removeSelf

public void removeSelf()

onStateChanged

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

updateCaption

public void updateCaption(com.vaadin.client.ComponentConnector connector)

getWidget

public OverlayWidget getWidget()
Specified by:
getWidget in interface com.vaadin.client.ComponentConnector
Overrides:
getWidget in class com.vaadin.client.ui.AbstractComponentConnector

onConnectorHierarchyChange

public void onConnectorHierarchyChange(com.vaadin.client.ConnectorHierarchyChangeEvent e)

getState

public OverlayState 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.AbstractComponentConnector


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.