Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.DashboardWidgetSourceTypeType
-
Packages that use DashboardWidgetSourceTypeType Package Description com.evolveum.midpoint.model.api.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of DashboardWidgetSourceTypeType in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util that return DashboardWidgetSourceTypeType Modifier and Type Method Description static DashboardWidgetSourceTypeTypeDashboardUtils. getDisplaySourceType(DashboardWidgetType widget)static DashboardWidgetSourceTypeTypeDashboardUtils. getSourceType(DashboardWidgetType widget) -
Uses of DashboardWidgetSourceTypeType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return DashboardWidgetSourceTypeType Modifier and Type Method Description static DashboardWidgetSourceTypeTypeDashboardWidgetSourceTypeType. fromValue(String v)DashboardWidgetSourceTypeTypeDashboardWidgetDataType. getDisplaySourceType()DashboardWidgetSourceTypeTypeDashboardWidgetDataType. getSourceType()static DashboardWidgetSourceTypeTypeDashboardWidgetSourceTypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static DashboardWidgetSourceTypeType[]DashboardWidgetSourceTypeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type DashboardWidgetSourceTypeType Modifier and Type Method Description DashboardWidgetDataTypeDashboardWidgetDataType. displaySourceType(DashboardWidgetSourceTypeType value)voidDashboardWidgetDataType. setDisplaySourceType(DashboardWidgetSourceTypeType value)voidDashboardWidgetDataType. setSourceType(DashboardWidgetSourceTypeType value)DashboardWidgetDataTypeDashboardWidgetDataType. sourceType(DashboardWidgetSourceTypeType value)
-