Package com.vaadin.classic.v8.server
Interface Extension
- All Superinterfaces:
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
Modifier and TypeMethodDescriptionvoidremove()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 Details
-
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.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:
IllegalStateException- if a parent is given even though the connector already has a parent
-