Uses of Class
com.vaadin.collaborationengine.TopicConnection
Packages that use TopicConnection
-
Uses of TopicConnection in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return TopicConnectionModifier and TypeMethodDescriptionCollaborationList.getConnection()
Gets the topic connection which is used to propagate changes to this list.CollaborationMap.getConnection()
Gets the topic connection which is used to propagate changes to this map.Methods in com.vaadin.collaborationengine with parameters of type TopicConnectionModifier and TypeMethodDescriptionstatic void
CollaborationBinderUtil.addEditor
(TopicConnection topicConnection, String propertyName, UserInfo user) Signals that the user is currently editing the field that is bound to the property.static void
CollaborationBinderUtil.addEditor
(TopicConnection topicConnection, String propertyName, UserInfo user, int fieldIndex) Signals that the user is currently editing the field that is bound to the property.static void
CollaborationBinderUtil.removeEditor
(TopicConnection topicConnection, String propertyName, UserInfo user) Signals that the user is not editing the field that is bound to the property.static void
CollaborationBinderUtil.setFieldValue
(TopicConnection topicConnection, String propertyName, Object value) Sets the property value in the collaboration binders connected to the same topic, updating the fields which are bound to that property for all connected clients.Method parameters in com.vaadin.collaborationengine with type arguments of type TopicConnectionModifier and TypeMethodDescriptionprotected void
AbstractCollaborationManager.openTopicConnection
(ConnectionContext context, SerializableFunction<TopicConnection, Registration> connectionActivationCallback) Opens a connection to the topic of this manager using the provided context and activation callback.CollaborationEngine.openTopicConnection
(ConnectionContext context, String topicId, UserInfo localUser, SerializableFunction<TopicConnection, Registration> connectionActivationCallback) Opens a connection to the collaboration topic with the provided id based on a generic context definition.CollaborationEngine.openTopicConnection
(Component component, String topicId, UserInfo localUser, SerializableFunction<TopicConnection, Registration> connectionActivationCallback) Opens a connection to the collaboration topic with the provided id based on a component instance.