Uses of Class
org.apache.wicket.feedback.FeedbackCollector
-
Packages that use FeedbackCollector Package Description org.apache.wicket.feedback Classes related to showing user feedback, generally as the result of form submission and/or validation. -
-
Uses of FeedbackCollector in org.apache.wicket.feedback
Methods in org.apache.wicket.feedback that return FeedbackCollector Modifier and Type Method Description FeedbackCollectorFeedbackCollector. setIncludeSession(boolean value)Controls whether or not feedback from theSessionwill be collected SeeSession.getFeedbackMessages()FeedbackCollectorFeedbackCollector. setRecursive(boolean value)Controls whether or not feedback will be collected recursively from the descendants of the specified component.
-