Package com.evolveum.midpoint.web.model
Class PrismContainerWrapperHeaderModel<C extends Containerable,T extends Containerable>
java.lang.Object
com.evolveum.midpoint.web.model.ItemWrapperModel<C,PrismContainerWrapper<T>>
com.evolveum.midpoint.web.model.PrismContainerWrapperHeaderModel<C,T>
- All Implemented Interfaces:
Serializable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.model.IModel<PrismContainerWrapper<T>>
,org.apache.wicket.util.io.IClusterable
public class PrismContainerWrapperHeaderModel<C extends Containerable,T extends Containerable>
extends ItemWrapperModel<C,PrismContainerWrapper<T>>
- Author:
- skublik
- See Also:
-
Field Summary
Fields inherited from class com.evolveum.midpoint.web.model.ItemWrapperModel
path
-
Constructor Summary
ConstructorDescriptionPrismContainerWrapperHeaderModel
(org.apache.wicket.model.IModel<?> parent, ItemPath path, PageBase pageBase) -
Method Summary
Methods inherited from class com.evolveum.midpoint.web.model.ItemWrapperModel
getParent, isFromContainerValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.wicket.model.IModel
combineWith, detach, filter, flatMap, isPresent, map, orElse, orElseGet, setObject
-
Constructor Details
-
PrismContainerWrapperHeaderModel
-
-
Method Details
-
getObject
-