Class DashboardWidgetType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.DashboardWidgetType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class DashboardWidgetType extends UserInterfaceFeatureType implements Serializable, Cloneable, Containerable
Defines properties of a specific dashboard widget. The identifier property defines the identity of the widget and currently also the placement on the dashboard. The widget specifications that come from different roles will be merged if they have the same identifier.Java class for DashboardWidgetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DashboardWidgetType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceFeatureType"> <sequence> <element name="data" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DashboardWidgetDataType" minOccurs="0"/> <element name="presentation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DashboardWidgetPresentationType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_DATAstatic ItemNameF_PRESENTATION-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
F_APPLICABLE_FOR_OPERATION, F_DESCRIPTION, F_DISPLAY, F_DISPLAY_ORDER, F_DOCUMENTATION, F_IDENTIFIER, F_VISIBILITY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description DashboardWidgetType()DashboardWidgetType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
getApplicableForOperation, getDescription, getDisplay, getDisplayOrder, getDocumentation, getId, getIdentifier, getVisibility, setApplicableForOperation, setDescription, setDisplay, setDisplayOrder, setDocumentation, setId, setIdentifier, setVisibility
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
DashboardWidgetType
public DashboardWidgetType()
-
DashboardWidgetType
public DashboardWidgetType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classUserInterfaceFeatureType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classUserInterfaceFeatureType
-
toString
public String toString()
- Overrides:
toStringin classUserInterfaceFeatureType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classUserInterfaceFeatureType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classUserInterfaceFeatureType
-
end
public <X> X end()
- Overrides:
endin classUserInterfaceFeatureType
-
getData
public DashboardWidgetDataType getData()
-
setData
public void setData(DashboardWidgetDataType value)
-
getPresentation
public DashboardWidgetPresentationType getPresentation()
-
setPresentation
public void setPresentation(DashboardWidgetPresentationType value)
-
data
public DashboardWidgetType data(DashboardWidgetDataType value)
-
beginData
public DashboardWidgetDataType beginData()
-
presentation
public DashboardWidgetType presentation(DashboardWidgetPresentationType value)
-
beginPresentation
public DashboardWidgetPresentationType beginPresentation()
-
identifier
public DashboardWidgetType identifier(String value)
- Overrides:
identifierin classUserInterfaceFeatureType
-
description
public DashboardWidgetType description(String value)
- Overrides:
descriptionin classUserInterfaceFeatureType
-
documentation
public DashboardWidgetType documentation(String value)
- Overrides:
documentationin classUserInterfaceFeatureType
-
display
public DashboardWidgetType display(DisplayType value)
- Overrides:
displayin classUserInterfaceFeatureType
-
beginDisplay
public DisplayType beginDisplay()
- Overrides:
beginDisplayin classUserInterfaceFeatureType
-
visibility
public DashboardWidgetType visibility(UserInterfaceElementVisibilityType value)
- Overrides:
visibilityin classUserInterfaceFeatureType
-
displayOrder
public DashboardWidgetType displayOrder(Integer value)
- Overrides:
displayOrderin classUserInterfaceFeatureType
-
applicableForOperation
public DashboardWidgetType applicableForOperation(OperationTypeType value)
- Overrides:
applicableForOperationin classUserInterfaceFeatureType
-
id
public DashboardWidgetType id(Long value)
- Overrides:
idin classUserInterfaceFeatureType
-
clone
public DashboardWidgetType clone()
- Overrides:
clonein classUserInterfaceFeatureType
-
-