Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.WidgetType
-
Packages that use WidgetType Package Description com.evolveum.midpoint.gui.impl.page.admin.simulation.widget com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of WidgetType in com.evolveum.midpoint.gui.impl.page.admin.simulation.widget
Classes in com.evolveum.midpoint.gui.impl.page.admin.simulation.widget with type parameters of type WidgetType Modifier and Type Class Description class
WidgetPanel<T extends WidgetType>
Created by Viliam Repan (lazyman). -
Uses of WidgetType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of WidgetType in com.evolveum.midpoint.xml.ns._public.common.common_3 Modifier and Type Class Description class
DashboardWidgetType
Defines properties of a specific dashboard widget.Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type WidgetType Modifier and Type Field Description static Producer<WidgetType>
WidgetType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return WidgetType Modifier and Type Method Description WidgetType
WidgetType. applicableForOperation(OperationTypeType value)
WidgetType
WidgetType. clone()
WidgetType
ObjectFactory. createWidgetType()
WidgetType
WidgetType. description(String value)
WidgetType
WidgetType. display(DisplayType value)
WidgetType
WidgetType. displayOrder(Integer value)
WidgetType
WidgetType. documentation(String value)
WidgetType
WidgetType. id(Long value)
WidgetType
WidgetType. identifier(String value)
WidgetType
WidgetType. visibility(UserInterfaceElementVisibilityType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type WidgetType Modifier and Type Method Description javax.xml.bind.JAXBElement<WidgetType>
ObjectFactory. createWidget(WidgetType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type WidgetType Modifier and Type Method Description javax.xml.bind.JAXBElement<WidgetType>
ObjectFactory. createWidget(WidgetType value)
-