Class DashboardLayoutType

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

    public class DashboardLayoutType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specifies layout of a dashboard, such as the user dashboard (home screen) or administration dashboard. It specifies which boxes should be visible, which should be hidden and so on. <p>Java class for DashboardLayoutType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="DashboardLayoutType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="widget" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DashboardWidgetType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form