Class DashboardWidgetVariationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class DashboardWidgetVariationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Conditional variation in the way how the widget is displayed. Variations may change colors or icons of the widget based on a condition.

    Java class for DashboardWidgetVariationType complex type.

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

     <complexType name="DashboardWidgetVariationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="condition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
             <element name="display" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DisplayType"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form