Class sap.gantt.config.ExpandChartModule: sap/gantt/config/ExpandChart
Defines the expand chart which is used by sap.gantt.config.ExpandChartGroup.
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
- icon : sap.ui.core.URI
- isExpand : boolean
- chartSchemeKeys : array (default: [])
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 |
chartSchemeKeys
. Array of key of sap.gantt.config.ChartScheme
Default value is []
.
{array} | Value of property chartSchemeKeys |
icon
. URL of the icon of the expand chart
{sap.ui.core.URI} | Value of property icon |
isExpand
. Specifies whether the action is to expand or to collapse a row in the chart.
{boolean} | Value of property isExpand |
chartSchemeKeys
. Array of key of sap.gantt.config.ChartScheme
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is []
.
{array} | sChartSchemeKeys | New value for property chartSchemeKeys |
{sap.gantt.config.ExpandChart} | Reference to this in order to allow method chaining |
icon
. URL of the icon of the expand chart
When called with a value of null
or undefined
, the default value of the property will be restored.
{sap.ui.core.URI} | sIcon | New value for property icon |
{sap.gantt.config.ExpandChart} | Reference to this in order to allow method chaining |
isExpand
. Specifies whether the action is to expand or to collapse a row in the chart.
When called with a value of null
or undefined
, the default value of the property will be restored.
{boolean} | bIsExpand | New value for property isExpand |
{sap.gantt.config.ExpandChart} | Reference to this in order to allow method chaining |