Class sap.m.P13nFilterItemModule: sap/m/P13nFilterItem
Type for filterItems
aggregation in P13nFilterPanel 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
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.26.0
{string} | Value of property columnKey |
exclude
. defines if the filter is an include or exclude filter item
Default value is false
.
- Since:
- 1.26.0
{boolean} | Value of property exclude |
operation
. sap.m.P13nConditionOperation
- Since:
- 1.26.0
{string} | Value of property operation |
value1
. value of the filter
- Since:
- 1.26.0
{string} | Value of property value1 |
value2
. to value of the between filter
- Since:
- 1.26.0
{string} | Value of property value2 |
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.26.0
{sap.m.P13nFilterItem} | Reference to this in order to allow method chaining |
exclude
. defines if the filter is an include or exclude filter item
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is false
.
{boolean} | bExclude | New value for property exclude |
- Since:
- 1.26.0
{sap.m.P13nFilterItem} | 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.26.0
{sap.m.P13nFilterItem} | Reference to this in order to allow method chaining |
value1
. value of the filter
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sValue1 | New value for property value1 |
- Since:
- 1.26.0
{sap.m.P13nFilterItem} | Reference to this in order to allow method chaining |
value2
. to value of the between filter
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sValue2 | New value for property value2 |
- Since:
- 1.26.0
{sap.m.P13nFilterItem} | Reference to this in order to allow method chaining |