Class sap.gantt.config.ColumnAttributeModule: sap/gantt/config/ColumnAttribute
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
- objectTypeKey : string
- attribute : string
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 name of the column
{string} | Value of property attribute |
objectTypeKey
. Key of sap.gantt.config.ObjectType
{string} | Value of property objectTypeKey |
attribute
. Attribute name of the column
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.ColumnAttribute} | Reference to this in order to allow method chaining |
objectTypeKey
. Key of sap.gantt.config.ObjectType
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sObjectTypeKey | New value for property objectTypeKey |
{sap.gantt.config.ColumnAttribute} | Reference to this in order to allow method chaining |