Class DurationValidator
java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.markup.html.form.validation.AbstractFormValidator
com.evolveum.midpoint.web.component.input.validator.DurationValidator
- All Implemented Interfaces:
- Serializable,- org.apache.wicket.IComponentAwareEventSink,- org.apache.wicket.markup.html.form.validation.IFormValidator,- org.apache.wicket.markup.html.IComponentAwareHeaderContributor,- org.apache.wicket.util.io.IClusterable
public class DurationValidator
extends org.apache.wicket.markup.html.form.validation.AbstractFormValidator
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDurationValidator(InputPanel durationField, org.apache.wicket.util.convert.IConverter<Duration> converter) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.wicket.markup.html.form.FormComponent<?>[]voidvalidate(org.apache.wicket.markup.html.form.Form<?> form) Methods inherited from class org.apache.wicket.markup.html.form.validation.AbstractFormValidatorbind, error, error, error, error, resourceKey, variablesMapMethods inherited from class org.apache.wicket.behavior.BehaviorafterRender, beforeRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onConfigure, onEvent, onException, onRemove, onTag, renderHead, unbind
- 
Constructor Details- 
DurationValidatorpublic DurationValidator(InputPanel durationField, org.apache.wicket.util.convert.IConverter<Duration> converter) 
 
- 
- 
Method Details- 
getDependentFormComponentspublic org.apache.wicket.markup.html.form.FormComponent<?>[] getDependentFormComponents()
- 
validatepublic void validate(org.apache.wicket.markup.html.form.Form<?> form) 
 
-