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
ConstructorDescriptionXmlGregorianCalendarModel
(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, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.wicket.model.IModel
as, combineWith, filter, flatMap, isPresent, map, orElse, orElseGet
-
Constructor Details
-
XmlGregorianCalendarModel
-
-
Method Details