Package com.evolveum.midpoint.web.model
Class AbstractWrapperModel<T,O extends ObjectType> 
java.lang.Object
com.evolveum.midpoint.web.model.AbstractWrapperModel<T,O> 
- All Implemented Interfaces:
- Serializable,- org.apache.wicket.model.IDetachable,- org.apache.wicket.model.IModel<T>,- org.apache.wicket.util.io.IClusterable
public abstract class AbstractWrapperModel<T,O extends ObjectType> 
extends Object
implements org.apache.wicket.model.IModel<T>
- Author:
- semancik
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractWrapperModel(org.apache.wicket.model.IModel<PrismObjectWrapper<O>> wrapperModel) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddetach()org.apache.wicket.model.IModel<PrismObjectWrapper<O>>Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wicket.model.IModelas, combineWith, filter, flatMap, getObject, isPresent, map, orElse, orElseGet, setObject
- 
Constructor Details- 
AbstractWrapperModel
 
- 
- 
Method Details- 
getWrapperModel
- 
getWrapper
- 
getObjectType
- 
getPrismObject
- 
detachpublic void detach()- Specified by:
- detachin interface- org.apache.wicket.model.IDetachable
- Specified by:
- detachin interface- org.apache.wicket.model.IModel<T>
 
 
-