Java org.apache.wicket.markup.html.panel FeedbackPanel fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.markup.html.panel FeedbackPanel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.markup.html.panel FeedbackPanel.

The text is from its open source code.

Subclass

org.apache.wicket.markup.html.panel.FeedbackPanel has subclasses.
Click this link to see all its subclasses.

Constructor

Method

booleananyErrorMessage()
Search messages that this panel will render, and see if there is any message of level ERROR or up.
booleananyMessage()
Search messages that this panel will render, and see if there is any message.
FeedbackMessagesModelgetFeedbackMessagesModel()
FeedbackPanelsetFilter(IFeedbackMessageFilter filter)
Sets a filter to use on the feedback messages model
FeedbackPanelsetMaxMessages(int maxMessages)