Class FeedbackMessagesModel

    • Constructor Detail

      • FeedbackMessagesModel

        public FeedbackMessagesModel​(Component pageResolvingComponent)
        Constructor. Creates a model for all feedback messages on the page.
        Parameters:
        pageResolvingComponent - The component where the page will be get from for which messages will be displayed usually the same page as the one feedbackpanel is attached to
      • FeedbackMessagesModel

        public FeedbackMessagesModel​(Page page,
                                     IFeedbackMessageFilter filter)
        Constructor. Creates a model for all feedback messages accepted by the given filter.
        Parameters:
        filter - The filter to apply
        page - Page for which messages will be displayed - usually the same page as the one feedbackpanel is attached to