Class GuiObjectListPanelConfigurationType

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

    Java class for GuiObjectListPanelConfigurationType complex type.

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

     <complexType name="GuiObjectListPanelConfigurationType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceFeatureType">
           <sequence>
             <element name="searchBoxConfiguration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SearchBoxConfigurationType" minOccurs="0"/>
             <element name="distinct" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DistinctSearchOptionType" minOccurs="0"/>
             <element name="column" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectColumnType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="disableSorting" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form