Uses of Class
com.vaadin.collaborationengine.TopicConnection
-
Packages that use TopicConnection Package Description com.vaadin.collaborationengine -
-
Uses of TopicConnection in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return TopicConnection Modifier and Type Method Description TopicConnection
CollaborationList. getConnection()
Gets the topic connection which is used to propagate changes to this list.TopicConnection
CollaborationMap. getConnection()
Gets the topic connection which is used to propagate changes to this map.Methods in com.vaadin.collaborationengine with parameters of type TopicConnection Modifier and Type Method Description static 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 TopicConnection Modifier and Type Method Description protected 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.TopicConnectionRegistration
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.TopicConnectionRegistration
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.
-