Class GuiObjectListPanelConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GuiObjectListPanelConfigurationType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
GuiObjectListViewType
public class GuiObjectListPanelConfigurationType extends UserInterfaceFeatureType implements Serializable, Cloneable, Containerable
Specifies the configuration of a generic table listing various things (usually objects).Java class for GuiObjectListPanelConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuiObjectListPanelConfigurationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceFeatureType"> <sequence> <element name="searchBoxConfiguration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SearchBoxConfigurationType" minOccurs="0"/> <element name="distinct" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DistinctSearchOptionType" minOccurs="0"/> <element name="column" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectColumnType" maxOccurs="unbounded" minOccurs="0"/> <element name="includeDefaultColumns" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="disableSorting" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="disableCounting" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="refreshInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="paging" type="{http://prism.evolveum.com/xml/ns/public/query-3}PagingType" 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_COLUMN
static ItemName
F_DISABLE_COUNTING
static ItemName
F_DISABLE_SORTING
static ItemName
F_DISTINCT
static ItemName
F_INCLUDE_DEFAULT_COLUMNS
static ItemName
F_PAGING
static ItemName
F_REFRESH_INTERVAL
static ItemName
F_SEARCH_BOX_CONFIGURATION
-
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 GuiObjectListPanelConfigurationType()
GuiObjectListPanelConfigurationType(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_SEARCH_BOX_CONFIGURATION
public static final ItemName F_SEARCH_BOX_CONFIGURATION
-
F_DISTINCT
public static final ItemName F_DISTINCT
-
F_COLUMN
public static final ItemName F_COLUMN
-
F_INCLUDE_DEFAULT_COLUMNS
public static final ItemName F_INCLUDE_DEFAULT_COLUMNS
-
F_DISABLE_SORTING
public static final ItemName F_DISABLE_SORTING
-
F_DISABLE_COUNTING
public static final ItemName F_DISABLE_COUNTING
-
F_REFRESH_INTERVAL
public static final ItemName F_REFRESH_INTERVAL
-
F_PAGING
public static final ItemName F_PAGING
-
-
Constructor Detail
-
GuiObjectListPanelConfigurationType
public GuiObjectListPanelConfigurationType()
-
GuiObjectListPanelConfigurationType
public GuiObjectListPanelConfigurationType(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
-
getSearchBoxConfiguration
public SearchBoxConfigurationType getSearchBoxConfiguration()
-
setSearchBoxConfiguration
public void setSearchBoxConfiguration(SearchBoxConfigurationType value)
-
getDistinct
public DistinctSearchOptionType getDistinct()
-
setDistinct
public void setDistinct(DistinctSearchOptionType value)
-
getColumn
public List<GuiObjectColumnType> getColumn()
-
createColumnList
public List<GuiObjectColumnType> createColumnList()
-
isIncludeDefaultColumns
public Boolean isIncludeDefaultColumns()
-
setIncludeDefaultColumns
public void setIncludeDefaultColumns(Boolean value)
-
isDisableSorting
public Boolean isDisableSorting()
-
setDisableSorting
public void setDisableSorting(Boolean value)
-
isDisableCounting
public Boolean isDisableCounting()
-
setDisableCounting
public void setDisableCounting(Boolean value)
-
getRefreshInterval
public Integer getRefreshInterval()
-
setRefreshInterval
public void setRefreshInterval(Integer value)
-
getPaging
public PagingType getPaging()
-
setPaging
public void setPaging(PagingType value)
-
searchBoxConfiguration
public GuiObjectListPanelConfigurationType searchBoxConfiguration(SearchBoxConfigurationType value)
-
beginSearchBoxConfiguration
public SearchBoxConfigurationType beginSearchBoxConfiguration()
-
distinct
public GuiObjectListPanelConfigurationType distinct(DistinctSearchOptionType value)
-
column
public GuiObjectListPanelConfigurationType column(GuiObjectColumnType value)
-
beginColumn
public GuiObjectColumnType beginColumn()
-
includeDefaultColumns
public GuiObjectListPanelConfigurationType includeDefaultColumns(Boolean value)
-
disableSorting
public GuiObjectListPanelConfigurationType disableSorting(Boolean value)
-
disableCounting
public GuiObjectListPanelConfigurationType disableCounting(Boolean value)
-
refreshInterval
public GuiObjectListPanelConfigurationType refreshInterval(Integer value)
-
paging
public GuiObjectListPanelConfigurationType paging(PagingType value)
-
beginPaging
public PagingType beginPaging()
-
identifier
public GuiObjectListPanelConfigurationType identifier(String value)
- Overrides:
identifier
in classUserInterfaceFeatureType
-
description
public GuiObjectListPanelConfigurationType description(String value)
- Overrides:
description
in classUserInterfaceFeatureType
-
documentation
public GuiObjectListPanelConfigurationType documentation(String value)
- Overrides:
documentation
in classUserInterfaceFeatureType
-
display
public GuiObjectListPanelConfigurationType display(DisplayType value)
- Overrides:
display
in classUserInterfaceFeatureType
-
beginDisplay
public DisplayType beginDisplay()
- Overrides:
beginDisplay
in classUserInterfaceFeatureType
-
visibility
public GuiObjectListPanelConfigurationType visibility(UserInterfaceElementVisibilityType value)
- Overrides:
visibility
in classUserInterfaceFeatureType
-
displayOrder
public GuiObjectListPanelConfigurationType displayOrder(Integer value)
- Overrides:
displayOrder
in classUserInterfaceFeatureType
-
applicableForOperation
public GuiObjectListPanelConfigurationType applicableForOperation(OperationTypeType value)
- Overrides:
applicableForOperation
in classUserInterfaceFeatureType
-
id
public GuiObjectListPanelConfigurationType id(Long value)
- Overrides:
id
in classUserInterfaceFeatureType
-
clone
public GuiObjectListPanelConfigurationType clone()
- Overrides:
clone
in classUserInterfaceFeatureType
-
-