public abstract class AbstractMprUIContentConnector
extends com.vaadin.client.ui.AbstractHasComponentsConnector
| Constructor and Description |
|---|
AbstractMprUIContentConnector() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract HashMap<com.vaadin.shared.Connector,ComponentSettings> |
getComponentSettings()
Get the content state component settings.
|
com.google.gwt.user.client.ui.SimplePanel |
getWidget() |
protected void |
init() |
void |
onConnectorHierarchyChange(com.vaadin.client.ConnectorHierarchyChangeEvent event) |
protected void |
setResponse(String response)
Handle the response message for this UI content that is received from
Flow.
|
void |
updateCaption(com.vaadin.client.ComponentConnector connector) |
addConnectorHierarchyChangeHandler, getChildComponents, setChildComponentscreateWidget, delegateCaptionHandling, flush, getIcon, getIconUri, getLayoutManager, getState, getTooltipInfo, hasTooltip, isReadOnly, isRealUpdate, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, onStateChanged, onUnregister, 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, hasEventListener, isEnabled, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, unregisterRpcclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, getState, hasEventListener, isEnabled, onUnregister, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, updateEnabledStateprotected void init()
init in class com.vaadin.client.ui.AbstractConnectorprotected abstract HashMap<com.vaadin.shared.Connector,ComponentSettings> getComponentSettings()
protected void setResponse(String response)
response - Received response messagepublic com.google.gwt.user.client.ui.SimplePanel getWidget()
getWidget in interface com.vaadin.client.ComponentConnectorgetWidget in class com.vaadin.client.ui.AbstractComponentConnectorpublic void updateCaption(com.vaadin.client.ComponentConnector connector)
public void onConnectorHierarchyChange(com.vaadin.client.ConnectorHierarchyChangeEvent event)
Copyright © 2018–2020 Vaadin Ltd. All rights reserved.