Class GuiObjectColumnType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GuiObjectColumnType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class GuiObjectColumnType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
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.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
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
static Producer<GuiObjectColumnType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description GuiObjectColumnType()
GuiObjectColumnType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
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, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
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
-
FACTORY
public static final Producer<GuiObjectColumnType> FACTORY
-
-
Constructor Detail
-
GuiObjectColumnType
public GuiObjectColumnType()
-
GuiObjectColumnType
@Deprecated public GuiObjectColumnType(PrismContext context)
Deprecated.
-
-
Method Detail
-
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)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public GuiObjectColumnType id(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)
-
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)
-
end
public <X> X end()
-
clone
public GuiObjectColumnType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-