-
Required Element Summary
Required Elements
Defined display parameters for the panels, such as an icon, label, display oreder...
-
Optional Element Summary
Optional 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
-
display
Defined display parameters for the panels, such as an icon, label, display oreder...
-
-
identifier
Panel instance identifier. It is used to merge configurations in different places.
- Default:
- ""
-
applicableForType
The type for which the panel is applicable for.
- Default:
- com.evolveum.midpoint.prism.Containerable.class
-
applicableForOperation
Defined 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}
-
childOf
Class<? 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
-
defaultPanel
boolean 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:
- {}
-
-
expanded
boolean expanded
- Default:
- false