Package org.hippoecm.frontend.widgets
Class UpdateFeedbackInfo
- java.lang.Object
-
- org.hippoecm.frontend.widgets.UpdateFeedbackInfo
-
public class UpdateFeedbackInfo extends Object
The payload class used by wicket events to notify feedback messages changes from wicket fields to parent components. If parent components have feedback panels, they can consume these events to redraw their feedback panels.
-
-
Constructor Summary
Constructors Constructor Description UpdateFeedbackInfo(org.apache.wicket.ajax.AjaxRequestTarget target)
UpdateFeedbackInfo(org.apache.wicket.ajax.AjaxRequestTarget target, boolean clearAllFeedbacks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.wicket.ajax.AjaxRequestTarget
getTarget()
boolean
isClearAll()
-