Class GuiObjectColumnType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GuiObjectColumnType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class GuiObjectColumnType extends Object implements Serializable, Cloneable, Containerable
Configuration of the object list column. This is supposed to be universal mergeable configuration. It may be specified in global configuration, roles but also in user's preferences. Therefore it may refer to the columns specified by the "higher" configuration and override some parts of that (e.g. hide/show columns, change ordering, etc.). When merging the configurations there is no way how to remove columns. New columns may be added, setting of the existing columns may be changed, but the columns may not be removed. If the columns should not be displayed then it may be hidden.Java class for GuiObjectColumnType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuiObjectColumnType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/> <element name="path" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" minOccurs="0"/> <element name="display" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DisplayType" minOccurs="0"/> <element name="visibility" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceElementVisibilityType" minOccurs="0"/> <element name="previousColumn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="import" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DirectionElementsType" minOccurs="0"/> <element name="export" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DirectionElementsType" minOccurs="0"/> <element name="displayValue" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DisplayValueType" minOccurs="0"/> <element name="sortProperty" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_DESCRIPTION
static ItemName
F_DISPLAY
static ItemName
F_DISPLAY_VALUE
static ItemName
F_DOCUMENTATION
static ItemName
F_EXPORT
static ItemName
F_IMPORT
static ItemName
F_NAME
static ItemName
F_PATH
static ItemName
F_PREVIOUS_COLUMN
static ItemName
F_SORT_PROPERTY
static ItemName
F_VISIBILITY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description GuiObjectColumnType()
GuiObjectColumnType(PrismContext prismContext)
-
Method Summary
-
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_NAME
public static final ItemName F_NAME
-
F_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DOCUMENTATION
public static final ItemName F_DOCUMENTATION
-
F_PATH
public static final ItemName F_PATH
-
F_DISPLAY
public static final ItemName F_DISPLAY
-
F_VISIBILITY
public static final ItemName F_VISIBILITY
-
F_PREVIOUS_COLUMN
public static final ItemName F_PREVIOUS_COLUMN
-
F_IMPORT
public static final ItemName F_IMPORT
-
F_EXPORT
public static final ItemName F_EXPORT
-
F_DISPLAY_VALUE
public static final ItemName F_DISPLAY_VALUE
-
F_SORT_PROPERTY
public static final ItemName F_SORT_PROPERTY
-
-
Constructor Detail
-
GuiObjectColumnType
public GuiObjectColumnType()
-
GuiObjectColumnType
public GuiObjectColumnType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
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
-
end
public <X> X end()
-
getName
public String getName()
-
setName
public void setName(String value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
getPath
public ItemPathType getPath()
-
setPath
public void setPath(ItemPathType value)
-
getDisplay
public DisplayType getDisplay()
-
setDisplay
public void setDisplay(DisplayType value)
-
getVisibility
public UserInterfaceElementVisibilityType getVisibility()
-
setVisibility
public void setVisibility(UserInterfaceElementVisibilityType value)
-
getPreviousColumn
public String getPreviousColumn()
-
setPreviousColumn
public void setPreviousColumn(String value)
-
getImport
public DirectionElementsType getImport()
-
setImport
public void setImport(DirectionElementsType value)
-
getExport
public DirectionElementsType getExport()
-
setExport
public void setExport(DirectionElementsType value)
-
getDisplayValue
public DisplayValueType getDisplayValue()
-
setDisplayValue
public void setDisplayValue(DisplayValueType value)
-
getSortProperty
public String getSortProperty()
-
setSortProperty
public void setSortProperty(String value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
name
public GuiObjectColumnType name(String value)
-
description
public GuiObjectColumnType description(String value)
-
documentation
public GuiObjectColumnType documentation(String value)
-
path
public GuiObjectColumnType path(ItemPathType value)
-
beginPath
public ItemPathType beginPath()
-
display
public GuiObjectColumnType display(DisplayType value)
-
beginDisplay
public DisplayType beginDisplay()
-
visibility
public GuiObjectColumnType visibility(UserInterfaceElementVisibilityType value)
-
previousColumn
public GuiObjectColumnType previousColumn(String value)
-
_import
public GuiObjectColumnType _import(DirectionElementsType value)
-
beginImport
public DirectionElementsType beginImport()
-
export
public GuiObjectColumnType export(DirectionElementsType value)
-
beginExport
public DirectionElementsType beginExport()
-
displayValue
public GuiObjectColumnType displayValue(DisplayValueType value)
-
sortProperty
public GuiObjectColumnType sortProperty(String value)
-
id
public GuiObjectColumnType id(Long value)
-
clone
public GuiObjectColumnType clone()
-
-