Class DeprecatedPropertyWrapperModel<C extends Containerable,P>
java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.component.notification.DeprecatedPropertyWrapperModel<C,P>
- All Implemented Interfaces:
Serializable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.model.IModel<PrismPropertyWrapper<P>>
,org.apache.wicket.util.io.IClusterable
@Deprecated
public class DeprecatedPropertyWrapperModel<C extends Containerable,P>
extends Object
implements org.apache.wicket.model.IModel<PrismPropertyWrapper<P>>
Deprecated.
Created by Viliam Repan (lazyman).
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecatedPropertyWrapperModel
(BasePanel panel, org.apache.wicket.model.IModel<PrismContainerWrapper<C>> model, ItemName propertyName) Deprecated. -
Method Summary
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
as, combineWith, detach, filter, flatMap, isPresent, map, orElse, orElseGet, setObject
-
Constructor Details
-
DeprecatedPropertyWrapperModel
public DeprecatedPropertyWrapperModel(BasePanel panel, org.apache.wicket.model.IModel<PrismContainerWrapper<C>> model, ItemName propertyName) Deprecated.
-
-
Method Details
-
getObject
Deprecated.- Specified by:
getObject
in interfaceorg.apache.wicket.model.IModel<C extends Containerable>
-