info.magnolia.ui.vaadin.gwt.client.icon.connector
Class CompositeIconConnector

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.AbstractComponentContainerConnector
                  extended by com.vaadin.client.ui.AbstractLayoutConnector
                      extended by info.magnolia.ui.vaadin.gwt.client.icon.connector.CompositeIconConnector
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 CompositeIconConnector
extends com.vaadin.client.ui.AbstractLayoutConnector

Client-side connector for CompositeIcon component.

See Also:
Serialized Form

Constructor Summary
CompositeIconConnector()
           
 
Method Summary
protected  com.vaadin.shared.ui.AbstractLayoutState createState()
           
protected  IconWidget createWidget()
           
 IconWidget getWidget()
           
 void onConnectorHierarchyChange(com.vaadin.client.ConnectorHierarchyChangeEvent event)
           
 void updateCaption(com.vaadin.client.ComponentConnector connector)
           
 
Methods inherited from class com.vaadin.client.ui.AbstractLayoutConnector
getState
 
Methods inherited from class com.vaadin.client.ui.AbstractHasComponentsConnector
addConnectorHierarchyChangeHandler, getChildComponents, setChildComponents
 
Methods inherited from class com.vaadin.client.ui.AbstractComponentConnector
delegateCaptionHandling, flush, getIcon, getLayoutManager, getTooltipInfo, hasTooltip, isReadOnly, isRealUpdate, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, onStateChanged, onUnregister, setWidgetEnabled, setWidgetStyleName, setWidgetStyleNameWithPrefix, updateComponentSize, updateComponentSize, updateEnabledState, updateWidgetStyleNames
 
Methods inherited from class com.vaadin.client.ui.AbstractConnector
addStateChangeHandler, addStateChangeHandler, doInit, ensureHandlerManager, fireEvent, getChildren, getConnection, getConnectorId, getParent, getResourceUrl, getRpcImplementations, getRpcProxy, getStateType, hasEventListener, init, 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
 

Constructor Detail

CompositeIconConnector

public CompositeIconConnector()
Method Detail

getWidget

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

createWidget

protected IconWidget createWidget()
Overrides:
createWidget in class com.vaadin.client.ui.AbstractComponentConnector

createState

protected com.vaadin.shared.ui.AbstractLayoutState createState()
Overrides:
createState in class com.vaadin.client.ui.AbstractConnector

updateCaption

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

onConnectorHierarchyChange

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


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