Class FormWrapperValidator<O extends ObjectType>

  • All Implemented Interfaces:
    Serializable, org.apache.wicket.markup.html.form.validation.IFormValidator, org.apache.wicket.util.io.IClusterable

    public abstract class FormWrapperValidator<O extends ObjectType>
    extends Object
    implements org.apache.wicket.markup.html.form.validation.IFormValidator
    Created by Viliam Repan (lazyman).
    See Also:
    Serialized Form
    • Constructor Detail

      • FormWrapperValidator

        public FormWrapperValidator​(@NotNull
                                    @NotNull ModelServiceLocator modelServiceLocator)
    • Method Detail

      • getDependentFormComponents

        public org.apache.wicket.markup.html.form.FormComponent<?>[] getDependentFormComponents()
        Specified by:
        getDependentFormComponents in interface org.apache.wicket.markup.html.form.validation.IFormValidator
      • validate

        public void validate​(org.apache.wicket.markup.html.form.Form<?> form)
        Specified by:
        validate in interface org.apache.wicket.markup.html.form.validation.IFormValidator