- 
Required Element SummaryRequired Elements 
Defined display parameters for the panels, such as an icon, label, display oreder... 
 
 
- 
Optional Element SummaryOptional Elements 
Defined the type of the operation when the panel is visible. 
 
The type for which the panel is applicable for. 
 Class<? extends org.apache.wicket.markup.html.panel.Panel>
Defined where in the hierarchy of the details menu will be displayed link to the panel. 
   boolean
 
Defined if the panel should be default. 
   boolean
     
Panel instance identifier. 
   
 
- 
Element Details
- 
displayDefined display parameters for the panels, such as an icon, label, display oreder... 
 
- 
- 
identifierPanel instance identifier. It is used to merge configurations in different places. 
- Default:
- ""
 
- 
applicableForTypeThe type for which the panel is applicable for. 
- Default:
- com.evolveum.midpoint.prism.Containerable.class
 
- 
applicableForOperationDefined the type of the operation when the panel is visible. Default behavior is
 that the panel is visible for both - ADD new object and MODIFY object. 
- Default:
- {ADD, MODIFY}
 
- 
childOfClass<? extends org.apache.wicket.markup.html.panel.Panel> childOf Defined where in the hierarchy of the details menu will be displayed link to the panel.
 If nothing is defined (thus default Panel.class is used), the link will be displayed
 on top level of details menu. 
- Default:
- org.apache.wicket.markup.html.panel.Panel.class
 
- 
defaultPanelboolean defaultPanel Defined if the panel should be default. It means, when opening object details page,
 such panel will be displayed 
- Default:
- false
 
- 
- 
containerPath
- Default:
- ""
 
- 
hiddenContainers
- Default:
- {}
 
- 
- 
expandedboolean expanded 
- Default:
- false