Class GuiObjectColumnType

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

    public class GuiObjectColumnType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration of the object list column. This is supposed to be universal mergeable configuration. It may be specified in global configuration, roles but also in user's preferences. Therefore it may refer to the columns specified by the "higher" configuration and override some parts of that (e.g. hide/show columns, change ordering, etc.). When merging the configurations there is no way how to remove columns. New columns may be added, setting of the existing columns may be changed, but the columns may not be removed. If the columns should not be displayed then it may be hidden. <p>Java class for GuiObjectColumnType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="GuiObjectColumnType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/&gt; &lt;element name="path" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" minOccurs="0"/&gt; &lt;element name="display" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DisplayType" minOccurs="0"/&gt; &lt;element name="visibility" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceElementVisibilityType" minOccurs="0"/&gt; &lt;element name="previousColumn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="import" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DirectionElementsType" minOccurs="0"/&gt; &lt;element name="export" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DirectionElementsType" minOccurs="0"/&gt; &lt;element name="displayValue" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DisplayValueType" minOccurs="0"/&gt; &lt;element name="sortProperty" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form