Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
-
Packages that use UserInterfaceFeatureType Package Description com.evolveum.midpoint.model.api.authentication com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of UserInterfaceFeatureType in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication with type parameters of type UserInterfaceFeatureType Modifier and Type Method Description static <T extends UserInterfaceFeatureType>
TCompiledGuiProfile. findFeature(List<T> features, String identifier)Methods in com.evolveum.midpoint.model.api.authentication that return UserInterfaceFeatureType Modifier and Type Method Description UserInterfaceFeatureTypeCompiledGuiProfile. findFeature(String identifier)Methods in com.evolveum.midpoint.model.api.authentication that return types with arguments of type UserInterfaceFeatureType Modifier and Type Method Description List<UserInterfaceFeatureType>CompiledGuiProfile. getFeatures() -
Uses of UserInterfaceFeatureType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with type parameters of type UserInterfaceFeatureType Modifier and Type Method Description static <F extends UserInterfaceFeatureType>
voidMiscSchemaUtil. sortFeaturesPanels(List<F> panels) -
Uses of UserInterfaceFeatureType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of UserInterfaceFeatureType in com.evolveum.midpoint.xml.ns._public.common.common_3 Modifier and Type Class Description classConfigurableUserDashboardTypeDefines properties of a specific dashboard widget.classContainerPanelConfigurationType<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Definition for the panel which will be used on details panel.classDashboardWidgetTypeDefines properties of a specific dashboard widget.classGuiObjectListPanelConfigurationTypeSpecifies the configuration of a generic table listing various things (usually objects).classGuiObjectListViewTypeSpecifies the page used to list specific object type or object collection.classGuiShadowListViewTypeList pages for shadows.classIndirectSearchItemConfigurationTypeConfiguration for indirect search item.classObjectTypeSearchItemConfigurationTypeConfiguration for default object type.classRelationSearchItemConfigurationTypeConfiguration for relation search item.classScopeSearchItemConfigurationTypeConfiguration for scope search item.classVirtualContainersSpecificationTypeUsed to specify "virtual" containers for displaying details page in GUI.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type UserInterfaceFeatureType Modifier and Type Method Description List<UserInterfaceFeatureType>AdminGuiConfigurationType. createFeatureList()List<UserInterfaceFeatureType>AdminGuiConfigurationType. getFeature()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type UserInterfaceFeatureType Modifier and Type Method Description AdminGuiConfigurationTypeAdminGuiConfigurationType. feature(UserInterfaceFeatureType value)SearchBoxConfigurationTypeSearchBoxConfigurationType. projectConfiguration(UserInterfaceFeatureType value)voidSearchBoxConfigurationType. setProjectConfiguration(UserInterfaceFeatureType value)voidSearchBoxConfigurationType. setTenantConfiguration(UserInterfaceFeatureType value)SearchBoxConfigurationTypeSearchBoxConfigurationType. tenantConfiguration(UserInterfaceFeatureType value)
-