Uses of Class
com.vaadin.collaborationengine.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 voidCollaborationBinderUtil.addEditor(TopicConnection topicConnection, String propertyName, UserInfo user) Signals that the user is currently editing the field that is bound to the property.static voidCollaborationBinderUtil.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 voidCollaborationBinderUtil.removeEditor(TopicConnection topicConnection, String propertyName, UserInfo user) Signals that the user is not editing the field that is bound to the property.static voidCollaborationBinderUtil.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 voidAbstractCollaborationManager.openTopicConnection(ConnectionContext context, com.vaadin.flow.function.SerializableFunction<TopicConnection, com.vaadin.flow.shared.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, com.vaadin.flow.function.SerializableFunction<TopicConnection, com.vaadin.flow.shared.Registration> connectionActivationCallback) Opens a connection to the collaboration topic with the provided id based on a generic context definition.CollaborationEngine.openTopicConnection(com.vaadin.flow.component.Component component, String topicId, UserInfo localUser, com.vaadin.flow.function.SerializableFunction<TopicConnection, com.vaadin.flow.shared.Registration> connectionActivationCallback) Opens a connection to the collaboration topic with the provided id based on a component instance.