Example usage for Java com.vaadin.client ConnectorMap fields, constructors, methods, implement or subclass
The text is from its open source code.
ConnectorMap | get(ApplicationConnection applicationConnection) |
ServerConnector | getConnector(String connectorId) Returns a ServerConnector by its id. |
ComponentConnector | getConnector(Element element) Returns a ComponentConnector element by its root element. |
ComponentConnector | getConnector(Widget widget) Retrieves the connector whose widget matches the parameter. |