Class GuiConfigUtil
java.lang.Object
com.evolveum.midpoint.gui.impl.util.GuiConfigUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable PolyStringTypefindItemSpecForPath(ContainerPanelConfigurationType config, ItemPath path) Finds an item specification inContainerPanelConfigurationTypethat matches the provided item path.
-
Constructor Details
-
GuiConfigUtil
public GuiConfigUtil()
-
-
Method Details
-
findItemSpecForPath
public static VirtualContainerItemSpecificationType findItemSpecForPath(ContainerPanelConfigurationType config, ItemPath path) Finds an item specification inContainerPanelConfigurationTypethat matches the provided item path. -
extractLabelFromItemSpec
@Nullable public static @Nullable PolyStringType extractLabelFromItemSpec(VirtualContainerItemSpecificationType item)
-