| Modifier and Type | Method and Description |
|---|---|
protected ApplicationConnection |
LayoutManager.getConnection()
Returns the application connection for this layout manager.
|
ApplicationConnection |
ApplicationConnection.ApplicationConnectionEvent.getConnection() |
ApplicationConnection |
VLoadingIndicator.getConnection()
Returns the
ApplicationConnection which uses this loading
indicator |
ApplicationConnection |
ServerConnector.getConnection()
Gets ApplicationConnection instance that created this connector.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ApplicationConnection> |
ApplicationConfiguration.getRunningApplications() |
| Modifier and Type | Method and 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 LayoutManager |
LayoutManager.get(ApplicationConnection connection)
Gets the layout manager associated with the given
ApplicationConnection. |
static ConnectorMap |
ConnectorMap.get(ApplicationConnection applicationConnection) |
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 of
|
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) |
| Constructor and 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 UIDL
|
VCaption(ComponentConnector component,
ApplicationConnection client)
Creates a caption for a
ComponentConnector. |
VCaptionWrapper(ComponentConnector toBeWrapped,
ApplicationConnection client)
Creates a new caption wrapper panel.
|
VUIDLBrowser(UIDL uidl,
ApplicationConnection client)
Deprecated.
|
VUIDLBrowser(ValueMap u,
ApplicationConnection client)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationConnection |
ServerRpcQueue.connection |
| Modifier and Type | Method and Description |
|---|---|
protected ApplicationConnection |
DefaultConnectionStateHandler.getConnection()
Returns the connection this handler is connected to
|
protected ApplicationConnection |
Heartbeat.getConnection()
Deprecated.
|
| Modifier and Type | Method and 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 |
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().
|
void |
AtmospherePushConnection.init(ApplicationConnection connection,
UIState.PushConfigurationState pushConfiguration) |
MethodInvocation |
RpcManager.parseAndApplyInvocation(elemental.json.JsonArray rpcCall,
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
|
void |
DefaultReconnectDialog.preload(ApplicationConnection connection) |
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 |
TranslatedURLReference.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 |
ServerRpcQueue.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 |
ConnectionStateHandler.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 |
ReconnectDialog.show(ApplicationConnection connection)
Shows the dialog to the user
|
void |
DefaultReconnectDialog.show(ApplicationConnection connection) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationConnection |
ComponentLocator.getClient()
Returns the
ApplicationConnection used by this locator. |
| Constructor and Description |
|---|
ComponentLocator(ApplicationConnection client)
Construct a ComponentLocator for the given ApplicationConnection.
|
LegacyLocatorStrategy(ApplicationConnection clientConnection) |
VaadinFinderLocatorStrategy(ApplicationConnection clientConnection) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestBenchSection.meta(ApplicationConnection ac,
ValueMap meta) |
void |
VDebugWindow.meta(ApplicationConnection ac,
ValueMap meta)
Called when the result from analyzeLayouts is received.
|
void |
InfoSection.meta(ApplicationConnection ac,
ValueMap meta) |
void |
HierarchySection.meta(ApplicationConnection ac,
ValueMap meta) |
void |
NetworkSection.meta(ApplicationConnection ac,
ValueMap meta) |
void |
Section.meta(ApplicationConnection ac,
ValueMap meta) |
void |
ProfilerSection.meta(ApplicationConnection ac,
ValueMap meta) |
void |
LogSection.meta(ApplicationConnection ac,
ValueMap meta) |
void |
AnalyzeLayoutsPanel.meta(ApplicationConnection ac,
ValueMap meta) |
void |
TestBenchSection.uidl(ApplicationConnection ac,
ValueMap uidl) |
void |
VDebugWindow.uidl(ApplicationConnection ac,
ValueMap uidl)
Called when a response is received
|
void |
InfoSection.uidl(ApplicationConnection ac,
ValueMap uidl) |
void |
HierarchySection.uidl(ApplicationConnection ac,
ValueMap uidl) |
void |
NetworkSection.uidl(ApplicationConnection ac,
ValueMap uidl) |
void |
Section.uidl(ApplicationConnection ac,
ValueMap uidl) |
void |
ProfilerSection.uidl(ApplicationConnection ac,
ValueMap uidl) |
void |
LogSection.uidl(ApplicationConnection ac,
ValueMap uidl) |
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationConnection |
VOverlay.ac
Deprecated.
|
ApplicationConnection |
VUpload.client
For internal use only.
|
ApplicationConnection |
VMenuBar.client
For internal use only.
|
protected ApplicationConnection |
VTabsheetBase.client
For internal use only.
|
ApplicationConnection |
VRichTextArea.client
For internal use only.
|
ApplicationConnection |
VWindow.client
For internal use only.
|
ApplicationConnection |
VDateField.client
For internal use only.
|
ApplicationConnection |
VCustomLayout.client
For internal use only.
|
ApplicationConnection |
VAbstractSplitPanel.client
For internal use only.
|
ApplicationConnection |
VTextField.client
For internal use only.
|
ApplicationConnection |
VOptionGroupBase.client
For internal use only.
|
ApplicationConnection |
VEmbedded.client
For internal use only.
|
ApplicationConnection |
VForm.client
For internal use only.
|
ApplicationConnection |
VButton.client
For internal use only.
|
ApplicationConnection |
VTree.client
For internal use only.
|
ApplicationConnection |
VGridLayout.client
For internal use only.
|
ApplicationConnection |
VPopupView.client
For internal use only.
|
ApplicationConnection |
VNativeButton.client
For internal use only.
|
ApplicationConnection |
VDragAndDropWrapper.client
For internal use only.
|
protected ApplicationConnection |
VScrollTable.client |
ApplicationConnection |
VPanel.client
For internal use only.
|
ApplicationConnection |
VCheckBox.client
For internal use only.
|
ApplicationConnection |
VFilterSelect.client
For internal use only.
|
protected ApplicationConnection |
VSlider.client |
ApplicationConnection |
VUI.connection
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationConnection |
VTabsheet.getApplicationConnection()
Deprecated.
since 7.2 - use more specific methods instead (getRpcProxy(),
getConnectorForWidget(Widget) etc.)
|
ApplicationConnection |
VDragAndDropWrapper.CustomDropHandler.getApplicationConnection() |
protected ApplicationConnection |
VOverlay.getApplicationConnection()
Deprecated.
Get the
ApplicationConnection that this overlay belongs to. |
ApplicationConnection |
VScrollTable.VScrollTableDropHandler.getApplicationConnection() |
ApplicationConnection |
VDateField.getClient() |
ApplicationConnection |
VTree.getClient() |
ApplicationConnection |
VTree.TreeNode.getClient() |
ApplicationConnection |
ActionOwner.getClient() |
ApplicationConnection |
VScrollTable.getClient() |
ApplicationConnection |
VScrollTable.TableHead.getClient() |
ApplicationConnection |
VScrollTable.VScrollTableBody.VScrollTableRow.getClient() |
ApplicationConnection |
AbstractConnector.getConnection() |
| Modifier and Type | Method and 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 given
ApplicationConnection. |
String |
VEmbedded.getSrc(UIDL uidl,
ApplicationConnection client)
Helper to return translated src-attribute from embedded's UIDL
|
void |
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 |
VMenuBar.CustomMenuItem.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
void |
LegacyConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
Deprecated.
|
| Constructor and Description |
|---|
ShortcutActionHandler(String pid,
ApplicationConnection c) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationConnection |
CalendarConnector.getClient()
Returns the ApplicationConnection used to connect to the server side
|
| Modifier and Type | Method and Description |
|---|---|
void |
CalendarConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationConnection |
CalendarDropHandler.getApplicationConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComboBoxConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomLayoutConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
DateFieldConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
void |
AbstractDateFieldConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
void |
TextualDateConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
void |
InlineDateFieldConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationConnection |
VDropHandler.getApplicationConnection()
Returns the application connection to which this
VDropHandler
belongs to. |
protected ApplicationConnection |
VDragAndDropManager.getCurrentDragApplicationConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
DragAndDropWrapperConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Constructor and Description |
|---|
LayoutDependencyTree(ApplicationConnection connection) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OptionGroupBaseConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
void |
OptionGroupConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
PanelConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RichTextAreaConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
TextFieldConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeTableConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
TwinColSelectConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
UIConnector.init(String rootPanelId,
ApplicationConnection applicationConnection) |
void |
UIConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
UploadConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
| Modifier and Type | Method and Description |
|---|---|
void |
WindowConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client) |
Copyright © 2016 Vaadin Ltd. All rights reserved.