Class ObjectDeltaModel
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.ObjectDeltaModel
- All Implemented Interfaces:
Serializable,org.apache.wicket.model.IDetachable,org.apache.wicket.model.IModel<String>,org.apache.wicket.util.io.IClusterable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectDeltaModel(org.apache.wicket.model.IModel<ObjectDeltaType> model, ModelServiceLocator locator) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wicket.model.IModel
combineWith, detach, filter, flatMap, isPresent, map, orElse, orElseGet
-
Constructor Details
-
ObjectDeltaModel
public ObjectDeltaModel(org.apache.wicket.model.IModel<ObjectDeltaType> model, ModelServiceLocator locator)
-
-
Method Details