Class AbstractMprUIContentConnector

  • 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 abstract class AbstractMprUIContentConnector
    extends com.vaadin.client.ui.AbstractHasComponentsConnector
    Legacy component wrapper connector. Handles server-client communication using Flow communication.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.vaadin.client.ui.AbstractComponentConnector

        SIGNIFICANT_MOVE_THRESHOLD
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method 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)  
      • 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, getState, getTooltipInfo, hasTooltip, isReadOnly, isRealUpdate, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, onStateChanged, onUnregister, registerTouchHandlers, sendContextClickEvent, setWidgetEnabled, setWidgetStyleName, setWidgetStyleNameWithPrefix, shouldHandleLongTap, unregisterTouchHandlers, updateComponentSize, 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 interface com.vaadin.shared.Connector

        getConnectorId
      • Methods inherited from interface com.vaadin.client.ServerConnector

        addStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, hasEventListener, isEnabled, onUnregister, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, updateEnabledState
    • Constructor Detail

      • AbstractMprUIContentConnector

        public AbstractMprUIContentConnector()
    • Method Detail

      • init

        protected void init()
        Overrides:
        init in class com.vaadin.client.ui.AbstractConnector
      • getComponentSettings

        protected abstract HashMap<com.vaadin.shared.Connector,​ComponentSettings> getComponentSettings()
        Get the content state component settings.
        Returns:
        component settings map
      • setResponse

        protected void setResponse​(String response)
        Handle the response message for this UI content that is received from Flow.
        Parameters:
        response - Received response message
      • getWidget

        public com.google.gwt.user.client.ui.SimplePanel getWidget()
        Specified by:
        getWidget in interface com.vaadin.client.ComponentConnector
        Overrides:
        getWidget in class com.vaadin.client.ui.AbstractComponentConnector
      • updateCaption

        public void updateCaption​(com.vaadin.client.ComponentConnector connector)
      • onConnectorHierarchyChange

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