Uses of Class
com.evolveum.midpoint.gui.api.PredefinedDashboardWidgetId
-
Packages that use PredefinedDashboardWidgetId Package Description com.evolveum.midpoint.gui.api GUI API package contains classes that are stable and intended for public (third-party) usage. -
-
Uses of PredefinedDashboardWidgetId in com.evolveum.midpoint.gui.api
Methods in com.evolveum.midpoint.gui.api that return PredefinedDashboardWidgetId Modifier and Type Method Description static PredefinedDashboardWidgetId
PredefinedDashboardWidgetId. valueOf(String name)
Returns the enum constant of this type with the specified name.static PredefinedDashboardWidgetId[]
PredefinedDashboardWidgetId. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-