Class DashboardLayoutType

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

    Java class for DashboardLayoutType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DashboardLayoutType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="widget" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DashboardWidgetType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form