|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeedbackMessage | |
---|---|
org.apache.wicket.feedback | Classes related to showing user feedback, generally as the result of form submission and/or validation. |
org.apache.wicket.markup.html.panel | Panel components. |
Uses of FeedbackMessage in org.apache.wicket.feedback |
---|
Methods in org.apache.wicket.feedback that return FeedbackMessage | |
---|---|
FeedbackMessage |
FeedbackMessages.first()
Retrieves the first message |
FeedbackMessage |
FeedbackMessages.first(int level)
Retrieves the first message matching the specified level |
Methods in org.apache.wicket.feedback that return types with arguments of type FeedbackMessage | |
---|---|
List<FeedbackMessage> |
FeedbackCollector.collect()
Collects all feedback messages |
List<FeedbackMessage> |
FeedbackCollector.collect(IFeedbackMessageFilter filter)
Collects all feedback messages that match the specified filter |
List<FeedbackMessage> |
FeedbackMessagesModel.getObject()
|
Comparator<FeedbackMessage> |
FeedbackMessagesModel.getSortingComparator()
|
Iterator<FeedbackMessage> |
FeedbackMessages.iterator()
Gets an iterator over stored messages |
List<FeedbackMessage> |
FeedbackMessages.messages(IFeedbackMessageFilter filter)
Gets a list of messages from the page using a filter. |
protected List<FeedbackMessage> |
FeedbackMessagesModel.processMessages(List<FeedbackMessage> messages)
Override this method to post process to the FeedbackMessage list. |
List<FeedbackMessage> |
FeedbackMessages.toList()
Retrieves all stored messages as an unmodifiable list |
Methods in org.apache.wicket.feedback with parameters of type FeedbackMessage | |
---|---|
boolean |
IFeedbackMessageFilter.accept(FeedbackMessage message)
|
boolean |
ErrorLevelFeedbackMessageFilter.accept(FeedbackMessage message)
|
boolean |
DefaultCleanupFeedbackMessageFilter.accept(FeedbackMessage message)
|
boolean |
ContainerFeedbackMessageFilter.accept(FeedbackMessage message)
|
boolean |
ComponentFeedbackMessageFilter.accept(FeedbackMessage message)
|
void |
FeedbackMessages.add(FeedbackMessage message)
Adds a message. |
Method parameters in org.apache.wicket.feedback with type arguments of type FeedbackMessage | |
---|---|
protected List<FeedbackMessage> |
FeedbackMessagesModel.processMessages(List<FeedbackMessage> messages)
Override this method to post process to the FeedbackMessage list. |
void |
FeedbackMessagesModel.setObject(List<FeedbackMessage> object)
|
FeedbackMessagesModel |
FeedbackMessagesModel.setSortingComparator(Comparator<FeedbackMessage> sortingComparator)
Sets the comparator used for sorting the messages. |
Uses of FeedbackMessage in org.apache.wicket.markup.html.panel |
---|
Methods in org.apache.wicket.markup.html.panel that return types with arguments of type FeedbackMessage | |
---|---|
protected List<FeedbackMessage> |
FeedbackPanel.getCurrentMessages()
Gets the currently collected messages for this panel. |
Comparator<FeedbackMessage> |
FeedbackPanel.getSortingComparator()
|
Methods in org.apache.wicket.markup.html.panel with parameters of type FeedbackMessage | |
---|---|
protected String |
FeedbackPanel.getCSSClass(FeedbackMessage message)
Gets the css class for the given message. |
protected Component |
FeedbackPanel.newMessageDisplayComponent(String id,
FeedbackMessage message)
Generates a component that is used to display the message inside the feedback panel. |
Method parameters in org.apache.wicket.markup.html.panel with type arguments of type FeedbackMessage | |
---|---|
FeedbackPanel |
FeedbackPanel.setSortingComparator(Comparator<FeedbackMessage> sortingComparator)
Sets the comparator used for sorting the messages. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |