Uses of Class
org.apache.wicket.bean.validation.Property
-
-
Uses of Property in org.apache.wicket.bean.validation
Methods in org.apache.wicket.bean.validation that return Property Modifier and Type Method Description PropertyBeanValidationConfiguration. resolveProperty(org.apache.wicket.markup.html.form.FormComponent<?> component)PropertyBeanValidationContext. resolveProperty(org.apache.wicket.markup.html.form.FormComponent<?> component)Resolve the property for a component.PropertyDefaultPropertyResolver. resolveProperty(org.apache.wicket.markup.html.form.FormComponent<?> component)PropertyIPropertyResolver. resolveProperty(org.apache.wicket.markup.html.form.FormComponent<?> component)Constructors in org.apache.wicket.bean.validation with parameters of type Property Constructor Description PropertyValidator(Property property, Class<?>... groups)PropertyValidator(Property property, org.apache.wicket.model.IModel<Class<?>[]> groups)
-