Uses of Class
com.vaadin.terminal.gwt.client.ApplicationConnection

Packages that use ApplicationConnection
com.vaadin.terminal.gwt.client   
com.vaadin.terminal.gwt.client.communication   
com.vaadin.terminal.gwt.client.ui   
com.vaadin.terminal.gwt.client.ui.absolutelayout   
com.vaadin.terminal.gwt.client.ui.accordion   
com.vaadin.terminal.gwt.client.ui.button   
com.vaadin.terminal.gwt.client.ui.combobox   
com.vaadin.terminal.gwt.client.ui.datefield   
com.vaadin.terminal.gwt.client.ui.dd   
com.vaadin.terminal.gwt.client.ui.draganddropwrapper   
com.vaadin.terminal.gwt.client.ui.embedded   
com.vaadin.terminal.gwt.client.ui.form   
com.vaadin.terminal.gwt.client.ui.gridlayout   
com.vaadin.terminal.gwt.client.ui.link   
com.vaadin.terminal.gwt.client.ui.menubar   
com.vaadin.terminal.gwt.client.ui.nativebutton   
com.vaadin.terminal.gwt.client.ui.notification   
com.vaadin.terminal.gwt.client.ui.optiongroup   
com.vaadin.terminal.gwt.client.ui.panel   
com.vaadin.terminal.gwt.client.ui.popupview   
com.vaadin.terminal.gwt.client.ui.progressindicator   
com.vaadin.terminal.gwt.client.ui.richtextarea   
com.vaadin.terminal.gwt.client.ui.root   
com.vaadin.terminal.gwt.client.ui.slider   
com.vaadin.terminal.gwt.client.ui.table   
com.vaadin.terminal.gwt.client.ui.tabsheet   
com.vaadin.terminal.gwt.client.ui.textfield   
com.vaadin.terminal.gwt.client.ui.tree   
com.vaadin.terminal.gwt.client.ui.treetable   
com.vaadin.terminal.gwt.client.ui.twincolselect   
com.vaadin.terminal.gwt.client.ui.upload   
com.vaadin.terminal.gwt.client.ui.window   
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client
 

Methods in com.vaadin.terminal.gwt.client that return ApplicationConnection
 ApplicationConnection ServerConnector.getConnection()
          Gets ApplicationConnection instance that created this connector.
 

Methods in com.vaadin.terminal.gwt.client that return types with arguments of type ApplicationConnection
static List<ApplicationConnection> ApplicationConfiguration.getRunningApplications()
           
 

Methods in com.vaadin.terminal.gwt.client with parameters of type ApplicationConnection
 void ServerConnector.doInit(String connectorId, ApplicationConnection connection)
          Called once by the framework to initialize the connector.
protected  void VDebugConsole.dumpConnectorInfo(ApplicationConnection a)
           
static ComponentConnector Util.findPaintable(ApplicationConnection client, com.google.gwt.user.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 given ApplicationConnection.
static ComponentConnector Util.getConnectorForElement(ApplicationConnection client, com.google.gwt.user.client.ui.Widget parent, com.google.gwt.user.client.Element element)
          Locates the nested child component of parent which contains the element element.
 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.
 void NullConsole.printLayoutProblems(ValueMap meta, ApplicationConnection applicationConnection, Set<ComponentConnector> zeroHeightComponents, Set<ComponentConnector> zeroWidthComponents)
           
 void VDebugConsole.printLayoutProblems(ValueMap meta, ApplicationConnection ac, Set<ComponentConnector> zeroHeightComponents, Set<ComponentConnector> zeroWidthComponents)
           
 void Console.printLayoutProblems(ValueMap meta, ApplicationConnection applicationConnection, Set<ComponentConnector> zeroHeightComponents, Set<ComponentConnector> zeroWidthComponents)
           
static void VConsole.printLayoutProblems(ValueMap meta, ApplicationConnection applicationConnection, Set<ComponentConnector> zeroHeightComponents, Set<ComponentConnector> zeroWidthComponents)
           
 void LayoutManager.setConnection(ApplicationConnection connection)
           
 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.terminal.gwt.client with parameters of type ApplicationConnection
ComponentLocator(ApplicationConnection client)
          Construct a ComponentLocator for the given ApplicationConnection.
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.
VTooltip(ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.communication
 

Methods in com.vaadin.terminal.gwt.client.communication with parameters of type ApplicationConnection
static Object JsonDecoder.decodeValue(Type type, com.google.gwt.json.client.JSONValue jsonValue, Object target, ApplicationConnection connection)
          Decode a JSON array with two elements (type and value) into a client-side type, recursively if necessary.
 T JSONSerializer.deserialize(Type type, com.google.gwt.json.client.JSONValue jsonValue, ApplicationConnection connection)
          Creates and deserializes an object received from the server.
 URLReference URLReference_Serializer.deserialize(Type type, com.google.gwt.json.client.JSONValue jsonValue, ApplicationConnection connection)
           
static com.google.gwt.json.client.JSONValue JsonEncoder.encode(Object value, boolean restrictToInternalTypes, ApplicationConnection connection)
          Encode a value to a JSON representation for transport from the client to the server.
 void RpcManager.parseAndApplyInvocation(com.google.gwt.json.client.JSONArray rpcCall, ApplicationConnection connection)
           
 com.google.gwt.json.client.JSONValue JSONSerializer.serialize(T value, ApplicationConnection connection)
          Serialize the given object into JSON.
 com.google.gwt.json.client.JSONValue URLReference_Serializer.serialize(URLReference value, ApplicationConnection connection)
           
 void DiffJSONSerializer.update(T target, Type type, com.google.gwt.json.client.JSONValue jsonValue, ApplicationConnection connection)
          Update the target object in place based on the passed JSON data.
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui
 

Methods in com.vaadin.terminal.gwt.client.ui that return ApplicationConnection
 ApplicationConnection ActionOwner.getClient()
           
 ApplicationConnection AbstractConnector.getConnection()
           
 

Methods in com.vaadin.terminal.gwt.client.ui with parameters of type ApplicationConnection
 void AbstractConnector.doInit(String connectorId, ApplicationConnection connection)
          Called once by the framework to initialize the connector.
 void Vaadin6Connector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Constructors in com.vaadin.terminal.gwt.client.ui with parameters of type ApplicationConnection
Icon(ApplicationConnection client)
           
Icon(ApplicationConnection client, String uidlUri)
           
ShortcutActionHandler(String pid, ApplicationConnection c)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.absolutelayout
 

Fields in com.vaadin.terminal.gwt.client.ui.absolutelayout declared as ApplicationConnection
protected  ApplicationConnection VAbsoluteLayout.client
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.accordion
 

Methods in com.vaadin.terminal.gwt.client.ui.accordion with parameters of type ApplicationConnection
 void AccordionConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.button
 

Fields in com.vaadin.terminal.gwt.client.ui.button declared as ApplicationConnection
protected  ApplicationConnection VButton.client
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.combobox
 

Fields in com.vaadin.terminal.gwt.client.ui.combobox declared as ApplicationConnection
protected  ApplicationConnection VFilterSelect.client
           
 

Methods in com.vaadin.terminal.gwt.client.ui.combobox with parameters of type ApplicationConnection
 void ComboBoxConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.datefield
 

Fields in com.vaadin.terminal.gwt.client.ui.datefield declared as ApplicationConnection
protected  ApplicationConnection VDateField.client
           
 

Methods in com.vaadin.terminal.gwt.client.ui.datefield that return ApplicationConnection
 ApplicationConnection VDateField.getClient()
           
 

Methods in com.vaadin.terminal.gwt.client.ui.datefield with parameters of type ApplicationConnection
 void AbstractDateFieldConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void InlineDateFieldConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void TextualDateConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void PopupDateFieldConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.dd
 

Methods in com.vaadin.terminal.gwt.client.ui.dd that return ApplicationConnection
 ApplicationConnection VDropHandler.getApplicationConnection()
          Returns the application connection to which this VDropHandler belongs to.
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.draganddropwrapper
 

Methods in com.vaadin.terminal.gwt.client.ui.draganddropwrapper that return ApplicationConnection
 ApplicationConnection VDragAndDropWrapper.CustomDropHandler.getApplicationConnection()
           
 

Methods in com.vaadin.terminal.gwt.client.ui.draganddropwrapper with parameters of type ApplicationConnection
 void DragAndDropWrapperConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.embedded
 

Fields in com.vaadin.terminal.gwt.client.ui.embedded declared as ApplicationConnection
protected  ApplicationConnection VEmbedded.client
           
 

Methods in com.vaadin.terminal.gwt.client.ui.embedded with parameters of type ApplicationConnection
protected  String VEmbedded.getSrc(UIDL uidl, ApplicationConnection client)
          Helper to return translated src-attribute from embedded's UIDL
 void EmbeddedConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.form
 

Methods in com.vaadin.terminal.gwt.client.ui.form with parameters of type ApplicationConnection
 void FormConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.gridlayout
 

Methods in com.vaadin.terminal.gwt.client.ui.gridlayout with parameters of type ApplicationConnection
 void GridLayoutConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.link
 

Fields in com.vaadin.terminal.gwt.client.ui.link declared as ApplicationConnection
protected  ApplicationConnection VLink.client
           
 

Methods in com.vaadin.terminal.gwt.client.ui.link with parameters of type ApplicationConnection
 void LinkConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.menubar
 

Fields in com.vaadin.terminal.gwt.client.ui.menubar declared as ApplicationConnection
protected  ApplicationConnection VMenuBar.client
           
 

Methods in com.vaadin.terminal.gwt.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.
 void VMenuBar.CustomMenuItem.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.nativebutton
 

Fields in com.vaadin.terminal.gwt.client.ui.nativebutton declared as ApplicationConnection
protected  ApplicationConnection VNativeButton.client
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.notification
 

Methods in com.vaadin.terminal.gwt.client.ui.notification with parameters of type ApplicationConnection
static void VNotification.showNotification(ApplicationConnection client, UIDL notification)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.optiongroup
 

Fields in com.vaadin.terminal.gwt.client.ui.optiongroup declared as ApplicationConnection
protected  ApplicationConnection VOptionGroupBase.client
           
 

Methods in com.vaadin.terminal.gwt.client.ui.optiongroup with parameters of type ApplicationConnection
 void OptionGroupConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void OptionGroupBaseConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.panel
 

Methods in com.vaadin.terminal.gwt.client.ui.panel with parameters of type ApplicationConnection
 void PanelConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.popupview
 

Methods in com.vaadin.terminal.gwt.client.ui.popupview with parameters of type ApplicationConnection
 void PopupViewConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void VPopupView.CustomPopup.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.progressindicator
 

Fields in com.vaadin.terminal.gwt.client.ui.progressindicator declared as ApplicationConnection
protected  ApplicationConnection VProgressIndicator.client
           
 

Methods in com.vaadin.terminal.gwt.client.ui.progressindicator with parameters of type ApplicationConnection
 void ProgressIndicatorConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.richtextarea
 

Fields in com.vaadin.terminal.gwt.client.ui.richtextarea declared as ApplicationConnection
protected  ApplicationConnection VRichTextArea.client
           
 

Methods in com.vaadin.terminal.gwt.client.ui.richtextarea with parameters of type ApplicationConnection
 void RichTextAreaConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.root
 

Methods in com.vaadin.terminal.gwt.client.ui.root with parameters of type ApplicationConnection
 void RootConnector.init(String rootPanelId, ApplicationConnection applicationConnection)
           
 void RootConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.slider
 

Methods in com.vaadin.terminal.gwt.client.ui.slider with parameters of type ApplicationConnection
 void SliderConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.table
 

Fields in com.vaadin.terminal.gwt.client.ui.table declared as ApplicationConnection
protected  ApplicationConnection VScrollTable.client
           
 

Methods in com.vaadin.terminal.gwt.client.ui.table that return ApplicationConnection
 ApplicationConnection VScrollTable.VScrollTableDropHandler.getApplicationConnection()
           
 ApplicationConnection VScrollTable.getClient()
           
 ApplicationConnection VScrollTable.TableHead.getClient()
           
 ApplicationConnection VScrollTable.VScrollTableBody.VScrollTableRow.getClient()
           
 

Methods in com.vaadin.terminal.gwt.client.ui.table with parameters of type ApplicationConnection
 void VScrollTable.init(ApplicationConnection client)
           
 void TableConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.tabsheet
 

Fields in com.vaadin.terminal.gwt.client.ui.tabsheet declared as ApplicationConnection
protected  ApplicationConnection VTabsheetBase.client
           
 

Methods in com.vaadin.terminal.gwt.client.ui.tabsheet that return ApplicationConnection
 ApplicationConnection VTabsheet.getApplicationConnection()
           
 

Methods in com.vaadin.terminal.gwt.client.ui.tabsheet with parameters of type ApplicationConnection
 void TabsheetConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 void TabsheetBaseConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.textfield
 

Fields in com.vaadin.terminal.gwt.client.ui.textfield declared as ApplicationConnection
protected  ApplicationConnection VTextField.client
           
 

Methods in com.vaadin.terminal.gwt.client.ui.textfield with parameters of type ApplicationConnection
 void TextFieldConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.tree
 

Methods in com.vaadin.terminal.gwt.client.ui.tree that return ApplicationConnection
 ApplicationConnection VTree.getClient()
           
 ApplicationConnection VTree.TreeNode.getClient()
           
 

Methods in com.vaadin.terminal.gwt.client.ui.tree with parameters of type ApplicationConnection
 void TreeConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.treetable
 

Methods in com.vaadin.terminal.gwt.client.ui.treetable with parameters of type ApplicationConnection
 void TreeTableConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.twincolselect
 

Methods in com.vaadin.terminal.gwt.client.ui.twincolselect with parameters of type ApplicationConnection
 void TwinColSelectConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.upload
 

Methods in com.vaadin.terminal.gwt.client.ui.upload with parameters of type ApplicationConnection
 void UploadConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 

Uses of ApplicationConnection in com.vaadin.terminal.gwt.client.ui.window
 

Fields in com.vaadin.terminal.gwt.client.ui.window declared as ApplicationConnection
protected  ApplicationConnection VWindow.client
           
 

Methods in com.vaadin.terminal.gwt.client.ui.window with parameters of type ApplicationConnection
 void WindowConnector.updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.