Class GuiObjectDetailsPageType

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

    public class GuiObjectDetailsPageType
    extends AbstractObjectTypeConfigurationType
    implements Serializable, Cloneable, Containerable
    Specifies form that are used for displaying and editing of specific object type <p>Java class for GuiObjectDetailsPageType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="GuiObjectDetailsPageType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractObjectTypeConfigurationType"&gt; &lt;sequence&gt; &lt;element name="summaryPanel" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SummaryPanelSpecificationType" minOccurs="0"/&gt; &lt;element name="saveMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DetailsPageSaveMethodType" minOccurs="0"/&gt; &lt;element name="forms" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectFormType" minOccurs="0"/&gt; &lt;element name="container" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}VirtualContainersSpecificationType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form