Package com.evolveum.midpoint.web.model
Class XmlGregorianCalendarModel
java.lang.Object
org.apache.wicket.model.Model<Date>
com.evolveum.midpoint.web.model.XmlGregorianCalendarModel
- All Implemented Interfaces:
Serializable,org.apache.wicket.model.IDetachable,org.apache.wicket.model.IModel<Date>,org.apache.wicket.model.IObjectClassAwareModel<Date>,org.apache.wicket.util.io.IClusterable
- Author:
- lazyman
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXmlGregorianCalendarModel(org.apache.wicket.model.IModel<XMLGregorianCalendar> model) -
Method Summary
Methods inherited from class org.apache.wicket.model.Model
detach, equals, getObjectClass, hashCode, of, of, of, ofList, ofMap, ofSet, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.wicket.model.IModel
combineWith, filter, flatMap, isPresent, map, orElse, orElseGet
-
Constructor Details
-
XmlGregorianCalendarModel
-
-
Method Details