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 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 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
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 toprotected 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, 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, JsonValue jsonValue, ApplicationConnection connection)
T
JSONSerializer. deserialize(Type type, JsonValue jsonValue, ApplicationConnection connection)
Creates and deserializes an object received from the server.URLReference
URLReference_Serializer. deserialize(Type type, JsonValue jsonValue, ApplicationConnection connection)
static 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 applicationvoid
AtmospherePushConnection. init(ApplicationConnection connection, UIState.PushConfigurationState pushConfiguration)
void
Heartbeat. init(ApplicationConnection applicationConnection)
Initializes the heartbeat for the given application connectionvoid
PushConnection. init(ApplicationConnection connection, UIState.PushConfigurationState pushConfigurationState)
Two-phase construction to allow using GWT.create().MethodInvocation
RpcManager. parseAndApplyInvocation(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 goneJsonValue
Date_Serializer. serialize(Date value, ApplicationConnection connection)
JsonValue
JSONSerializer. serialize(T value, ApplicationConnection connection)
Serialize the given object into 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 uservoid
DiffJSONSerializer. update(T target, Type type, 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
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
VFilterSelect. client
For internal use only.ApplicationConnection
VForm. 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
VOptionGroupBase. client
For internal use only.ApplicationConnection
VPanel. client
For internal use only.ApplicationConnection
VPopupView. client
For internal use only.ApplicationConnection
VRichTextArea. client
For internal use only.protected ApplicationConnection
VScrollTable. client
protected ApplicationConnection
VSlider. client
protected ApplicationConnection
VTabsheetBase. client
For internal use only.ApplicationConnection
VTextField. client
For internal use only.ApplicationConnection
VTree. 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
VScrollTable.VScrollTableDropHandler. getApplicationConnection()
ApplicationConnection
VTabsheet. getApplicationConnection()
Deprecated.since 7.2 - use more specific methods instead (getRpcProxy(), getConnectorForWidget(Widget) etc.)ApplicationConnection
ActionOwner. getClient()
ApplicationConnection
VDateField. getClient()
ApplicationConnection
VScrollTable. getClient()
ApplicationConnection
VScrollTable.TableHead. getClient()
ApplicationConnection
VScrollTable.VScrollTableBody.VScrollTableRow. getClient()
ApplicationConnection
VTree. getClient()
ApplicationConnection
VTree.TreeNode. getClient()
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(UIDL uidl, ApplicationConnection client)
Helper to return translated src-attribute from embedded's UIDLvoid
VScrollTable. init(ApplicationConnection client)
void
VTabsheetBase. setClient(ApplicationConnection client)
For internal use only.void
VSlider. setConnection(ApplicationConnection client)
void
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 dialgs 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 void
VNotification. showNotification(ApplicationConnection client, UIDL notification)
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.calendar
Methods in com.vaadin.client.ui.calendar that return ApplicationConnection Modifier and Type Method Description ApplicationConnection
CalendarConnector. 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 void
CalendarConnector. 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 ApplicationConnection
CalendarDropHandler. 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 void
ComboBoxConnector. 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 void
CustomLayoutConnector. 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 void
AbstractDateFieldConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)
void
DateFieldConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)
void
InlineDateFieldConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)
void
TextualDateConnector. 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()
Returns the application connection to which thisVDropHandler
belongs to.protected ApplicationConnection
VDragAndDropManager. 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 void
DragAndDropWrapperConnector. 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 void
EmbeddedConnector. 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 void
FormConnector. 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 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.optiongroup
Methods in com.vaadin.client.ui.optiongroup with parameters of type ApplicationConnection Modifier and Type Method Description void
OptionGroupBaseConnector. updateFromUIDL(UIDL uidl, ApplicationConnection client)
void
OptionGroupConnector. 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 void
PanelConnector. 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 void
RichTextAreaConnector. 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 void
TableConnector. 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 void
TextFieldConnector. 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 void
TreeConnector. 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 void
TreeTableConnector. 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 void
TwinColSelectConnector. 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(String rootPanelId, ApplicationConnection applicationConnection)
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)
-