Class ConfigurableUserDashboardType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class ConfigurableUserDashboardType
    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. <p>Java class for ConfigurableUserDashboardType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ConfigurableUserDashboardType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceFeatureType"&gt; &lt;sequence&gt; &lt;element name="configurableDashboardRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form