Java org.apache.wicket.feedback FeedbackMessages fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.feedback FeedbackMessages fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.feedback FeedbackMessages.

The text is from its open source code.

Field

Listmessages
Holds a list of org.apache.wicket.feedback.FeedbackMessage s.

Method

intclear(final IFeedbackMessageFilter filter)
Clears all messages that are accepted by the filter.
FeedbackMessagefirst()
Retrieves the first message
FeedbackMessagefirst(final int level)
Retrieves the first message that level is greater than or equal to the given level
booleanhasMessage(final IFeedbackMessageFilter filter)
booleanhasMessage(final int level)
Checks if a message of the specified level or greater was registered.
To check for a precise level use #hasMessage(IFeedbackMessageFilter) and pass it a reference to org.apache.wicket.feedback.ExactLevelFeedbackMessageFilter .
booleanisEmpty()
Gets whether there are no messages.
Iteratoriterator()
Gets an iterator over stored messages