public class WidgetSet extends Object
| Constructor and Description |
|---|
WidgetSet() |
| Modifier and Type | Method and Description |
|---|---|
ServerConnector |
createConnector(int tag,
ApplicationConfiguration conf)
Create an uninitialized connector that best matches given UIDL.
|
void |
ensureConnectorLoaded(int tag,
ApplicationConfiguration conf)
Due its nature, GWT does not support dynamic classloading.
|
protected Class<? extends ServerConnector> |
resolveConnectorType(int tag,
ApplicationConfiguration conf) |
public ServerConnector createConnector(int tag, ApplicationConfiguration conf)
ServerConnector.tag - connector type tag for the connector to createconf - the application configuration to use when creating the
connectorprotected Class<? extends ServerConnector> resolveConnectorType(int tag, ApplicationConfiguration conf)
public void ensureConnectorLoaded(int tag,
ApplicationConfiguration conf)
tag - applicationConfiguration - Copyright © 2021 Vaadin Ltd. All rights reserved.