Package com.vaadin.classic.v8.server
Interface Extension
-
- All Superinterfaces:
ClientConnector
@Deprecated public interface Extension extends ClientConnector
Deprecated.Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.vaadin.classic.v8.server.ClientConnector
ClientConnector.AttachEvent, ClientConnector.AttachListener, ClientConnector.DetachEvent, ClientConnector.DetachListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidremove()Deprecated.voidsetParent(ClientConnector parent)Deprecated.-
Methods inherited from interface com.vaadin.classic.v8.server.ClientConnector
addLegacyAttachListener, addLegacyDetachListener, attach, beforeClientResponse, detach, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive
-
-
-
-
Method Detail
-
remove
@Deprecated void remove()
Deprecated.Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
-
setParent
@Deprecated void setParent(ClientConnector parent)
Deprecated.Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.- Parameters:
parent- the parent connector- Throws:
java.lang.IllegalStateException- if a parent is given even though the connector already has a parent
-
-