Class NotificationState

  • All Implemented Interfaces:
    Serializable

    public class NotificationState
    extends SharedState
    Shared state for com.vaadin.ui.Notification.
    Since:
    8.2
    Author:
    Vaadin Ltd.
    See Also:
    Serialized Form
    • Field Detail

      • caption

        public String caption
        The com.vaadin.ui.Notification caption, can be null.
      • description

        public String description
        The description, can be null.
      • htmlContentAllowed

        public boolean htmlContentAllowed
        Whether texts are interpreted as HTML (true) or not (false).
      • styleName

        public String styleName
        The style name, can be null.
      • position

        public Position position
        The Position of the com.vaadin.ui.Notification, can not be null.
      • delay

        public int delay
        The delay in milliseconds before disappearing, -1 for forever.
    • Constructor Detail

      • NotificationState

        public NotificationState()