public interface ISValidationFeedbackHandlerListener extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
onFeedbackChanged(SValidationFeedbackHandler handler,
org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.Component container,
Collection<SInstance> baseInstances,
Collection<IValidationError> oldErrors,
Collection<IValidationError> newErrors) |
static ISValidationFeedbackHandlerListener |
refresh(org.apache.wicket.Component... components) |
static ISValidationFeedbackHandlerListener |
withTarget(org.opensingular.lib.commons.lambda.IConsumer<org.apache.wicket.ajax.AjaxRequestTarget> withTarget) |
void onFeedbackChanged(SValidationFeedbackHandler handler, org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.Component container, Collection<SInstance> baseInstances, Collection<IValidationError> oldErrors, Collection<IValidationError> newErrors)
static ISValidationFeedbackHandlerListener refresh(org.apache.wicket.Component... components)
static ISValidationFeedbackHandlerListener withTarget(org.opensingular.lib.commons.lambda.IConsumer<org.apache.wicket.ajax.AjaxRequestTarget> withTarget)
Copyright © 2017. All rights reserved.