public class JmixMainTabSheetConnector extends DDTabsheetConnector
| Modifier and Type | Field and Description |
|---|---|
protected int |
lastContextMenuX |
protected int |
lastContextMenuY |
protected JmixMainTabSheetServerRpc |
rpc |
| Constructor and Description |
|---|
JmixMainTabSheetConnector() |
| Modifier and Type | Method and Description |
|---|---|
JmixMainTabSheetState |
getState() |
JmixMainTabSheetWidget |
getWidget() |
protected void |
init() |
void |
onStateChanged(com.vaadin.client.communication.StateChangeEvent stateChangeEvent) |
void |
updateFromUIDL(com.vaadin.client.UIDL uidl,
com.vaadin.client.ApplicationConnection client) |
disableDDHtml5, enableDDHtml5, getDragCaptionProvider, getDragFilter, getGrabFilter, onUnregister, setDragCaptionProvider, setDragFilter, setGrabFiltergetTooltipInfo, hasTooltip, layout, onConnectorHierarchyChange, renderContent, updateCaptionaddConnectorHierarchyChangeHandler, getChildComponents, setChildComponentscontextHelpIconClick, contextHelpIconClick, createWidget, delegateCaptionHandling, flush, getIcon, getIconUri, getLayoutManager, hasContextHelpIconListeners, isContextHelpIconEnabled, isContextHelpTooltipEnabled, isErrorIndicatorVisible, isRealUpdate, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, onDragSourceAttached, onDragSourceDetached, onDropTargetAttached, onDropTargetDetached, registerTouchHandlers, sendContextClickEvent, setWidgetEnabled, setWidgetStyleName, setWidgetStyleNameWithPrefix, shouldHandleLongTap, unregisterTouchHandlers, updateComponentSize, updateComponentSize, updateEnabledState, updateWidgetSize, updateWidgetStyleNamesaddStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, forceStateChange, getChildren, getConnection, getConnectorId, getParent, getResourceUrl, getRpcImplementations, getRpcProxy, getStateType, getTag, hasEventListener, isEnabled, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, setTag, unregisterRpcclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelegateCaptionHandling, flush, getLayoutManager, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, setWidgetEnabledaddStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, getTag, hasEventListener, isEnabled, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, setTag, updateEnabledStateprotected JmixMainTabSheetServerRpc rpc
protected int lastContextMenuX
protected int lastContextMenuY
public JmixMainTabSheetWidget getWidget()
getWidget in interface com.vaadin.client.HasWidgetgetWidget in class DDTabsheetConnectorprotected void init()
init in class DDTabsheetConnectorpublic JmixMainTabSheetState getState()
getState in interface com.vaadin.client.ComponentConnectorgetState in interface com.vaadin.client.ServerConnectorgetState in class DDTabsheetConnectorpublic void updateFromUIDL(com.vaadin.client.UIDL uidl,
com.vaadin.client.ApplicationConnection client)
updateFromUIDL in interface com.vaadin.client.PaintableupdateFromUIDL in class DDTabsheetConnectorpublic void onStateChanged(com.vaadin.client.communication.StateChangeEvent stateChangeEvent)
onStateChanged in interface com.vaadin.client.communication.StateChangeEvent.StateChangeHandleronStateChanged in class com.vaadin.client.ui.tabsheet.TabsheetConnector