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

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

Introduction

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

The text is from its open source code.

Method

ConnectorMapget(ApplicationConnection applicationConnection)
ServerConnectorgetConnector(String connectorId)
Returns a ServerConnector by its id.
ComponentConnectorgetConnector(Element element)
Returns a ComponentConnector element by its root element.
ComponentConnectorgetConnector(Widget widget)
Retrieves the connector whose widget matches the parameter.