|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ApplicationConnection in com.vaadin.client |
|---|
| Methods in com.vaadin.client that return ApplicationConnection | |
|---|---|
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. |
| Methods in com.vaadin.client that return types with arguments of type ApplicationConnection | |
|---|---|
static java.util.List<ApplicationConnection> |
ApplicationConfiguration.getRunningApplications()
|
| Methods in com.vaadin.client with parameters of type ApplicationConnection | |
|---|---|
static void |
VConsole.dirUIDL(ValueMap u,
ApplicationConnection client)
Deprecated. |
void |
ServerConnector.doInit(java.lang.String connectorId,
ApplicationConnection connection)
Called once by the framework to initialize the connector. |
static ComponentConnector |
Util.findPaintable(ApplicationConnection 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,
Widget parent,
Element element)
Locates the nested child component of |
ServerConnector |
UIDL.getPaintableAttribute(java.lang.String name,
ApplicationConnection connection)
Gets the Paintable with the id found in the named attributes's value. |
ServerConnector |
UIDL.getPaintableVariable(java.lang.String name,
ApplicationConnection connection)
Gets the Paintable with the id found in the named variable's value. |
static void |
VConsole.printLayoutProblems(ValueMap meta,
ApplicationConnection applicationConnection)
Deprecated. |
void |
LayoutManager.setConnection(ApplicationConnection connection)
|
void |
Paintable.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
Deprecated. |
static void |
Util.updateRelativeChildrenAndSendSizeUpdateEvent(ApplicationConnection client,
HasWidgets container,
Widget widget)
|
| Constructors in com.vaadin.client with parameters of type ApplicationConnection | |
|---|---|
ApplicationConnection.ApplicationConnectionEvent(ApplicationConnection connection)
|
|
ApplicationConnection.RequestStartingEvent(ApplicationConnection connection)
|
|
ApplicationConnection.ResponseHandlingEndedEvent(ApplicationConnection connection)
|
|
ApplicationConnection.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. |
|
| Uses of ApplicationConnection in com.vaadin.client.communication |
|---|
| Methods in com.vaadin.client.communication that return ApplicationConnection | |
|---|---|
protected ApplicationConnection |
Heartbeat.getConnection()
Deprecated. |
| Methods in com.vaadin.client.communication with parameters of type ApplicationConnection | |
|---|---|
static java.lang.Object |
JsonDecoder.decodeValue(Type type,
JSONValue jsonValue,
java.lang.Object target,
ApplicationConnection connection)
Decode a JSON array with two elements (type and value) into a client-side type, recursively if necessary. |
java.util.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. |
com.vaadin.shared.communication.URLReference |
URLReference_Serializer.deserialize(Type type,
JSONValue jsonValue,
ApplicationConnection connection)
|
static JSONValue |
JsonEncoder.encode(java.lang.Object value,
Type type,
ApplicationConnection connection)
Encode a value to a JSON representation for transport from the client to the server. |
void |
Heartbeat.init(ApplicationConnection applicationConnection)
Initializes the heartbeat for the given application connection |
void |
PushConnection.init(ApplicationConnection connection,
com.vaadin.shared.ui.ui.UIState.PushConfigurationState pushConfigurationState,
ApplicationConnection.CommunicationErrorHandler errorHandler)
Two-phase construction to allow using GWT.create(). |
void |
AtmospherePushConnection.init(ApplicationConnection connection,
com.vaadin.shared.ui.ui.UIState.PushConfigurationState pushConfiguration,
ApplicationConnection.CommunicationErrorHandler errorHandler)
|
void |
RpcManager.parseAndApplyInvocation(JSONArray rpcCall,
ApplicationConnection connection)
|
JSONValue |
Date_Serializer.serialize(java.util.Date value,
ApplicationConnection connection)
|
JSONValue |
JSONSerializer.serialize(T value,
ApplicationConnection connection)
Serialize the given object into JSON. |
JSONValue |
URLReference_Serializer.serialize(com.vaadin.shared.communication.URLReference value,
ApplicationConnection connection)
|
void |
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 | |
|---|---|
ApplicationConnection |
ComponentLocator.getClient()
Returns the ApplicationConnection used by this locator. |
| Constructors in com.vaadin.client.componentlocator with parameters of type ApplicationConnection | |
|---|---|
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 | |
|---|---|
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)
|
| Uses of ApplicationConnection in com.vaadin.client.ui |
|---|
| Fields in com.vaadin.client.ui declared as ApplicationConnection | |
|---|---|
protected ApplicationConnection |
VOverlay.ac
|
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. |
| Methods in com.vaadin.client.ui that return ApplicationConnection | |
|---|---|
ApplicationConnection |
VTabsheet.getApplicationConnection()
Deprecated. since 7.2 - use more specific methods instead (getRpcProxy(), getConnectorForWidget(Widget) etc.) |
ApplicationConnection |
VDragAndDropWrapper.CustomDropHandler.getApplicationConnection()
|
protected ApplicationConnection |
VOverlay.getApplicationConnection()
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()
|
| Methods in com.vaadin.client.ui with parameters of type ApplicationConnection | |
|---|---|
void |
AbstractConnector.doInit(java.lang.String connectorId,
ApplicationConnection connection)
Called once by the framework to initialize the connector. |
static com.google.gwt.user.client.Element |
VWindowOverlay.getOverlayContainer(ApplicationConnection ac)
Gets the 'overlay container' element pertaining to the given ApplicationConnection. |
static com.google.gwt.user.client.Element |
VOverlay.getOverlayContainer(ApplicationConnection ac)
Gets the 'overlay container' element pertaining to the given ApplicationConnection. |
java.lang.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(java.lang.String iconUri,
ApplicationConnection client)
For internal use only. |
static void |
VOverlay.setOverlayContainerLabel(ApplicationConnection applicationConnection,
java.lang.String overlayContainerLabel)
Set the label of the container element, where tooltip, notification and dialgs are added to. |
static void |
VNotification.showNotification(ApplicationConnection client,
UIDL notification)
|
void |
VMenuBar.CustomMenuItem.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
void |
LegacyConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
Deprecated. |
| Constructors in com.vaadin.client.ui with parameters of type ApplicationConnection | |
|---|---|
ShortcutActionHandler(java.lang.String pid,
ApplicationConnection c)
|
|
| Uses of ApplicationConnection in com.vaadin.client.ui.calendar |
|---|
| Methods in com.vaadin.client.ui.calendar that return ApplicationConnection | |
|---|---|
ApplicationConnection |
CalendarConnector.getClient()
Returns the ApplicationConnection used to connect to the server side |
| Methods in com.vaadin.client.ui.calendar with parameters of type ApplicationConnection | |
|---|---|
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 | |
|---|---|
ApplicationConnection |
CalendarDropHandler.getApplicationConnection()
|
| Uses of ApplicationConnection in com.vaadin.client.ui.combobox |
|---|
| Methods in com.vaadin.client.ui.combobox with parameters of type ApplicationConnection | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
void |
PopupDateFieldConnector.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)
|
| Uses of ApplicationConnection in com.vaadin.client.ui.dd |
|---|
| Methods in com.vaadin.client.ui.dd that return ApplicationConnection | |
|---|---|
ApplicationConnection |
VDropHandler.getApplicationConnection()
Returns the application connection to which this VDropHandler
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
void |
FormConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
| Uses of ApplicationConnection in com.vaadin.client.ui.gridlayout |
|---|
| Methods in com.vaadin.client.ui.gridlayout with parameters of type ApplicationConnection | |
|---|---|
void |
GridLayoutConnector.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 | |
|---|---|
LayoutDependencyTree(ApplicationConnection connection)
|
|
| Uses of ApplicationConnection in com.vaadin.client.ui.menubar |
|---|
| Methods in com.vaadin.client.ui.menubar with parameters of type ApplicationConnection | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
void |
UIConnector.init(java.lang.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 | |
|---|---|
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 | |
|---|---|
void |
WindowConnector.updateFromUIDL(UIDL uidl,
ApplicationConnection client)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||