Uses of Class
com.vaadin.client.ApplicationConnection
-
-
Uses of ApplicationConnection in com.vaadin.client
Methods in com.vaadin.client that return ApplicationConnection Modifier and Type Method Description ApplicationConnectionApplicationConnection.ApplicationConnectionEvent. getConnection()protected ApplicationConnectionLayoutManager. getConnection()Returns the application connection for this layout manager.ApplicationConnectionServerConnector. getConnection()Gets ApplicationConnection instance that created this connector.ApplicationConnectionVLoadingIndicator. getConnection()Returns theApplicationConnectionwhich uses this loading indicator.Methods in com.vaadin.client that return types with arguments of type ApplicationConnection Modifier and Type Method Description static List<ApplicationConnection>ApplicationConfiguration. getRunningApplications()Methods in com.vaadin.client with parameters of type ApplicationConnection Modifier and Type Method Description static voidVConsole. dirUIDL(ValueMap u, ApplicationConnection client)Deprecated.voidServerConnector. doInit(String connectorId, ApplicationConnection connection)Called once by the framework to initialize the connector.static ComponentConnectorUtil. findPaintable(ApplicationConnection client, com.google.gwt.dom.client.Element element)Helper method to find the nearest parent paintable instance by traversing the DOM upwards from given element.static ConnectorMapConnectorMap. get(ApplicationConnection applicationConnection)static LayoutManagerLayoutManager. get(ApplicationConnection connection)Gets the layout manager associated with the givenApplicationConnection.static ComponentConnectorUtil. getConnectorForElement(ApplicationConnection client, com.google.gwt.user.client.ui.Widget parent, com.google.gwt.dom.client.Element element)Locates the nested child component ofparent which contains the elementelement .ServerConnectorUIDL. getPaintableAttribute(String name, ApplicationConnection connection)Gets the Paintable with the id found in the named attributes's value.ServerConnectorUIDL. getPaintableVariable(String name, ApplicationConnection connection)Gets the Paintable with the id found in the named variable's value.static voidUtil. logMethodInvocations(ApplicationConnection c, Collection<MethodInvocation> methodInvocations)static voidVConsole. printLayoutProblems(ValueMap meta, ApplicationConnection applicationConnection)Deprecated.voidDependencyLoader. setConnection(ApplicationConnection connection)Sets the ApplicationConnection this instance is connected to.voidLayoutManager. setConnection(ApplicationConnection connection)Sets the application connection this instance is connected to.voidPaintable. updateFromUIDL(UIDL uidl, ApplicationConnection client)Deprecated.static voidUtil. updateRelativeChildrenAndSendSizeUpdateEvent(ApplicationConnection client, com.google.gwt.user.client.ui.HasWidgets container, com.google.gwt.user.client.ui.Widget widget)Constructors in com.vaadin.client with parameters of type ApplicationConnection Constructor Description ApplicationConnectionEvent(ApplicationConnection connection)RequestStartingEvent(ApplicationConnection connection)ResponseHandlingEndedEvent(ApplicationConnection connection)ResponseHandlingStartedEvent(ApplicationConnection connection)VCaption(ApplicationConnection client)Deprecated.all captions should be associated with a paintable widget and be updated from shared state, not UIDLVCaption(ComponentConnector component, ApplicationConnection client)Creates a caption for aComponentConnector.VCaptionWrapper(ComponentConnector toBeWrapped, ApplicationConnection client)Creates a new caption wrapper panel.VUIDLBrowser(UIDL uidl, ApplicationConnection client)Deprecated.VUIDLBrowser(ValueMap u, ApplicationConnection client)Deprecated. -
Uses of ApplicationConnection in com.vaadin.client.communication
Fields in com.vaadin.client.communication declared as ApplicationConnection Modifier and Type Field Description protected ApplicationConnectionServerRpcQueue. connectionMethods in com.vaadin.client.communication that return ApplicationConnection Modifier and Type Method Description protected ApplicationConnectionDefaultConnectionStateHandler. getConnection()Returns the connection this handler is connected to.protected ApplicationConnectionHeartbeat. getConnection()Deprecated.Methods in com.vaadin.client.communication with parameters of type ApplicationConnection Modifier and Type Method Description static ObjectJsonDecoder. decodeValue(Type type, elemental.json.JsonValue jsonValue, Object target, ApplicationConnection connection)Decode a JSON array with two elements (type and value) into a client-side type, recursively if necessary.DateDate_Serializer. deserialize(Type type, elemental.json.JsonValue jsonValue, ApplicationConnection connection)TJSONSerializer. deserialize(Type type, elemental.json.JsonValue jsonValue, ApplicationConnection connection)Creates and deserializes an object received from the server.URLReferenceURLReference_Serializer. deserialize(Type type, elemental.json.JsonValue jsonValue, ApplicationConnection connection)static elemental.json.JsonValueJsonEncoder. encode(Object value, Type type, ApplicationConnection connection)Encode a value to a JSON representation for transport from the client to the server.static ServerRpcQueueServerRpcQueue. get(ApplicationConnection connection)Returns the server RPC queue for the given application.voidAtmospherePushConnection. init(ApplicationConnection connection, UIState.PushConfigurationState pushConfiguration)voidHeartbeat. init(ApplicationConnection applicationConnection)Initializes the heartbeat for the given application connection.voidPushConnection. init(ApplicationConnection connection, UIState.PushConfigurationState pushConfigurationState)Two-phase construction to allow using GWT.create().MethodInvocationRpcManager. parseAndApplyInvocation(elemental.json.JsonArray rpcCall, ApplicationConnection connection)voidDefaultReconnectDialog. preload(ApplicationConnection connection)voidReconnectDialog. preload(ApplicationConnection connection)Called once after initialization to allow the reconnect dialog to preload required resources, which might not be available when the server connection is gone.elemental.json.JsonValueDate_Serializer. serialize(Date value, ApplicationConnection connection)elemental.json.JsonValueJSONSerializer. serialize(T value, ApplicationConnection connection)Serialize the given object into JSON.elemental.json.JsonValueURLReference_Serializer. serialize(URLReference value, ApplicationConnection connection)voidConnectionStateHandler. setConnection(ApplicationConnection connection)Sets the application connection this instance is connected to.voidDefaultConnectionStateHandler. setConnection(ApplicationConnection connection)voidMessageHandler. setConnection(ApplicationConnection connection)Sets the application connection this instance is connected to.voidMessageSender. setConnection(ApplicationConnection connection)Sets the application connection this instance is connected to.voidServerRpcQueue. setConnection(ApplicationConnection connection)Sets the application connection this instance is connected to.voidTranslatedURLReference. setConnection(ApplicationConnection connection)Sets the application connection this instance is connected to.voidXhrConnection. setConnection(ApplicationConnection connection)Sets the application connection this instance is connected to.voidDefaultReconnectDialog. show(ApplicationConnection connection)voidReconnectDialog. show(ApplicationConnection connection)Shows the dialog to the user.voidDiffJSONSerializer. update(T target, Type type, elemental.json.JsonValue jsonValue, ApplicationConnection connection)Update the target object in place based on the passed JSON data. -
Uses of ApplicationConnection in com.vaadin.client.componentlocator
Methods in com.vaadin.client.componentlocator that return ApplicationConnection Modifier and Type Method Description ApplicationConnectionComponentLocator. getClient()Returns theApplicationConnectionused by this locator.Constructors in com.vaadin.client.componentlocator with parameters of type ApplicationConnection Constructor Description ComponentLocator(ApplicationConnection client)Construct a ComponentLocator for the given ApplicationConnection.LegacyLocatorStrategy(ApplicationConnection clientConnection)VaadinFinderLocatorStrategy(ApplicationConnection clientConnection) -
Uses of ApplicationConnection in com.vaadin.client.debug.internal
Methods in com.vaadin.client.debug.internal with parameters of type ApplicationConnection Modifier and Type Method Description voidAnalyzeLayoutsPanel. meta(ApplicationConnection ac, ValueMap meta)voidHierarchySection. meta(ApplicationConnection ac, ValueMap meta)voidInfoSection. meta(ApplicationConnection ac, ValueMap meta)voidLogSection. meta(ApplicationConnection ac, ValueMap meta)voidNetworkSection. meta(ApplicationConnection ac, ValueMap meta)voidProfilerSection. meta(ApplicationConnection ac, ValueMap meta)voidSection. meta(ApplicationConnection ac, ValueMap meta)voidTestBenchSection. meta(ApplicationConnection ac, ValueMap meta)voidVDebugWindow. meta(ApplicationConnection ac, ValueMap meta)Called when the result from analyzeLayouts is received.voidHierarchySection. uidl(ApplicationConnection ac, ValueMap uidl)voidInfoSection. uidl(ApplicationConnection ac, ValueMap uidl)voidLogSection. uidl(ApplicationConnection ac, ValueMap uidl)voidNetworkSection. uidl(ApplicationConnection ac, ValueMap uidl)voidProfilerSection. uidl(ApplicationConnection ac, ValueMap uidl)voidSection. uidl(ApplicationConnection ac, ValueMap uidl)voidTestBenchSection. uidl(ApplicationConnection ac, ValueMap uidl)voidVDebugWindow. uidl(ApplicationConnection ac, ValueMap uidl)Called when a response is received. -
Uses of ApplicationConnection in com.vaadin.client.ui
Fields in com.vaadin.client.ui declared as ApplicationConnection Modifier and Type Field Description protected ApplicationConnectionVOverlay. acDeprecated.ApplicationConnectionVAbstractSplitPanel. clientFor internal use only.ApplicationConnectionVButton. clientFor internal use only.ApplicationConnectionVCheckBox. clientFor internal use only.ApplicationConnectionVCheckBoxGroup. clientFor internal use only.ApplicationConnectionVCustomLayout. clientFor internal use only.ApplicationConnectionVDateField. clientFor internal use only.ApplicationConnectionVDragAndDropWrapper. clientFor internal use only.ApplicationConnectionVEmbedded. clientFor internal use only.ApplicationConnectionVGridLayout. clientFor internal use only.ApplicationConnectionVMenuBar. clientFor internal use only.ApplicationConnectionVNativeButton. clientFor internal use only.ApplicationConnectionVPanel. clientFor internal use only.ApplicationConnectionVPopupView. clientFor internal use only.ApplicationConnectionVRadioButtonGroup. clientFor internal use only.ApplicationConnectionVRichTextArea. clientFor internal use only.protected ApplicationConnectionVSlider. clientDeprecated.this field is no longer used by the frameworkprotected ApplicationConnectionVTabsheetBase. clientFor internal use only.ApplicationConnectionVUpload. clientFor internal use only.ApplicationConnectionVWindow. clientFor internal use only.ApplicationConnectionVUI. connectionFor internal use only.Methods in com.vaadin.client.ui that return ApplicationConnection Modifier and Type Method Description ApplicationConnectionVDragAndDropWrapper.CustomDropHandler. getApplicationConnection()protected ApplicationConnectionVOverlay. getApplicationConnection()Deprecated.Get theApplicationConnectionthat this overlay belongs to.ApplicationConnectionVTabsheet. getApplicationConnection()Deprecated.since 7.2 - use more specific methods instead (getRpcProxy(), getConnectorForWidget(Widget) etc.)ApplicationConnectionActionOwner. getClient()ApplicationConnectionVDateField. getClient()Returns the current application connection.ApplicationConnectionAbstractConnector. getConnection()Methods in com.vaadin.client.ui with parameters of type ApplicationConnection Modifier and Type Method Description voidAbstractConnector. doInit(String connectorId, ApplicationConnection connection)Called once by the framework to initialize the connector.static StringVNotification. getDependentStyle(ApplicationConnection client, String style)Meant for internal usage only.static com.google.gwt.user.client.ElementVOverlay. getOverlayContainer(ApplicationConnection ac)Deprecated.Gets the 'overlay container' element pertaining to the givenApplicationConnection.StringVEmbedded. getSrc(String src, ApplicationConnection client)Helper to return translated src-attribute from embedded's UIDLvoidVOverlay. setApplicationConnection(ApplicationConnection ac)Deprecated.Sets theApplicationConnectionthat this overlay belongs to.voidVTabsheetBase. setClient(ApplicationConnection client)For internal use only.voidVSlider. setConnection(ApplicationConnection client)Deprecated.the updated field is no longer used by the frameworkvoidVPanel. setIconUri(String iconUri, ApplicationConnection client)For internal use only.static voidVOverlay. setOverlayContainerLabel(ApplicationConnection applicationConnection, String overlayContainerLabel)Deprecated.Set the label of the container element, where tooltip, notification and dialogs are added to.static voidVNotification. showError(ApplicationConnection connection, String caption, String message, String details, String url)Shows an error notification and redirects the user to the given URL when she clicks on the notification.static VNotificationVNotification. showNotification(ApplicationConnection client, String caption, String description, boolean htmlContentAllowed, String iconUri, String styleName, Position position, int delayMsec)Creates and shows aNotificationwith the specified parameters.voidLegacyConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)Deprecated.voidVMenuBar.CustomMenuItem. updateFromUIDL(UIDL uidl, ApplicationConnection client)Constructors in com.vaadin.client.ui with parameters of type ApplicationConnection Constructor Description ShortcutActionHandler(String pid, ApplicationConnection c) -
Uses of ApplicationConnection in com.vaadin.client.ui.customlayout
Methods in com.vaadin.client.ui.customlayout with parameters of type ApplicationConnection Modifier and Type Method Description voidCustomLayoutConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
Uses of ApplicationConnection in com.vaadin.client.ui.dd
Methods in com.vaadin.client.ui.dd that return ApplicationConnection Modifier and Type Method Description ApplicationConnectionVDropHandler. getApplicationConnection()Deprecated.Returns the application connection to which thisVDropHandlerbelongs to.protected ApplicationConnectionVDragAndDropManager. getCurrentDragApplicationConnection()Deprecated.Returns the application connection for the current drag source. -
Uses of ApplicationConnection in com.vaadin.client.ui.draganddropwrapper
Methods in com.vaadin.client.ui.draganddropwrapper with parameters of type ApplicationConnection Modifier and Type Method Description voidDragAndDropWrapperConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)Deprecated. -
Uses of ApplicationConnection in com.vaadin.client.ui.layout
Constructors in com.vaadin.client.ui.layout with parameters of type ApplicationConnection Constructor Description LayoutDependencyTree(ApplicationConnection connection)Constructs a layout dependency helper class. -
Uses of ApplicationConnection in com.vaadin.client.ui.menubar
Methods in com.vaadin.client.ui.menubar with parameters of type ApplicationConnection Modifier and Type Method Description voidMenuBarConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)This method must be implemented to update the client-side component from UIDL data received from server. -
Uses of ApplicationConnection in com.vaadin.client.ui.panel
Methods in com.vaadin.client.ui.panel with parameters of type ApplicationConnection Modifier and Type Method Description voidPanelConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
Uses of ApplicationConnection in com.vaadin.client.ui.ui
Methods in com.vaadin.client.ui.ui with parameters of type ApplicationConnection Modifier and Type Method Description voidUIConnector. init(com.google.gwt.dom.client.Element rootPanelElement, ApplicationConnection applicationConnection)Initialize UIConnector and attach UI to the rootPanelElement.voidUIConnector. init(String rootPanelId, ApplicationConnection applicationConnection)Initialize UIConnector and attach UI to RootPanel for rootPanelId element.voidUIConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
Uses of ApplicationConnection in com.vaadin.client.ui.upload
Methods in com.vaadin.client.ui.upload with parameters of type ApplicationConnection Modifier and Type Method Description voidUploadConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
Uses of ApplicationConnection in com.vaadin.client.ui.window
Methods in com.vaadin.client.ui.window with parameters of type ApplicationConnection Modifier and Type Method Description voidWindowConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)
-