public abstract class AbstractExtensionConnector extends AbstractConnector
| Constructor and Description |
|---|
AbstractExtensionConnector() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
extend(ServerConnector target)
Called when the extension is attached to its parent.
|
void |
setParent(ServerConnector parent)
Sets the parent for this connector.
|
addStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, forceStateChange, getChildren, getConnection, getConnectorId, getParent, getResourceUrl, getRpcImplementations, getRpcProxy, getState, getStateType, getTag, hasEventListener, init, isEnabled, onStateChanged, onUnregister, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, setTag, unregisterRpc, updateEnabledStatepublic void setParent(ServerConnector parent)
ServerConnector
Note that calling this method does not fire a
ConnectorHierarchyChangeEvent. The event is fired only when the
whole hierarchy has been updated.
setParent in interface ServerConnectorsetParent in class AbstractConnectorparent - The new parent of the connectorprotected abstract void extend(ServerConnector target)
target - The connector this extension extendsCopyright © 2018 Vaadin Ltd. All rights reserved.