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 ApplicationConnection
ApplicationConnection.ApplicationConnectionEvent. getConnection()
protected ApplicationConnection
LayoutManager. getConnection()
Returns the application connection for this layout manager.ApplicationConnection
ServerConnector. getConnection()
Gets ApplicationConnection instance that created this connector.ApplicationConnection
VLoadingIndicator. getConnection()
Returns theApplicationConnection
which 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 void
VConsole. dirUIDL(ValueMap u, ApplicationConnection client)
Deprecated.void
ServerConnector. doInit(String connectorId, ApplicationConnection connection)
Called once by the framework to initialize the connector.static ComponentConnector
Util. 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 ConnectorMap
ConnectorMap. get(ApplicationConnection applicationConnection)
static LayoutManager
LayoutManager. get(ApplicationConnection connection)
Gets the layout manager associated with the givenApplicationConnection
.static ComponentConnector
Util. 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 .ServerConnector
UIDL. getPaintableAttribute(String name, ApplicationConnection connection)
Gets the Paintable with the id found in the named attributes's value.ServerConnector
UIDL. getPaintableVariable(String name, ApplicationConnection connection)
Gets the Paintable with the id found in the named variable's value.static void
Util. logMethodInvocations(ApplicationConnection c, Collection<MethodInvocation> methodInvocations)
static void
VConsole. printLayoutProblems(ValueMap meta, ApplicationConnection applicationConnection)
Deprecated.void
DependencyLoader. setConnection(ApplicationConnection connection)
Sets the ApplicationConnection this instance is connected to.void
LayoutManager. setConnection(ApplicationConnection connection)
Sets the application connection this instance is connected to.void
Paintable. updateFromUIDL(UIDL uidl, ApplicationConnection client)
Deprecated.static void
Util. 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 ApplicationConnection
ServerRpcQueue. connection
Methods in com.vaadin.client.communication that return ApplicationConnection Modifier and Type Method Description protected ApplicationConnection
DefaultConnectionStateHandler. getConnection()
Returns the connection this handler is connected to.protected ApplicationConnection
Heartbeat. getConnection()
Deprecated.Methods in com.vaadin.client.communication with parameters of type ApplicationConnection Modifier and Type Method Description static Object
JsonDecoder. 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.Date
Date_Serializer. deserialize(Type type, elemental.json.JsonValue jsonValue, ApplicationConnection connection)
T
JSONSerializer. deserialize(Type type, elemental.json.JsonValue jsonValue, ApplicationConnection connection)
Creates and deserializes an object received from the server.URLReference
URLReference_Serializer. deserialize(Type type, elemental.json.JsonValue jsonValue, ApplicationConnection connection)
static elemental.json.JsonValue
JsonEncoder. encode(Object value, Type type, ApplicationConnection connection)
Encode a value to a JSON representation for transport from the client to the server.static ServerRpcQueue
ServerRpcQueue. get(ApplicationConnection connection)
Returns the server RPC queue for the given application.void
AtmospherePushConnection. init(ApplicationConnection connection, UIState.PushConfigurationState pushConfiguration)
void
Heartbeat. init(ApplicationConnection applicationConnection)
Initializes the heartbeat for the given application connection.void
PushConnection. init(ApplicationConnection connection, UIState.PushConfigurationState pushConfigurationState)
Two-phase construction to allow using GWT.create().MethodInvocation
RpcManager. parseAndApplyInvocation(elemental.json.JsonArray rpcCall, ApplicationConnection connection)
void
DefaultReconnectDialog. preload(ApplicationConnection connection)
void
ReconnectDialog. 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.JsonValue
Date_Serializer. serialize(Date value, ApplicationConnection connection)
elemental.json.JsonValue
JSONSerializer. serialize(T value, ApplicationConnection connection)
Serialize the given object into JSON.elemental.json.JsonValue
URLReference_Serializer. serialize(URLReference value, ApplicationConnection connection)
void
ConnectionStateHandler. setConnection(ApplicationConnection connection)
Sets the application connection this instance is connected to.void
DefaultConnectionStateHandler. setConnection(ApplicationConnection connection)
void
MessageHandler. setConnection(ApplicationConnection connection)
Sets the application connection this instance is connected to.void
MessageSender. setConnection(ApplicationConnection connection)
Sets the application connection this instance is connected to.void
ServerRpcQueue. setConnection(ApplicationConnection connection)
Sets the application connection this instance is connected to.void
TranslatedURLReference. setConnection(ApplicationConnection connection)
Sets the application connection this instance is connected to.void
XhrConnection. setConnection(ApplicationConnection connection)
Sets the application connection this instance is connected to.void
DefaultReconnectDialog. show(ApplicationConnection connection)
void
ReconnectDialog. show(ApplicationConnection connection)
Shows the dialog to the user.void
DiffJSONSerializer. 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 ApplicationConnection
ComponentLocator. getClient()
Returns theApplicationConnection
used 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 void
AnalyzeLayoutsPanel. meta(ApplicationConnection ac, ValueMap meta)
void
HierarchySection. meta(ApplicationConnection ac, ValueMap meta)
void
InfoSection. meta(ApplicationConnection ac, ValueMap meta)
void
LogSection. meta(ApplicationConnection ac, ValueMap meta)
void
NetworkSection. meta(ApplicationConnection ac, ValueMap meta)
void
ProfilerSection. meta(ApplicationConnection ac, ValueMap meta)
void
Section. meta(ApplicationConnection ac, ValueMap meta)
void
TestBenchSection. meta(ApplicationConnection ac, ValueMap meta)
void
VDebugWindow. meta(ApplicationConnection ac, ValueMap meta)
Called when the result from analyzeLayouts is received.void
HierarchySection. uidl(ApplicationConnection ac, ValueMap uidl)
void
InfoSection. uidl(ApplicationConnection ac, ValueMap uidl)
void
LogSection. uidl(ApplicationConnection ac, ValueMap uidl)
void
NetworkSection. uidl(ApplicationConnection ac, ValueMap uidl)
void
ProfilerSection. uidl(ApplicationConnection ac, ValueMap uidl)
void
Section. uidl(ApplicationConnection ac, ValueMap uidl)
void
TestBenchSection. uidl(ApplicationConnection ac, ValueMap uidl)
void
VDebugWindow. 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 ApplicationConnection
VOverlay. ac
Deprecated.ApplicationConnection
VAbstractSplitPanel. client
For internal use only.ApplicationConnection
VButton. client
For internal use only.ApplicationConnection
VCheckBox. client
For internal use only.ApplicationConnection
VCheckBoxGroup. client
For internal use only.ApplicationConnection
VCustomLayout. client
For internal use only.ApplicationConnection
VDateField. client
For internal use only.ApplicationConnection
VDragAndDropWrapper. client
For internal use only.ApplicationConnection
VEmbedded. client
For internal use only.ApplicationConnection
VGridLayout. client
For internal use only.ApplicationConnection
VMenuBar. client
For internal use only.ApplicationConnection
VNativeButton. client
For internal use only.ApplicationConnection
VPanel. client
For internal use only.ApplicationConnection
VPopupView. client
For internal use only.ApplicationConnection
VRadioButtonGroup. client
For internal use only.ApplicationConnection
VRichTextArea. client
For internal use only.protected ApplicationConnection
VSlider. client
Deprecated.this field is no longer used by the frameworkprotected ApplicationConnection
VTabsheetBase. client
For internal use only.ApplicationConnection
VUpload. client
For internal use only.ApplicationConnection
VWindow. client
For internal use only.ApplicationConnection
VUI. connection
For internal use only.Methods in com.vaadin.client.ui that return ApplicationConnection Modifier and Type Method Description ApplicationConnection
VDragAndDropWrapper.CustomDropHandler. getApplicationConnection()
protected ApplicationConnection
VOverlay. getApplicationConnection()
Deprecated.Get theApplicationConnection
that this overlay belongs to.ApplicationConnection
VTabsheet. getApplicationConnection()
Deprecated.since 7.2 - use more specific methods instead (getRpcProxy(), getConnectorForWidget(Widget) etc.)ApplicationConnection
ActionOwner. getClient()
ApplicationConnection
VDateField. getClient()
Returns the current application connection.ApplicationConnection
AbstractConnector. getConnection()
Methods in com.vaadin.client.ui with parameters of type ApplicationConnection Modifier and Type Method Description void
AbstractConnector. doInit(String connectorId, ApplicationConnection connection)
Called once by the framework to initialize the connector.static String
VNotification. getDependentStyle(ApplicationConnection client, String style)
Meant for internal usage only.static com.google.gwt.user.client.Element
VOverlay. getOverlayContainer(ApplicationConnection ac)
Deprecated.Gets the 'overlay container' element pertaining to the givenApplicationConnection
.String
VEmbedded. getSrc(String src, ApplicationConnection client)
Helper to return translated src-attribute from embedded's UIDLvoid
VOverlay. setApplicationConnection(ApplicationConnection ac)
Deprecated.Sets theApplicationConnection
that this overlay belongs to.void
VTabsheetBase. setClient(ApplicationConnection client)
For internal use only.void
VSlider. setConnection(ApplicationConnection client)
Deprecated.the updated field is no longer used by the frameworkvoid
VPanel. setIconUri(String iconUri, ApplicationConnection client)
For internal use only.static void
VOverlay. setOverlayContainerLabel(ApplicationConnection applicationConnection, String overlayContainerLabel)
Deprecated.Set the label of the container element, where tooltip, notification and dialogs are added to.static void
VNotification. 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 VNotification
VNotification. showNotification(ApplicationConnection client, String caption, String description, boolean htmlContentAllowed, String iconUri, String styleName, Position position, int delayMsec)
Creates and shows aNotification
with the specified parameters.void
LegacyConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)
Deprecated.void
VMenuBar.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 void
CustomLayoutConnector. 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 ApplicationConnection
VDropHandler. getApplicationConnection()
Deprecated.Returns the application connection to which thisVDropHandler
belongs to.protected ApplicationConnection
VDragAndDropManager. 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 void
DragAndDropWrapperConnector. 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 void
MenuBarConnector. 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 void
PanelConnector. 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 void
UIConnector. init(com.google.gwt.dom.client.Element rootPanelElement, ApplicationConnection applicationConnection)
Initialize UIConnector and attach UI to the rootPanelElement.void
UIConnector. init(String rootPanelId, ApplicationConnection applicationConnection)
Initialize UIConnector and attach UI to RootPanel for rootPanelId element.void
UIConnector. 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 void
UploadConnector. 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 void
WindowConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)
-