Java com.vaadin.client ApplicationConnection fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.client ApplicationConnection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.client ApplicationConnection.

The text is from its open source code.

Subclass

com.vaadin.client.ApplicationConnection has subclasses.
Click this link to see all its subclasses.

Field

Method

HandlerRegistrationaddHandler(GwtEvent.Type type, H handler)
IcongetIcon(String uri)
Gets an Icon instance corresponding to a URI.
UIConnectorgetUIConnector()
Gets the main view.
StringtranslateVaadinUri(String uidlUri)
Translates custom protocols in UIDL URI's to be recognizable by browser.
booleanupdateComponent(Widget component, UIDL uidl, boolean manageCaption)
Method provided for backwards compatibility.