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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.evolveum.midpoint.web.model.ItemWrapperModel
path
-
-
Constructor Summary
Constructors Constructor Description PrismContainerWrapperHeaderModel(org.apache.wicket.model.IModel<?> parent, ItemPath path, PageBase pageBase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerWrapper<T>
getObject()
-
Methods inherited from class com.evolveum.midpoint.web.model.ItemWrapperModel
getParent, isFromContainerValue
-
-
-
-
Method Detail
-
getObject
public PrismContainerWrapper<T> getObject()
-
-