Class PrismReferenceValueWrapperImpl<T extends Referencable>
java.lang.Object
com.evolveum.midpoint.gui.impl.prism.wrapper.PrismValueWrapperImpl<T>
com.evolveum.midpoint.gui.impl.prism.wrapper.PrismReferenceValueWrapperImpl<T>
- All Implemented Interfaces:
PrismValueWrapper<T>,DebugDumpable,Serializable
public class PrismReferenceValueWrapperImpl<T extends Referencable>
extends PrismValueWrapperImpl<T>
- Author:
- katka
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
ConstructorsConstructorDescriptionPrismReferenceValueWrapperImpl(PrismReferenceWrapper<T> parent, PrismReferenceValue value, ValueStatus status) -
Method Summary
Modifier and TypeMethodDescriptiondebugDump(int indent) booleanbooleanisLink()voidsetEditEnabled(boolean editEnabled) voidsetLink(boolean link) voidsetRealValue(T realValueReferencable) Methods inherited from class com.evolveum.midpoint.gui.impl.prism.wrapper.PrismValueWrapperImpl
addToDelta, getNewValueWithMetadataApplied, getOldValue, getParent, getParentContainerValue, getRealValue, getStatus, getValueMetadata, isChanged, isShowMetadata, isVisible, setShowMetadata, setStatus, setValueMetadataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
PrismReferenceValueWrapperImpl
public PrismReferenceValueWrapperImpl(PrismReferenceWrapper<T> parent, PrismReferenceValue value, ValueStatus status)
-
-
Method Details
-
setRealValue
-
isEditEnabled
public boolean isEditEnabled() -
setEditEnabled
public void setEditEnabled(boolean editEnabled) -
isLink
public boolean isLink() -
setLink
public void setLink(boolean link) -
getNewValue
- Specified by:
getNewValuein interfacePrismValueWrapper<T extends Referencable>- Overrides:
getNewValuein classPrismValueWrapperImpl<T extends Referencable>
-
toShortString
- Specified by:
toShortStringin interfacePrismValueWrapper<T extends Referencable>- Overrides:
toShortStringin classPrismValueWrapperImpl<T extends Referencable>
-
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable- Overrides:
debugDumpin classPrismValueWrapperImpl<T extends Referencable>
-