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> DropDownChoicePanel
WebComponentUtil.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 TypeMethodDescriptionvoid
SearchContext.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 TypeMethodDescriptionList<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 TypeMethodDescriptionvoid
AbstractSearchItemWrapper.setValue
(DisplayableValue<T> value) void
DateSearchItemWrapper.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) ChoicesSearchItemWrapper
(ItemPath path, List<DisplayableValue<T>> availableValues) DeadShadowSearchItemWrapper
(List<DisplayableValue<Boolean>> availableValues) -
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.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 TypeClassDescriptionenum
Represents 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>>
PrismPropertyDefinition.getAllowedValues()
Returns allowed values for this property.@Nullable Collection<? extends DisplayableValue<T>>
PrismPropertyDefinition.getSuggestedValues()
Returns suggested values for this property.Method parameters in com.evolveum.midpoint.prism with type arguments of type DisplayableValueModifier and TypeMethodDescription<T> PrismPropertyDefinition<T>
DefinitionFactory.createPropertyDefinition
(QName name, QName typeName, Collection<? extends DisplayableValue<T>> allowedValues, T defaultValue) void
MutablePrismPropertyDefinition.setAllowedValues
(Collection<? extends DisplayableValue<T>> allowedValues) void
MutablePrismPropertyDefinition.setSuggestedValues
(Collection<? extends DisplayableValue<T>> suggestedValues) -
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
Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type DisplayableValueModifier and TypeMethodDescriptionMidPointSchemaDefinitionFactory.createPropertyDefinition
(QName elementName, QName typeName, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation, com.sun.xml.xsom.XSParticle elementParticle, Collection<? extends DisplayableValue<T>> allowedValues, T defaultValue) -
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()