Package com.evolveum.midpoint.web.util
Class DateValidator
- java.lang.Object
-
- org.apache.wicket.behavior.Behavior
-
- org.apache.wicket.markup.html.form.validation.AbstractFormValidator
-
- com.evolveum.midpoint.web.util.DateValidator
-
- 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 DateValidator extends org.apache.wicket.markup.html.form.validation.AbstractFormValidator
- Author:
- lazyman
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DateValidator()
DateValidator(org.apache.wicket.extensions.yui.calendar.DateTimeField dateFrom, org.apache.wicket.extensions.yui.calendar.DateTimeField dateTo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.wicket.markup.html.form.FormComponent<?>[]
getDependentFormComponents()
ItemPath
getIdentifier()
String
getMessageKey()
void
setDateFrom(org.apache.wicket.extensions.yui.calendar.DateTimeField dateFrom)
void
setDateTo(org.apache.wicket.extensions.yui.calendar.DateTimeField dateTo)
void
setIdentifier(ItemPath identifier)
void
setMessageKey(String messageKey)
void
validate(org.apache.wicket.markup.html.form.Form<?> form)
-
Methods inherited from class org.apache.wicket.markup.html.form.validation.AbstractFormValidator
bind, error, error, error, error, resourceKey, variablesMap
-
-
-
-
Method Detail
-
getDependentFormComponents
public org.apache.wicket.markup.html.form.FormComponent<?>[] getDependentFormComponents()
-
validate
public void validate(org.apache.wicket.markup.html.form.Form<?> form)
-
setDateFrom
public void setDateFrom(org.apache.wicket.extensions.yui.calendar.DateTimeField dateFrom)
-
setDateTo
public void setDateTo(org.apache.wicket.extensions.yui.calendar.DateTimeField dateTo)
-
getIdentifier
public ItemPath getIdentifier()
-
setIdentifier
public void setIdentifier(ItemPath identifier)
-
getMessageKey
public String getMessageKey()
-
setMessageKey
public void setMessageKey(String messageKey)
-
-