Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Enum Classes
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    com.vaadin.collaborationengine.AbstractCollaborationManager(UserInfo, String, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.CollaborationAvatarGroup.getImageProvider()
    Use CollaborationAvatarGroup.setImageHandler(ImageHandler) instead.
    com.vaadin.collaborationengine.CollaborationAvatarGroup.ImageProvider
    Use CollaborationAvatarGroup.setImageHandler(ImageHandler) instead.
    com.vaadin.collaborationengine.CollaborationAvatarGroup.setImageProvider(CollaborationAvatarGroup.ImageProvider)
    Use CollaborationAvatarGroup.setImageHandler(ImageHandler) instead.
    com.vaadin.collaborationengine.CollaborationEngine.requestAccess(ConnectionContext, UserInfo, Consumer<AccessResponse>)
    this method is deprecated and now the callback always receives a response that resolves to true
    com.vaadin.collaborationengine.CollaborationEngine.requestAccess(UserInfo, Consumer<AccessResponse>)
    this method is deprecated and now the callback always receives a response that resolves to true
    com.vaadin.collaborationengine.CollaborationEngineConfiguration(LicenseEventHandler)
    the provided handler won't receive any events, please prefer using the default constructor with no parameters
    com.vaadin.collaborationengine.CollaborationEngineConfiguration.getDataDir()
    the data-directory is not used since 6.3
    com.vaadin.collaborationengine.CollaborationEngineConfiguration.getLicenseEventHandler()
    the handler is not used since 6.3
    com.vaadin.collaborationengine.CollaborationEngineConfiguration.getLicenseStorage()
    license storage is not needed since 6.3
    com.vaadin.collaborationengine.CollaborationEngineConfiguration.setDataDir(String)
    the data-directory is not used since 6.3
    com.vaadin.collaborationengine.CollaborationEngineConfiguration.setLicenseStorage(LicenseStorage)
    license storage is not needed since 6.3
    com.vaadin.collaborationengine.CollaborationMessageList.getImageProvider()
    Use CollaborationMessageList.setImageHandler(ImageHandler) instead.
    com.vaadin.collaborationengine.CollaborationMessageList.setImageProvider(CollaborationAvatarGroup.ImageProvider)
    Use CollaborationMessageList.setImageHandler(ImageHandler) instead.
    com.vaadin.collaborationengine.FormManager(ConnectionContext, UserInfo, String, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.LicenseEvent
    license events will not be received by any listener
    com.vaadin.collaborationengine.LicenseEvent.LicenseEventType
    license events will not be received by any listener
    com.vaadin.collaborationengine.LicenseEventHandler
    any implementation of this interface won't receive any events, prefer using the default CollaborationEngineConfiguration constructor
    com.vaadin.collaborationengine.LicenseStorage
    license storage is not needed since 6.3
    com.vaadin.collaborationengine.MessageManager(ConnectionContext, UserInfo, String, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.MessageManager(ConnectionContext, UserInfo, String, CollaborationMessagePersister, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.PresenceManager(ConnectionContext, UserInfo, String, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.SystemConnectionContext(CollaborationEngine)
    This constructor is not compatible with serialization
  • Deprecated Interfaces
    Interface
    Description
    com.vaadin.collaborationengine.CollaborationAvatarGroup.ImageProvider
    Use CollaborationAvatarGroup.setImageHandler(ImageHandler) instead.
    com.vaadin.collaborationengine.LicenseEventHandler
    any implementation of this interface won't receive any events, prefer using the default CollaborationEngineConfiguration constructor
    com.vaadin.collaborationengine.LicenseStorage
    license storage is not needed since 6.3
  • Deprecated Classes
    Class
    Description
    com.vaadin.collaborationengine.LicenseEvent
    license events will not be received by any listener
  • Deprecated Enum Classes
    Enum Class
    Description
    com.vaadin.collaborationengine.LicenseEvent.LicenseEventType
    license events will not be received by any listener
  • Deprecated Methods
    Method
    Description
    com.vaadin.collaborationengine.CollaborationAvatarGroup.getImageProvider()
    Use CollaborationAvatarGroup.setImageHandler(ImageHandler) instead.
    com.vaadin.collaborationengine.CollaborationAvatarGroup.setImageProvider(CollaborationAvatarGroup.ImageProvider)
    Use CollaborationAvatarGroup.setImageHandler(ImageHandler) instead.
    com.vaadin.collaborationengine.CollaborationBinder.bind(HasValue<?, FIELDVALUE>, ValueProvider<BEAN, FIELDVALUE>, Setter<BEAN, FIELDVALUE>)
    The method does not work with the collaboration binder. Use CollaborationBinder.bind(HasValue, String) instead.
    com.vaadin.collaborationengine.CollaborationBinder.getBean()
    This operation, along with CollaborationBinder.setBean(Object), is not supported by the collaboration binder. Instead of CollaborationBinder.setBean(Object), you can provide the bean for populating the fields using CollaborationBinder.setTopic(java.lang.String, com.vaadin.flow.function.SerializableSupplier<BEAN>), and write the values back to the bean using Binder.writeBean(BEAN).
    com.vaadin.collaborationengine.CollaborationBinder.readBean(BEAN)
    This operation is not supported by the collaboration binder. You can instead provide the bean for populating the fields using CollaborationBinder.setTopic(java.lang.String, com.vaadin.flow.function.SerializableSupplier<BEAN>) to avoid overriding currently edited values. If you explicitly want to reset the field values for every user currently editing the fields, you can use CollaborationBinder.reset(BEAN).
    com.vaadin.collaborationengine.CollaborationBinder.setBean(BEAN)
    This operation is not supported by the collaboration binder. You can instead provide the bean for populating the fields using CollaborationBinder.setTopic(java.lang.String, com.vaadin.flow.function.SerializableSupplier<BEAN>), and write the values back to the bean using Binder.writeBean(BEAN).
    com.vaadin.collaborationengine.CollaborationEngine.requestAccess(ConnectionContext, UserInfo, Consumer<AccessResponse>)
    this method is deprecated and now the callback always receives a response that resolves to true
    com.vaadin.collaborationengine.CollaborationEngine.requestAccess(UserInfo, Consumer<AccessResponse>)
    this method is deprecated and now the callback always receives a response that resolves to true
    com.vaadin.collaborationengine.CollaborationEngineConfiguration.getDataDir()
    the data-directory is not used since 6.3
    com.vaadin.collaborationengine.CollaborationEngineConfiguration.getLicenseEventHandler()
    the handler is not used since 6.3
    com.vaadin.collaborationengine.CollaborationEngineConfiguration.getLicenseStorage()
    license storage is not needed since 6.3
    com.vaadin.collaborationengine.CollaborationEngineConfiguration.setDataDir(String)
    the data-directory is not used since 6.3
    com.vaadin.collaborationengine.CollaborationEngineConfiguration.setLicenseStorage(LicenseStorage)
    license storage is not needed since 6.3
    com.vaadin.collaborationengine.CollaborationMessageList.getImageProvider()
    Use CollaborationMessageList.setImageHandler(ImageHandler) instead.
    com.vaadin.collaborationengine.CollaborationMessageList.setImageProvider(CollaborationAvatarGroup.ImageProvider)
    Use CollaborationMessageList.setImageHandler(ImageHandler) instead.
  • Deprecated Constructors
    Constructor
    Description
    com.vaadin.collaborationengine.AbstractCollaborationManager(UserInfo, String, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.CollaborationEngineConfiguration(LicenseEventHandler)
    the provided handler won't receive any events, please prefer using the default constructor with no parameters
    com.vaadin.collaborationengine.FormManager(ConnectionContext, UserInfo, String, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.MessageManager(ConnectionContext, UserInfo, String, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.MessageManager(ConnectionContext, UserInfo, String, CollaborationMessagePersister, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.PresenceManager(ConnectionContext, UserInfo, String, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.SystemConnectionContext(CollaborationEngine)
    This constructor is not compatible with serialization

Copyright © 2025. All rights reserved.