|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.ui.AbstractConnector
com.vaadin.client.ui.AbstractComponentConnector
com.vaadin.client.ui.AbstractHasComponentsConnector
com.vaadin.client.ui.table.TableConnector
com.vaadin.client.ui.treetable.TreeTableConnector
public class TreeTableConnector
| Constructor Summary | |
|---|---|
TreeTableConnector()
|
|
| Method Summary | |
|---|---|
com.vaadin.shared.ui.treetable.TreeTableState |
getState()
Returns the shared state object for this connector. |
TooltipInfo |
getTooltipInfo(Element element)
Gets the tooltip info for the given element. |
VTreeTable |
getWidget()
Returns the widget associated with this paintable. |
void |
updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
| Methods inherited from class com.vaadin.client.ui.table.TableConnector |
|---|
hasTooltip, init, isReadOnly, layoutHorizontally, layoutVertically, onConnectorHierarchyChange, onUnregister, postLayout, showSavedContextMenu, updateCaption, updateComponentSize |
| 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, getIconUri, getLayoutManager, isRealUpdate, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, onStateChanged, setWidgetEnabled, setWidgetStyleName, setWidgetStyleNameWithPrefix, updateComponentSize, updateEnabledState, updateWidgetSize, updateWidgetStyleNames |
| Methods inherited from class com.vaadin.client.ui.AbstractConnector |
|---|
addStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, forceStateChange, 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, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, updateEnabledState |
| Methods inherited from interface com.vaadin.shared.Connector |
|---|
getConnectorId |
| Constructor Detail |
|---|
public TreeTableConnector()
| Method Detail |
|---|
public void updateFromUIDL(UIDL uidl,
ApplicationConnection client)
updateFromUIDL in interface PaintableupdateFromUIDL in class TableConnectorpublic VTreeTable getWidget()
AbstractComponentConnector
getWidget in interface ComponentConnectorgetWidget in class TableConnectorpublic com.vaadin.shared.ui.treetable.TreeTableState getState()
AbstractConnector
getState in interface ComponentConnectorgetState in interface ServerConnectorgetState in class TableConnectorpublic TooltipInfo getTooltipInfo(Element element)
ComponentConnector
When overriding this method, ComponentConnector.hasTooltip() should also be
overridden to return true in all situations where this
method might return a non-empty result.
getTooltipInfo in interface ComponentConnectorgetTooltipInfo in class TableConnectorelement - The element to lookup a tooltip for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||