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 indicatorMethods 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 toprotected 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 applicationvoidAtmospherePushConnection. init(ApplicationConnection connection, UIState.PushConfigurationState pushConfiguration)voidHeartbeat. init(ApplicationConnection applicationConnection)Initializes the heartbeat for the given application connectionvoidPushConnection. 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 goneelemental.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 uservoidDiffJSONSerializer. 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.ApplicationConnectionVCustomLayout. clientFor internal use only.ApplicationConnectionVDateField. clientFor internal use only.ApplicationConnectionVDragAndDropWrapper. clientFor internal use only.ApplicationConnectionVEmbedded. clientFor internal use only.ApplicationConnectionVFilterSelect. clientFor internal use only.ApplicationConnectionVForm. clientFor internal use only.ApplicationConnectionVGridLayout. clientFor internal use only.ApplicationConnectionVMenuBar. clientFor internal use only.ApplicationConnectionVNativeButton. clientFor internal use only.ApplicationConnectionVOptionGroupBase. clientFor internal use only.ApplicationConnectionVPanel. clientFor internal use only.ApplicationConnectionVPopupView. clientFor internal use only.ApplicationConnectionVRichTextArea. clientFor internal use only.protected ApplicationConnectionVScrollTable. clientprotected ApplicationConnectionVSlider. clientprotected ApplicationConnectionVTabsheetBase. clientFor internal use only.ApplicationConnectionVTextField. clientFor internal use only.ApplicationConnectionVTree. 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.ApplicationConnectionVScrollTable.VScrollTableDropHandler. getApplicationConnection()ApplicationConnectionVTabsheet. getApplicationConnection()Deprecated.since 7.2 - use more specific methods instead (getRpcProxy(), getConnectorForWidget(Widget) etc.)ApplicationConnectionActionOwner. getClient()ApplicationConnectionVDateField. getClient()ApplicationConnectionVScrollTable. getClient()ApplicationConnectionVScrollTable.TableHead. getClient()ApplicationConnectionVScrollTable.VScrollTableBody.VScrollTableRow. getClient()ApplicationConnectionVTree. getClient()ApplicationConnectionVTree.TreeNode. getClient()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(UIDL uidl, ApplicationConnection client)Helper to return translated src-attribute from embedded's UIDLvoidVScrollTable. init(ApplicationConnection client)voidVTabsheetBase. setClient(ApplicationConnection client)For internal use only.voidVSlider. setConnection(ApplicationConnection client)voidVPanel. 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 dialgs 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 voidVNotification. showNotification(ApplicationConnection client, UIDL notification)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.calendar
Methods in com.vaadin.client.ui.calendar that return ApplicationConnection Modifier and Type Method Description ApplicationConnectionCalendarConnector. getClient()Returns the ApplicationConnection used to connect to the server sideMethods in com.vaadin.client.ui.calendar with parameters of type ApplicationConnection Modifier and Type Method Description voidCalendarConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
Uses of ApplicationConnection in com.vaadin.client.ui.calendar.schedule.dd
Methods in com.vaadin.client.ui.calendar.schedule.dd that return ApplicationConnection Modifier and Type Method Description ApplicationConnectionCalendarDropHandler. getApplicationConnection() -
Uses of ApplicationConnection in com.vaadin.client.ui.combobox
Methods in com.vaadin.client.ui.combobox with parameters of type ApplicationConnection Modifier and Type Method Description voidComboBoxConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
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.datefield
Methods in com.vaadin.client.ui.datefield with parameters of type ApplicationConnection Modifier and Type Method Description voidAbstractDateFieldConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)voidDateFieldConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)voidInlineDateFieldConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)voidTextualDateConnector. 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()Returns the application connection to which thisVDropHandlerbelongs to.protected ApplicationConnectionVDragAndDropManager. getCurrentDragApplicationConnection() -
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) -
Uses of ApplicationConnection in com.vaadin.client.ui.embedded
Methods in com.vaadin.client.ui.embedded with parameters of type ApplicationConnection Modifier and Type Method Description voidEmbeddedConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
Uses of ApplicationConnection in com.vaadin.client.ui.form
Methods in com.vaadin.client.ui.form with parameters of type ApplicationConnection Modifier and Type Method Description voidFormConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
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) -
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.optiongroup
Methods in com.vaadin.client.ui.optiongroup with parameters of type ApplicationConnection Modifier and Type Method Description voidOptionGroupBaseConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)voidOptionGroupConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
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.richtextarea
Methods in com.vaadin.client.ui.richtextarea with parameters of type ApplicationConnection Modifier and Type Method Description voidRichTextAreaConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
Uses of ApplicationConnection in com.vaadin.client.ui.table
Methods in com.vaadin.client.ui.table with parameters of type ApplicationConnection Modifier and Type Method Description voidTableConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
Uses of ApplicationConnection in com.vaadin.client.ui.textfield
Methods in com.vaadin.client.ui.textfield with parameters of type ApplicationConnection Modifier and Type Method Description voidTextFieldConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
Uses of ApplicationConnection in com.vaadin.client.ui.tree
Methods in com.vaadin.client.ui.tree with parameters of type ApplicationConnection Modifier and Type Method Description voidTreeConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
Uses of ApplicationConnection in com.vaadin.client.ui.treetable
Methods in com.vaadin.client.ui.treetable with parameters of type ApplicationConnection Modifier and Type Method Description voidTreeTableConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client) -
Uses of ApplicationConnection in com.vaadin.client.ui.twincolselect
Methods in com.vaadin.client.ui.twincolselect with parameters of type ApplicationConnection Modifier and Type Method Description voidTwinColSelectConnector. 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(String rootPanelId, ApplicationConnection applicationConnection)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)
-