Class sap.m.P13nItemModule: sap/m/P13nItem
Base type for items
aggregation in P13nPanel 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:
- Properties
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 |
aggregationRole
. Defines aggregation role
- Since:
- 1.34.0
{string} | Value of property aggregationRole |
columnKey
. Can be used as input for subsequent actions.
- Since:
- 1.26.0
{string} | Value of property columnKey |
isDefault
. the column with isDefault==true will be used as the selected column item on the conditionPanel
Default value is false
.
- Since:
- 1.26.0
{boolean} | Value of property isDefault |
maxLength
. specifies the number of characters which can be entered in the value fields of the condition panel
- Since:
- 1.26.0
{string} | Value of property maxLength |
precision
. if type==numeric the precision will be used to format the entered value (maxIntegerDigits of the used Formatter)
- Since:
- 1.26.0
{string} | Value of property precision |
role
. Defines role. The role is reflected in the manner how the dimension will influence the chart layout.
- Since:
- 1.34.0
{string} | Value of property role |
scale
. if type==numeric the scale will be used to format the entered value (maxFractionDigits of the used Formatter)
- Since:
- 1.26.0
{string} | Value of property scale |
text
. The text to be displayed for the item.
Default value is .
- Since:
- 1.26.0
{string} | Value of property text |
type
. data type of the column (text, numeric or date is supported)
Default value is text
.
- Since:
- 1.26.0
{string} | Value of property type |
values
. the array of values for type bool. e.g. ["", "Off", "On"]. The first entry can be empty (used to blank the value field). Next value represent the false value, last entry the true value.
- Since:
- 1.34.0
{string[]} | Value of property values |
visible
. Defines visibility of column
- Since:
- 1.26.0
{boolean} | Value of property visible |
width
. Defines column width
- Since:
- 1.26.0
{string} | Value of property width |
aggregationRole
. Defines aggregation role
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sAggregationRole | New value for property aggregationRole |
- Since:
- 1.34.0
{sap.m.P13nItem} | Reference to this in order to allow method chaining |
columnKey
. Can be used as input for subsequent actions.
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.P13nItem} | Reference to this in order to allow method chaining |
isDefault
. the column with isDefault==true will be used as the selected column item on the conditionPanel
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is false
.
{boolean} | bIsDefault | New value for property isDefault |
- Since:
- 1.26.0
{sap.m.P13nItem} | Reference to this in order to allow method chaining |
maxLength
. specifies the number of characters which can be entered in the value fields of the condition panel
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sMaxLength | New value for property maxLength |
- Since:
- 1.26.0
{sap.m.P13nItem} | Reference to this in order to allow method chaining |
precision
. if type==numeric the precision will be used to format the entered value (maxIntegerDigits of the used Formatter)
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sPrecision | New value for property precision |
- Since:
- 1.26.0
{sap.m.P13nItem} | Reference to this in order to allow method chaining |
role
. Defines role. The role is reflected in the manner how the dimension will influence the chart layout.
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sRole | New value for property role |
- Since:
- 1.34.0
{sap.m.P13nItem} | Reference to this in order to allow method chaining |
scale
. if type==numeric the scale will be used to format the entered value (maxFractionDigits of the used Formatter)
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sScale | New value for property scale |
- Since:
- 1.26.0
{sap.m.P13nItem} | Reference to this in order to allow method chaining |
text
. The text to be displayed for the item.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is .
{string} | sText | New value for property text |
- Since:
- 1.26.0
{sap.m.P13nItem} | Reference to this in order to allow method chaining |
type
. data type of the column (text, numeric or date is supported)
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is text
.
{string} | sType | New value for property type |
- Since:
- 1.26.0
{sap.m.P13nItem} | Reference to this in order to allow method chaining |
values
. the array of values for type bool. e.g. ["", "Off", "On"]. The first entry can be empty (used to blank the value field). Next value represent the false value, last entry the true value.
When called with a value of null
or undefined
, the default value of the property will be restored.
{string[]} | sValues | New value for property values |
- Since:
- 1.34.0
{sap.m.P13nItem} | Reference to this in order to allow method chaining |
visible
. Defines visibility of column
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.P13nItem} | Reference to this in order to allow method chaining |
width
. Defines column width
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.P13nItem} | Reference to this in order to allow method chaining |