com.vaadin.collaborationengine.

Class CollaborationMessageInput

    • Constructor Detail

      • CollaborationMessageInput

        public CollaborationMessageInput(CollaborationMessageList list)

        Creates a new collaboration message input component which submits messages to the provided CollaborationMessageList.

        Parameters:

        list - the list which will display the submitted messages, not null

    • Method Detail

      • setI18n

        public void setI18n(MessageInputI18n i18n)

        Sets the internationalization properties for this component. It enabled you to customize and translate the language used in the message input.

        Note: updating the object properties after setting the i18n will not update the component. To make the changes effective, you need to set the updated object again.

        Parameters:

        i18n - the i18n object, not null