Uses of Interface
org.apache.wicket.feedback.IFeedback
-
Packages that use IFeedback Package Description 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.form.validation Support for form validation.org.apache.wicket.markup.html.panel Panel components. -
-
Uses of IFeedback in org.apache.wicket.feedback
Classes in org.apache.wicket.feedback that implement IFeedback Modifier and Type Class Description classFencedFeedbackPanelA specialized feedback panel that only displays messages from inside a fence defined by a container component.Methods in org.apache.wicket.feedback with parameters of type IFeedback Modifier and Type Method Description FeedbackDelayFeedbackDelay. postpone(IFeedback feedback)PostponeComponent.beforeRender()on the given feedback. -
Uses of IFeedback in org.apache.wicket.markup.html.form.validation
Classes in org.apache.wicket.markup.html.form.validation that implement IFeedback Modifier and Type Class Description classFormComponentFeedbackBorderA border that can be placed around a form component to indicate when the bordered child/children has a validation error.classFormComponentFeedbackIndicatorA panel that hides or shows itself depending on whether there are feedback messages for a given message filter. -
Uses of IFeedback in org.apache.wicket.markup.html.panel
Classes in org.apache.wicket.markup.html.panel that implement IFeedback Modifier and Type Class Description classComponentFeedbackPanelConvenience feedback panel that filters the feedback messages based on the component given in the constructor.classFeedbackPanelA panel that displaysFeedbackMessages in a list view.
-