Class sap.gantt.config.HierarchyColumnModule: sap/gantt/config/HierarchyColumn
Defines the column attribute which is used in the hierarchy column
Accepts an object literal mSettings
that defines initial property values, aggregated and associated objects as well as event handlers.
sClassName
and enriches it with the information contained in oClassInfo
. Accepts an object literal mSettings
that defines initial property values, aggregated and associated objects as well as event handlers. See sap.ui.base.ManagedObject for a general description of the syntax of the settings object.
The supported settings are:
- Properties
- key : string
- title : string
- contentType : string
- sortAttribute : string
- filterAttribute : string
- attribute : string
- attributes : array (default: [])
- width : sap.ui.core.CSSSize
In addition, all settings applicable to the base type sap.ui.core.Element can be used as well.
{string} | sId? | ID of the new control, generated automatically if no ID is given |
{object} | mSettings? | Initial settings for the new control |
sClassName
and enriches it with the information contained in oClassInfo
. oClassInfo
might contain the same kind of information as described in sap.ui.core.Element.extend.
{string} | sClassName | Name of the class being created |
{object} | oClassInfo? | Object literal with information about the class |
{function} | FNMetaImpl? | Constructor function for the metadata object; if not given, it defaults to sap.ui.core.ElementMetadata |
{function} | Created class / constructor function |
{sap.ui.base.Metadata} | Metadata object describing this class |
attribute
. Attribute
{string} | Value of property attribute |
attributes
. Attributes. Array of sap.gantt.config.ColumnAttribute
Default value is []
.
{array} | Value of property attributes |
contentType
. Content type of the column
{string} | Value of property contentType |
filterAttribute
. Specifies the attribute by which the tree table filter items in the column
{string} | Value of property filterAttribute |
key
. Unique key of the hierarchy column
{string} | Value of property key |
sortAttribute
. Specifies the attribute by which the tree table sorts items in the column
{string} | Value of property sortAttribute |
title
. Title is used as the title of the column header in the tree table
{string} | Value of property title |
width
. Column Width
{sap.ui.core.CSSSize} | Value of property width |
attribute
. Attribute
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sAttribute | New value for property attribute |
{sap.gantt.config.HierarchyColumn} | Reference to this in order to allow method chaining |
attributes
. Attributes. Array of sap.gantt.config.ColumnAttribute
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is []
.
{array} | sAttributes | New value for property attributes |
{sap.gantt.config.HierarchyColumn} | Reference to this in order to allow method chaining |
contentType
. Content type of the column
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sContentType | New value for property contentType |
{sap.gantt.config.HierarchyColumn} | Reference to this in order to allow method chaining |
filterAttribute
. Specifies the attribute by which the tree table filter items in the column
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sFilterAttribute | New value for property filterAttribute |
{sap.gantt.config.HierarchyColumn} | Reference to this in order to allow method chaining |
key
. Unique key of the hierarchy column
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sKey | New value for property key |
{sap.gantt.config.HierarchyColumn} | Reference to this in order to allow method chaining |
sortAttribute
. Specifies the attribute by which the tree table sorts items in the column
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sSortAttribute | New value for property sortAttribute |
{sap.gantt.config.HierarchyColumn} | Reference to this in order to allow method chaining |
title
. Title is used as the title of the column header in the tree table
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sTitle | New value for property title |
{sap.gantt.config.HierarchyColumn} | Reference to this in order to allow method chaining |
width
. Column Width
When called with a value of null
or undefined
, the default value of the property will be restored.
{sap.ui.core.CSSSize} | sWidth | New value for property width |
{sap.gantt.config.HierarchyColumn} | Reference to this in order to allow method chaining |