Uses of Interface
com.evolveum.midpoint.util.DisplayableValue
Packages that use DisplayableValue
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of DisplayableValue in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return DisplayableValueModifier and TypeMethodDescriptionDisplayableChoiceRenderer.getObject(String id, org.apache.wicket.model.IModel<? extends List<? extends DisplayableValue<T>>> choices) Methods in com.evolveum.midpoint.gui.api.util that return types with arguments of type DisplayableValueModifier and TypeMethodDescriptionstatic List<DisplayableValue<?>>WebComponentUtil.getAllowedValues(ExpressionType expression, ModelServiceLocator modelServiceLocator) static List<DisplayableValue<?>>WebComponentUtil.getAllowedValues(SearchFilterParameterType parameter, ModelServiceLocator modelServiceLocator) Methods in com.evolveum.midpoint.gui.api.util with parameters of type DisplayableValueModifier and TypeMethodDescriptionDisplayableChoiceRenderer.getDisplayValue(DisplayableValue val) TODO This impl doesn't look good, label should take preference, that's why it's there for...DisplayableChoiceRenderer.getIdValue(DisplayableValue val, int index) Method parameters in com.evolveum.midpoint.gui.api.util with type arguments of type DisplayableValueModifier and TypeMethodDescriptionstatic <T> DropDownChoicePanelWebComponentUtil.createDropDownChoices(String id, org.apache.wicket.model.IModel<DisplayableValue<T>> model, org.apache.wicket.model.IModel<List<DisplayableValue<T>>> choices, boolean allowNull) DisplayableChoiceRenderer.getObject(String id, org.apache.wicket.model.IModel<? extends List<? extends DisplayableValue<T>>> choices) -
Uses of DisplayableValue in com.evolveum.midpoint.gui.impl.component.input.converter
Constructor parameters in com.evolveum.midpoint.gui.impl.component.input.converter with type arguments of type DisplayableValueModifierConstructorDescriptionAutoCompleteDisplayableValueConverter(org.apache.wicket.model.IModel<? extends List<DisplayableValue<T>>> values) AutoCompleteDisplayableValueConverter(org.apache.wicket.model.IModel<? extends List<DisplayableValue<T>>> values, boolean strict) -
Uses of DisplayableValue in com.evolveum.midpoint.gui.impl.component.search
Classes in com.evolveum.midpoint.gui.impl.component.search that implement DisplayableValueMethods in com.evolveum.midpoint.gui.impl.component.search that return types with arguments of type DisplayableValueMethod parameters in com.evolveum.midpoint.gui.impl.component.search with type arguments of type DisplayableValueModifier and TypeMethodDescriptionvoidSearchContext.setAvailableEventMarks(List<DisplayableValue<String>> availableEventMarks) -
Uses of DisplayableValue in com.evolveum.midpoint.gui.impl.component.search.factory
Methods in com.evolveum.midpoint.gui.impl.component.search.factory that return types with arguments of type DisplayableValueModifier and TypeMethodDescriptionSearchItemContext.getAvailableEventMarks()List<DisplayableValue<?>>SearchItemContext.getAvailableValues() -
Uses of DisplayableValue in com.evolveum.midpoint.gui.impl.component.search.panel
Methods in com.evolveum.midpoint.gui.impl.component.search.panel that return types with arguments of type DisplayableValueModifier and TypeMethodDescriptionprotected org.apache.wicket.model.IModel<List<DisplayableValue<?>>>SingleSearchItemPanel.createEnumChoices(Class<? extends Enum> inputClass) -
Uses of DisplayableValue in com.evolveum.midpoint.gui.impl.component.search.wrapper
Methods in com.evolveum.midpoint.gui.impl.component.search.wrapper that return DisplayableValueModifier and TypeMethodDescriptionAbstractRoleSearchItemWrapper.getDefaultValue()abstract DisplayableValue<T>AbstractSearchItemWrapper.getDefaultValue()AssociationSearchItemWrapper.getDefaultValue()AutoCompleteSearchItemWrapper.getDefaultValue()ChoicesSearchItemWrapper.getDefaultValue()DateSearchItemWrapper.getDefaultValue()IndirectSearchItemWrapper.getDefaultValue()ItemPathSearchItemWrapper.getDefaultValue()ObjectCollectionListSearchItemWrapper.getDefaultValue()ObjectCollectionSearchItemWrapper.getDefaultValue()ObjectTypeSearchItemWrapper.getDefaultValue()OidSearchItemWrapper.getDefaultValue()ProjectSearchItemWrapper.getDefaultValue()PropertySearchItemWrapper.getDefaultValue()ReferenceSearchItemWrapper.getDefaultValue()RelationSearchItemWrapper.getDefaultValue()ScopeSearchItemWrapper.getDefaultValue()TenantSearchItemWrapper.getDefaultValue()TextSearchItemWrapper.getDefaultValue()AbstractSearchItemWrapper.getValue()DateSearchItemWrapper.getValue()Methods in com.evolveum.midpoint.gui.impl.component.search.wrapper that return types with arguments of type DisplayableValueModifier and TypeMethodDescriptionChoicesSearchItemWrapper.getAvailableValues()ObjectCollectionListSearchItemWrapper.getViewNameList()Methods in com.evolveum.midpoint.gui.impl.component.search.wrapper with parameters of type DisplayableValueModifier and TypeMethodDescriptionvoidAbstractSearchItemWrapper.setValue(DisplayableValue<T> value) voidDateSearchItemWrapper.setValue(DisplayableValue<XMLGregorianCalendar> value) Constructor parameters in com.evolveum.midpoint.gui.impl.component.search.wrapper with type arguments of type DisplayableValueModifierConstructorDescriptionAvailableMarkSearchItemWrapper(List<DisplayableValue<String>> availableValues) CertItemOutcomeSearchItemWrapper(ItemPath path, List<DisplayableValue<AccessCertificationResponseType>> availableValues) ChoicesSearchItemWrapper(ItemPath path, List<DisplayableValue<T>> availableValues) DeadShadowSearchItemWrapper(List<DisplayableValue<Boolean>> availableValues) -
Uses of DisplayableValue in com.evolveum.midpoint.gui.impl.converter
Constructor parameters in com.evolveum.midpoint.gui.impl.converter with type arguments of type DisplayableValueModifierConstructorDescriptionQNameConverter(org.apache.wicket.model.IModel<? extends List<DisplayableValue<QName>>> values) QNameConverter(org.apache.wicket.model.IModel<? extends List<DisplayableValue<QName>>> values, boolean strict) -
Uses of DisplayableValue in com.evolveum.midpoint.gui.impl.factory.panel
Methods in com.evolveum.midpoint.gui.impl.factory.panel that return types with arguments of type DisplayableValueModifier and TypeMethodDescriptionCollection<? extends DisplayableValue<T>>PrismPropertyPanelContext.getAllowedValues()Collection<? extends DisplayableValue<T>>PrismPropertyPanelContext.getSuggestedValues() -
Uses of DisplayableValue in com.evolveum.midpoint.gui.impl.factory.panel.itempath
Methods in com.evolveum.midpoint.gui.impl.factory.panel.itempath that return DisplayableValueModifier and TypeMethodDescriptionprotected DisplayableValue<ItemPathType>AttributeMappingItemPathPanelFactory.createDisplayValue(ShadowAttributeDefinition attr) protected DisplayableValue<ItemPathType>AttributeMappingItemPathPanelFactory.createDisplayValue(QName attr) Methods in com.evolveum.midpoint.gui.impl.factory.panel.itempath that return types with arguments of type DisplayableValueModifier and TypeMethodDescriptionprotected List<DisplayableValue<ItemPathType>>AssociationAttributeMappingItemPathPanelFactory.getAttributes(ResourceSchema schema, PrismValueWrapper<ItemPathType> propertyWrapper) protected List<DisplayableValue<ItemPathType>>AssociationReferenceMappingItemPathPanelFactory.getAttributes(ResourceSchema schema, PrismValueWrapper<ItemPathType> propertyWrapper) protected List<DisplayableValue<ItemPathType>>AttributeMappingItemPathPanelFactory.getAttributes(ResourceSchema schema, PrismValueWrapper<ItemPathType> propertyWrapper) -
Uses of DisplayableValue in com.evolveum.midpoint.gui.impl.factory.panel.qname
Methods in com.evolveum.midpoint.gui.impl.factory.panel.qname that return DisplayableValueModifier and TypeMethodDescriptionprotected DisplayableValue<QName>SchemaItemTypePanelFactory.createDisplayValue(String labelForType, QName type) Methods in com.evolveum.midpoint.gui.impl.factory.panel.qname that return types with arguments of type DisplayableValueModifier and TypeMethodDescriptionprotected abstract List<DisplayableValue<QName>>AbstractQNameWithChoicesPanelFactory.createValues(PrismPropertyPanelContext<QName> panelCtx) protected List<DisplayableValue<QName>>QNameAttributePanelFactory.createValues(PrismPropertyPanelContext<QName> panelCtx) protected List<DisplayableValue<QName>>SchemaEnumBaseTypePanelFactory.createValues(PrismPropertyPanelContext<QName> panelCtx) protected List<DisplayableValue<QName>>SchemaItemTypePanelFactory.createValues(PrismPropertyPanelContext<QName> panelCtx) -
Uses of DisplayableValue in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return types with arguments of type DisplayableValueModifier and TypeMethodDescriptionCollection<? extends DisplayableValue<T>>PrismPropertyWrapperImpl.getAllowedValues()Collection<? extends DisplayableValue<T>>PrismPropertyWrapperImpl.getSuggestedValues() -
Uses of DisplayableValue in com.evolveum.midpoint.model.api
Classes in com.evolveum.midpoint.model.api that implement DisplayableValueModifier and TypeClassDescriptionenumRepresents a model-level action (method) that can be authorized.Methods in com.evolveum.midpoint.model.api that return types with arguments of type DisplayableValueModifier and TypeMethodDescriptionCollection<? extends DisplayableValue<String>>ModelInteractionService.getActionUrls()Returns a collection of all authorization actions known to the system. -
Uses of DisplayableValue in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return types with arguments of type DisplayableValueModifier and TypeMethodDescription@Nullable Collection<? extends DisplayableValue<T>>PrismItemValuesDefinition.Data.getAllowedValues()default @Nullable Collection<? extends DisplayableValue<T>>PrismItemValuesDefinition.Delegable.getAllowedValues()@Nullable Collection<? extends DisplayableValue<T>>PrismItemValuesDefinition.getAllowedValues()Returns allowed values for this property.@Nullable Collection<? extends DisplayableValue<T>>PrismItemValuesDefinition.Data.getSuggestedValues()default @Nullable Collection<? extends DisplayableValue<T>>PrismItemValuesDefinition.Delegable.getSuggestedValues()@Nullable Collection<? extends DisplayableValue<T>>PrismItemValuesDefinition.getSuggestedValues()Returns suggested values for this property.Method parameters in com.evolveum.midpoint.prism with type arguments of type DisplayableValueModifier and TypeMethodDescriptiondefault <T> PrismPropertyDefinition<T>DefinitionFactory.newPropertyDefinition(QName name, QName typeName, Collection<? extends DisplayableValue<T>> allowedValues, T defaultValue) voidPrismItemValuesDefinition.Data.setAllowedValues(@Nullable Collection<? extends DisplayableValue<T>> allowedValues) default voidPrismItemValuesDefinition.Mutator.Delegable.setAllowedValues(Collection<? extends DisplayableValue<T>> values) voidPrismItemValuesDefinition.Mutator.setAllowedValues(Collection<? extends DisplayableValue<T>> values) voidPrismPropertyDefinition.PrismPropertyLikeDefinitionBuilder.setAllowedValues(Collection<? extends DisplayableValue<T>> displayableValues) voidPrismItemValuesDefinition.Data.setSuggestedValues(@Nullable Collection<? extends DisplayableValue<T>> suggestedValues) default voidPrismItemValuesDefinition.Mutator.Delegable.setSuggestedValues(Collection<? extends DisplayableValue<T>> values) voidPrismItemValuesDefinition.Mutator.setSuggestedValues(Collection<? extends DisplayableValue<T>> values) -
Uses of DisplayableValue in com.evolveum.midpoint.prism.deleg
Methods in com.evolveum.midpoint.prism.deleg that return types with arguments of type DisplayableValueModifier and TypeMethodDescriptiondefault @Nullable Collection<? extends DisplayableValue<T>>PropertyDefinitionDelegator.getAllowedValues()default @Nullable Collection<? extends DisplayableValue<T>>PropertyDefinitionDelegator.getSuggestedValues() -
Uses of DisplayableValue in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type DisplayableValueModifier and TypeMethodDescription@Nullable Collection<? extends DisplayableValue<T>>NormalizationAwareResourceAttributeDefinition.getAllowedValues()@Nullable Collection<? extends DisplayableValue<T>>ShadowSimpleAttributeDefinitionImpl.getAllowedValues()@Nullable Collection<? extends DisplayableValue<T>>NormalizationAwareResourceAttributeDefinition.getSuggestedValues()@Nullable Collection<? extends DisplayableValue<T>>ShadowSimpleAttributeDefinitionImpl.getSuggestedValues()Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type DisplayableValueModifier and TypeMethodDescriptionvoidNativeShadowAttributeDefinitionImpl.setAllowedValues(Collection<? extends DisplayableValue<T>> displayableValues) Not sure why the default method is not inherited here - fromPrismItemValuesDefinition.Mutator.Delegable.setAllowedValues(Collection). -
Uses of DisplayableValue in com.evolveum.midpoint.util
Method parameters in com.evolveum.midpoint.util with type arguments of type DisplayableValueModifier and TypeMethodDescriptionstatic <T> Collection<T>MiscUtil.getValuesFromDisplayableValues(Collection<? extends DisplayableValue<T>> disps) -
Uses of DisplayableValue in com.evolveum.midpoint.web.component.input
Constructor parameters in com.evolveum.midpoint.web.component.input with type arguments of type DisplayableValue -
Uses of DisplayableValue in com.evolveum.midpoint.web.component.search
Methods in com.evolveum.midpoint.web.component.search that return DisplayableValueModifier and TypeMethodDescriptionDisplayableRenderer.convertToObject(String value, Locale locale) DisplayableRenderer.getObject(String id, org.apache.wicket.model.IModel<? extends List<? extends DisplayableValue<T>>> choices) Methods in com.evolveum.midpoint.web.component.search that return types with arguments of type DisplayableValueModifier and TypeMethodDescriptionprotected Class<DisplayableValue<T>>DisplayableRenderer.getTargetType()Methods in com.evolveum.midpoint.web.component.search with parameters of type DisplayableValueModifier and TypeMethodDescriptionDisplayableRenderer.getDisplayValue(DisplayableValue<T> object) DisplayableRenderer.getIdValue(DisplayableValue<T> object, int index) Method parameters in com.evolveum.midpoint.web.component.search with type arguments of type DisplayableValueModifier and TypeMethodDescriptionDisplayableRenderer.getObject(String id, org.apache.wicket.model.IModel<? extends List<? extends DisplayableValue<T>>> choices) Constructor parameters in com.evolveum.midpoint.web.component.search with type arguments of type DisplayableValueModifierConstructorDescriptionDisplayableRenderer(org.apache.wicket.model.IModel<List<DisplayableValue<T>>> allChoices) -
Uses of DisplayableValue in com.evolveum.midpoint.web.page.admin.shadows
Methods in com.evolveum.midpoint.web.page.admin.shadows that return types with arguments of type DisplayableValueModifier and TypeMethodDescriptionorg.apache.wicket.model.IModel<DisplayableValue<TaskExecutionMode>>ChooseTaskExecutionModePopup.createModel()