Uses of Class
com.evolveum.midpoint.gui.impl.prism.wrapper.ValueMetadataWrapperImpl
-
-
Uses of ValueMetadataWrapperImpl in com.evolveum.midpoint.gui.api.prism.wrapper
Methods in com.evolveum.midpoint.gui.api.prism.wrapper that return ValueMetadataWrapperImpl Modifier and Type Method Description ValueMetadataWrapperImpl
PrismValueWrapper. getValueMetadata()
Methods in com.evolveum.midpoint.gui.api.prism.wrapper with parameters of type ValueMetadataWrapperImpl Modifier and Type Method Description void
PrismValueWrapper. setValueMetadata(ValueMetadataWrapperImpl valueMetadata)
-
Uses of ValueMetadataWrapperImpl in com.evolveum.midpoint.gui.impl.prism.panel
Constructor parameters in com.evolveum.midpoint.gui.impl.prism.panel with type arguments of type ValueMetadataWrapperImpl Constructor Description PrismValueMetadataPanel(String id, org.apache.wicket.model.IModel<ValueMetadataWrapperImpl> model)
ProvenanceMetadataPanel(String id, org.apache.wicket.model.IModel<ValueMetadataWrapperImpl> model, ItemPanelSettings settings)
-
Uses of ValueMetadataWrapperImpl in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return ValueMetadataWrapperImpl Modifier and Type Method Description ValueMetadataWrapperImpl
PrismValueWrapperImpl. getValueMetadata()
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper with parameters of type ValueMetadataWrapperImpl Modifier and Type Method Description void
PrismValueWrapperImpl. setValueMetadata(ValueMetadataWrapperImpl valueMetadata)
-
Uses of ValueMetadataWrapperImpl in com.evolveum.midpoint.web.component.prism.show
Methods in com.evolveum.midpoint.web.component.prism.show that return ValueMetadataWrapperImpl Modifier and Type Method Description static ValueMetadataWrapperImpl
VisualizationUtil. createValueMetadataWrapper(PrismValue value, PageBase page)
Constructor parameters in com.evolveum.midpoint.web.component.prism.show with type arguments of type ValueMetadataWrapperImpl Constructor Description MetadataPopup(String id, org.apache.wicket.model.IModel<ValueMetadataWrapperImpl> model)
-