Class sap.m.P13nGroupItemModule: sap/m/P13nGroupItem
Type for groupItems
aggregation in P13nGroupPanel control.
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
- operation : string
- columnKey : string
- showIfGrouped : boolean (default: false)
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
. key of the column
- Since:
- 1.28.0
{string} | Value of property columnKey |
operation
. sap.m.P13nConditionOperation
- Since:
- 1.28.0
{string} | Value of property operation |
showIfGrouped
. make the grouped column as normalcolumn visible
Default value is false
.
- Since:
- 1.28.0
{boolean} | Value of property showIfGrouped |
columnKey
. key of the column
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.28.0
{sap.m.P13nGroupItem} | Reference to this in order to allow method chaining |
operation
. sap.m.P13nConditionOperation
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sOperation | New value for property operation |
- Since:
- 1.28.0
{sap.m.P13nGroupItem} | Reference to this in order to allow method chaining |
showIfGrouped
. make the grouped column as normalcolumn visible
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is false
.
{boolean} | bShowIfGrouped | New value for property showIfGrouped |
- Since:
- 1.28.0
{sap.m.P13nGroupItem} | Reference to this in order to allow method chaining |