Class sap.m.P13nColumnsItemModule: sap/m/P13nColumnsItem
Type for columnsItems
aggregation in P13nColumnsPanel control.
Since: 1.26.0.
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:
In addition, all settings applicable to the base type sap.ui.core.Item can be used as well.
{string} | sId? | id for 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.Item.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 |
columnKey
. This property contains the unique table column key
- Since:
- 1.26.0
{string} | Value of property columnKey |
index
. This property contains the index of a table column
- Since:
- 1.26.0
{int} | Value of property index |
total
. This property contains the total flag of a table column.
- Since:
- 1.26.0
{boolean} | Value of property total |
visible
. This property decides whether a P13nColumnsItem is visible
- Since:
- 1.26.0
{boolean} | Value of property visible |
width
. This property contains the with of a table column.
- Since:
- 1.26.0
{string} | Value of property width |
columnKey
. This property contains the unique table column key
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sColumnKey | New value for property columnKey |
- Since:
- 1.26.0
{sap.m.P13nColumnsItem} | Reference to this in order to allow method chaining |
index
. This property contains the index of a table column
When called with a value of null
or undefined
, the default value of the property will be restored.
{int} | iIndex | New value for property index |
- Since:
- 1.26.0
{sap.m.P13nColumnsItem} | Reference to this in order to allow method chaining |
total
. This property contains the total flag of a table column.
When called with a value of null
or undefined
, the default value of the property will be restored.
{boolean} | bTotal | New value for property total |
- Since:
- 1.26.0
{sap.m.P13nColumnsItem} | Reference to this in order to allow method chaining |
visible
. This property decides whether a P13nColumnsItem is visible
When called with a value of null
or undefined
, the default value of the property will be restored.
{boolean} | bVisible | New value for property visible |
- Since:
- 1.26.0
{sap.m.P13nColumnsItem} | Reference to this in order to allow method chaining |
width
. This property contains the with of a table column.
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sWidth | New value for property width |
- Since:
- 1.26.0
{sap.m.P13nColumnsItem} | Reference to this in order to allow method chaining |