Class GuiFlexibleLabelType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class GuiFlexibleLabelType
    extends Object
    implements Serializable, Cloneable, Containerable
    Flexible configurable label. Used to specify behavior of summary panel fields, list table columns and so on.

    Java class for GuiFlexibleLabelType complex type.

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

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