com.vaadin.client.ui.treetable
Class TreeTableConnector

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.table.TableConnector
                  extended by com.vaadin.client.ui.treetable.TreeTableConnector
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.DirectionalManagedLayout, com.vaadin.client.HasComponentsConnector, com.vaadin.client.Paintable, com.vaadin.client.ServerConnector, com.vaadin.client.ui.ManagedLayout, com.vaadin.client.ui.PostLayoutListener, com.vaadin.shared.Connector, Serializable

public class TreeTableConnector
extends TableConnector

See Also:
Serialized Form

Constructor Summary
TreeTableConnector()
           
 
Method Summary
 com.vaadin.shared.ui.treetable.TreeTableState getState()
           
 com.vaadin.client.TooltipInfo getTooltipInfo(com.google.gwt.dom.client.Element element)
           
 VTreeTable getWidget()
           
 void updateFromUIDL(com.vaadin.client.UIDL uidl, com.vaadin.client.ApplicationConnection client)
           
 
Methods inherited from class com.vaadin.client.ui.table.TableConnector
hasTooltip, init, isReadOnly, layoutHorizontally, layoutVertically, onConnectorHierarchyChange, postLayout, showSavedContextMenu, updateCaption
 
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, 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, 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
delegateCaptionHandling, flush, getLayoutManager, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, setWidgetEnabled
 
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

TreeTableConnector

public TreeTableConnector()
Method Detail

updateFromUIDL

public void updateFromUIDL(com.vaadin.client.UIDL uidl,
                           com.vaadin.client.ApplicationConnection client)
Specified by:
updateFromUIDL in interface com.vaadin.client.Paintable
Overrides:
updateFromUIDL in class TableConnector

getWidget

public VTreeTable getWidget()
Specified by:
getWidget in interface com.vaadin.client.ComponentConnector
Overrides:
getWidget in class TableConnector

getState

public com.vaadin.shared.ui.treetable.TreeTableState getState()
Specified by:
getState in interface com.vaadin.client.ComponentConnector
Specified by:
getState in interface com.vaadin.client.ServerConnector
Overrides:
getState in class TableConnector

getTooltipInfo

public com.vaadin.client.TooltipInfo getTooltipInfo(com.google.gwt.dom.client.Element element)
Specified by:
getTooltipInfo in interface com.vaadin.client.ComponentConnector
Overrides:
getTooltipInfo in class TableConnector


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