Class ContainerPanelConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ContainerPanelConfigurationType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class ContainerPanelConfigurationType extends UserInterfaceFeatureType implements Serializable, Cloneable, Containerable
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Definition for the panel which will be used on details panel. According to this configuration also link in the detail menu is generated. </p>
Java class for ContainerPanelConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContainerPanelConfigurationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceFeatureType"> <sequence> <element name="container" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}VirtualContainersSpecificationType" maxOccurs="unbounded" minOccurs="0"/> <element name="panelType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="listView" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectListViewType" minOccurs="0"/> <element name="path" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="panel" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ContainerPanelConfigurationType" maxOccurs="unbounded" minOccurs="0"/> <element name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_CONTAINER
static ItemName
F_DEFAULT
static ItemName
F_LIST_VIEW
static ItemName
F_PANEL
static ItemName
F_PANEL_TYPE
static ItemName
F_PATH
static ItemName
F_TYPE
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
F_APPLICABLE_FOR_OPERATION, F_DESCRIPTION, F_DISPLAY, F_DISPLAY_ORDER, F_DOCUMENTATION, F_IDENTIFIER, F_VISIBILITY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ContainerPanelConfigurationType()
ContainerPanelConfigurationType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
getApplicableForOperation, getDescription, getDisplay, getDisplayOrder, getDocumentation, getId, getIdentifier, getVisibility, setApplicableForOperation, setDescription, setDisplay, setDisplayOrder, setDocumentation, setId, setIdentifier, setVisibility
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_CONTAINER
public static final ItemName F_CONTAINER
-
F_PANEL_TYPE
public static final ItemName F_PANEL_TYPE
-
F_LIST_VIEW
public static final ItemName F_LIST_VIEW
-
F_PATH
public static final ItemName F_PATH
-
F_TYPE
public static final ItemName F_TYPE
-
F_PANEL
public static final ItemName F_PANEL
-
F_DEFAULT
public static final ItemName F_DEFAULT
-
-
Constructor Detail
-
ContainerPanelConfigurationType
public ContainerPanelConfigurationType()
-
ContainerPanelConfigurationType
public ContainerPanelConfigurationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classUserInterfaceFeatureType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classUserInterfaceFeatureType
-
toString
public String toString()
- Overrides:
toString
in classUserInterfaceFeatureType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classUserInterfaceFeatureType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classUserInterfaceFeatureType
-
end
public <X> X end()
- Overrides:
end
in classUserInterfaceFeatureType
-
getContainer
public List<VirtualContainersSpecificationType> getContainer()
-
createContainerList
public List<VirtualContainersSpecificationType> createContainerList()
-
getPanelType
public String getPanelType()
-
setPanelType
public void setPanelType(String value)
-
getListView
public GuiObjectListViewType getListView()
-
setListView
public void setListView(GuiObjectListViewType value)
-
getPath
public ItemPathType getPath()
-
setPath
public void setPath(ItemPathType value)
-
getType
public QName getType()
-
setType
public void setType(QName value)
-
getPanel
public List<ContainerPanelConfigurationType> getPanel()
-
createPanelList
public List<ContainerPanelConfigurationType> createPanelList()
-
isDefault
public Boolean isDefault()
-
setDefault
public void setDefault(Boolean value)
-
container
public ContainerPanelConfigurationType container(VirtualContainersSpecificationType value)
-
beginContainer
public VirtualContainersSpecificationType beginContainer()
-
panelType
public ContainerPanelConfigurationType panelType(String value)
-
listView
public ContainerPanelConfigurationType listView(GuiObjectListViewType value)
-
beginListView
public GuiObjectListViewType beginListView()
-
path
public ContainerPanelConfigurationType path(ItemPathType value)
-
beginPath
public ItemPathType beginPath()
-
type
public ContainerPanelConfigurationType type(QName value)
-
panel
public ContainerPanelConfigurationType panel(ContainerPanelConfigurationType value)
-
beginPanel
public ContainerPanelConfigurationType beginPanel()
-
_default
public ContainerPanelConfigurationType _default(Boolean value)
-
identifier
public ContainerPanelConfigurationType identifier(String value)
- Overrides:
identifier
in classUserInterfaceFeatureType
-
description
public ContainerPanelConfigurationType description(String value)
- Overrides:
description
in classUserInterfaceFeatureType
-
documentation
public ContainerPanelConfigurationType documentation(String value)
- Overrides:
documentation
in classUserInterfaceFeatureType
-
display
public ContainerPanelConfigurationType display(DisplayType value)
- Overrides:
display
in classUserInterfaceFeatureType
-
beginDisplay
public DisplayType beginDisplay()
- Overrides:
beginDisplay
in classUserInterfaceFeatureType
-
visibility
public ContainerPanelConfigurationType visibility(UserInterfaceElementVisibilityType value)
- Overrides:
visibility
in classUserInterfaceFeatureType
-
displayOrder
public ContainerPanelConfigurationType displayOrder(Integer value)
- Overrides:
displayOrder
in classUserInterfaceFeatureType
-
applicableForOperation
public ContainerPanelConfigurationType applicableForOperation(OperationTypeType value)
- Overrides:
applicableForOperation
in classUserInterfaceFeatureType
-
id
public ContainerPanelConfigurationType id(Long value)
- Overrides:
id
in classUserInterfaceFeatureType
-
clone
public ContainerPanelConfigurationType clone()
- Overrides:
clone
in classUserInterfaceFeatureType
-
-