Uses of Interface
com.evolveum.midpoint.util.DisplayableValue
-
-
Uses of DisplayableValue in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return types with arguments of type DisplayableValue Modifier and Type Method Description static List<DisplayableValue<?>>
WebComponentUtil. getAllowedValues(ExpressionType expression, ModelServiceLocator modelServiceLocator)
static List<DisplayableValue<?>>
WebComponentUtil. getAllowedValues(SearchFilterParameterType parameter, ModelServiceLocator modelServiceLocator)
Method parameters in com.evolveum.midpoint.gui.api.util with type arguments of type DisplayableValue Modifier and Type Method Description static <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, PageBase pageBase)
-
Uses of DisplayableValue in com.evolveum.midpoint.gui.impl.component.input
Constructor parameters in com.evolveum.midpoint.gui.impl.component.input with type arguments of type DisplayableValue Constructor Description AutoCompleteDisplayableValueConverter(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
Methods in com.evolveum.midpoint.gui.impl.component.search that return types with arguments of type DisplayableValue Modifier and Type Method Description protected org.apache.wicket.model.IModel<List<DisplayableValue<Boolean>>>
AbstractSearchItemPanel. createBooleanChoices()
protected org.apache.wicket.model.IModel<List<DisplayableValue<?>>>
AbstractSearchItemPanel. createEnumChoices(Class<? extends Enum> inputClass)
List<DisplayableValue<T>>
ChoicesSearchItemWrapper. getAvailableValues()
List<DisplayableValue<String>>
ObjectCollectionListSearchItemWrapper. getViewNameList()
Methods in com.evolveum.midpoint.gui.impl.component.search with parameters of type DisplayableValue Modifier and Type Method Description void
AbstractSearchItemWrapper. setValue(DisplayableValue<T> value)
Constructor parameters in com.evolveum.midpoint.gui.impl.component.search with type arguments of type DisplayableValue Constructor Description ChoicesSearchItemWrapper(ItemPath path, List<DisplayableValue<T>> availableValues)
DeadShadowSearchItemWrapper(List<DisplayableValue<T>> 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 DisplayableValue Modifier and Type Method Description Collection<? 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 DisplayableValue Modifier and Type Method Description Collection<? 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 DisplayableValue Modifier and Type Class Description class
ModelAuthorizationAction
Methods in com.evolveum.midpoint.model.api that return types with arguments of type DisplayableValue Modifier and Type Method Description Collection<? 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 DisplayableValue Modifier and Type Method Description @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 DisplayableValue Modifier and Type Method Description <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 DisplayableValue Modifier and Type Method Description default @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 DisplayableValue Modifier and Type Method Description Collection<? extends DisplayableValue<T>>
ResourceAttributeDefinitionImpl. getAllowedValues()
Collection<? extends DisplayableValue<T>>
ResourceAttributeDefinitionImpl. getSuggestedValues()
Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type DisplayableValue Modifier and Type Method Description <T> MutablePrismPropertyDefinition<T>
MidPointSchemaDefinitionFactory. 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 DisplayableValue Modifier and Type Method Description static <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 Constructor Description DisplayableValueChoiceRenderer(List<DisplayableValue> choices)
-
Uses of DisplayableValue in com.evolveum.midpoint.web.component.search
Classes in com.evolveum.midpoint.web.component.search that implement DisplayableValue Modifier and Type Class Description class
SearchValue<T extends Serializable>
Methods in com.evolveum.midpoint.web.component.search that return DisplayableValue Modifier and Type Method Description DisplayableValue<T>
DisplayableRenderer. convertToObject(String value, Locale locale)
DisplayableValue
FilterSearchItem. getInput()
DisplayableValue<T>
DisplayableRenderer. getObject(String id, org.apache.wicket.model.IModel<? extends List<? extends DisplayableValue<T>>> choices)
DisplayableValue<Class<C>>
ContainerTypeSearchItem. getType()
DisplayableValue<QName>
ObjectClassSearchItem. getValue()
DisplayableValue<T>
PropertySearchItem. getValue()
Methods in com.evolveum.midpoint.web.component.search that return types with arguments of type DisplayableValue Modifier and Type Method Description protected org.apache.wicket.model.IModel<List<DisplayableValue<Boolean>>>
AbstractSearchItemPanel. createBooleanChoices()
protected org.apache.wicket.model.IModel<List<DisplayableValue<?>>>
AbstractSearchItemPanel. createEnumChoices(Class<? extends Enum> inputClass)
List<DisplayableValue<Class<C>>>
ContainerTypeSearchItem. getAllowedValues()
List<DisplayableValue<?>>
FilterSearchItem. getAllowedValues(PageBase pageBase)
List<DisplayableValue<QName>>
ObjectClassSearchItem. getAllowedValues(PageBase pageBase)
List<DisplayableValue<T>>
PropertySearchItem. getAllowedValues(PageBase pageBase)
protected Class<DisplayableValue<T>>
DisplayableRenderer. getTargetType()
List<DisplayableValue<T>>
SearchItemPopoverDto. getValues()
Methods in com.evolveum.midpoint.web.component.search with parameters of type DisplayableValue Modifier and Type Method Description Object
DisplayableRenderer. getDisplayValue(DisplayableValue<T> object)
String
DisplayableRenderer. getIdValue(DisplayableValue<T> object, int index)
void
FilterSearchItem. setInput(DisplayableValue<? extends Serializable> input)
void
ContainerTypeSearchItem. setType(@NotNull DisplayableValue<Class<C>> type)
void
PropertySearchItem. setValue(DisplayableValue<T> value)
Method parameters in com.evolveum.midpoint.web.component.search with type arguments of type DisplayableValue Modifier and Type Method Description DisplayableValue<T>
DisplayableRenderer. getObject(String id, org.apache.wicket.model.IModel<? extends List<? extends DisplayableValue<T>>> choices)
Constructors in com.evolveum.midpoint.web.component.search with parameters of type DisplayableValue Constructor Description ContainerTypeSearchItem(@NotNull DisplayableValue<Class<C>> type)
ContainerTypeSearchItem(@NotNull DisplayableValue<Class<C>> type, List<DisplayableValue<Class<C>>> allowedValues)
PropertySearchItem(Search search, @NotNull SearchItemDefinition definition, DisplayableValue<T> defaultValue)
Constructor parameters in com.evolveum.midpoint.web.component.search with type arguments of type DisplayableValue Constructor Description BrowserPopupPanel(String id, org.apache.wicket.model.IModel<DisplayableValue<T>> model)
ComboPopupPanel(String id, org.apache.wicket.model.IModel<DisplayableValue<T>> model, org.apache.wicket.model.IModel<List<DisplayableValue<T>>> choices)
ContainerTypeSearchItem(@NotNull DisplayableValue<Class<C>> type, List<DisplayableValue<Class<C>>> allowedValues)
DisplayableRenderer(org.apache.wicket.model.IModel<List<DisplayableValue<T>>> allChoices)
TextPopupPanel(String id, org.apache.wicket.model.IModel<DisplayableValue<T>> model, String lookupOid)
-