Class GuiObjectListPanelConfigurationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    GuiObjectListViewType

    public class GuiObjectListPanelConfigurationType
    extends UserInterfaceFeatureType
    implements Serializable, Cloneable, Containerable
    Specifies the configuration of a generic table listing various things (usually objects). <p>Java class for GuiObjectListPanelConfigurationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="GuiObjectListPanelConfigurationType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceFeatureType"&gt; &lt;sequence&gt; &lt;element name="searchBoxConfiguration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SearchBoxConfigurationType" minOccurs="0"/&gt; &lt;element name="distinct" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DistinctSearchOptionType" minOccurs="0"/&gt; &lt;element name="column" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectColumnType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="disableSorting" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="disableCounting" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="refreshInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form