Class GuiObjectListViewAdditionalPanelsType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class GuiObjectListViewAdditionalPanelsType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration of additional panels that can be present in some view types. E.g. configuration of "managers" and "members" panels in orgstruct views.

    Java class for GuiObjectListViewAdditionalPanelsType complex type.

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

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