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 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