Uses of Class
com.evolveum.midpoint.gui.impl.component.search.CollectionPanelType
-
-
Uses of CollectionPanelType in com.evolveum.midpoint.gui.impl.component.search
Methods in com.evolveum.midpoint.gui.impl.component.search that return CollectionPanelType Modifier and Type Method Description static CollectionPanelType
CollectionPanelType. getPanelType(String panelInstance)
CollectionPanelType
SearchContext. getPanelType()
static CollectionPanelType
CollectionPanelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CollectionPanelType[]
CollectionPanelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.gui.impl.component.search with parameters of type CollectionPanelType Modifier and Type Method Description static List<QName>
SearchBoxConfigurationBuilder. getSupportedObjectTypes(CollectionPanelType collectionPanelType)
void
SearchContext. setPanelType(CollectionPanelType collectionPanelType)
-
Uses of CollectionPanelType in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component that return CollectionPanelType Modifier and Type Method Description protected CollectionPanelType
AbstractRoleMemberPanel. getPanelType()
-
Uses of CollectionPanelType in com.evolveum.midpoint.gui.impl.page.admin.mark
Methods in com.evolveum.midpoint.gui.impl.page.admin.mark that return CollectionPanelType Modifier and Type Method Description protected CollectionPanelType
ShadowMarkPanel. getPanelType()
-