Class DashboardWidgetType

  • All Implemented Interfaces:
    Containerable, 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