Package org.hippoecm.frontend.widgets
Class UpdateFeedbackInfo
java.lang.Object
org.hippoecm.frontend.widgets.UpdateFeedbackInfo
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
ConstructorDescriptionUpdateFeedbackInfo
(org.apache.wicket.ajax.AjaxRequestTarget target) UpdateFeedbackInfo
(org.apache.wicket.ajax.AjaxRequestTarget target, boolean clearAllFeedbacks) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.wicket.ajax.AjaxRequestTarget
boolean
-
Constructor Details
-
UpdateFeedbackInfo
public UpdateFeedbackInfo(org.apache.wicket.ajax.AjaxRequestTarget target) -
UpdateFeedbackInfo
public UpdateFeedbackInfo(org.apache.wicket.ajax.AjaxRequestTarget target, boolean clearAllFeedbacks)
-
-
Method Details
-
getTarget
public org.apache.wicket.ajax.AjaxRequestTarget getTarget() -
isClearAll
public boolean isClearAll()- Returns:
- the value to determine if the receiver should delete feedback messages of all children components
-