Uses of Interface
com.vaadin.collaborationengine.CollaborationMessageSubmitter.ActivationContext
-
-
Uses of CollaborationMessageSubmitter.ActivationContext in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine with parameters of type CollaborationMessageSubmitter.ActivationContext Modifier and Type Method Description com.vaadin.flow.shared.RegistrationCollaborationMessageSubmitter. onActivation(CollaborationMessageSubmitter.ActivationContext activationContext)Handles the activation of the submitter, for example setting up an input component to append new messages using theappendMessage(String)method.
-