Class GuiObjectDetailsPageType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class GuiObjectDetailsPageType
    extends AbstractObjectTypeConfigurationType
    implements Serializable, Cloneable, Containerable
    Specifies form that are used for displaying and editing of specific object type

    Java class for GuiObjectDetailsPageType complex type.

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

     <complexType name="GuiObjectDetailsPageType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractObjectTypeConfigurationType">
           <sequence>
             <element name="summaryPanel" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SummaryPanelSpecificationType" minOccurs="0"/>
             <element name="saveMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DetailsPageSaveMethodType" minOccurs="0"/>
             <element name="forms" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectFormType" minOccurs="0"/>
             <element name="container" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}VirtualContainersSpecificationType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form