Class sap.ui.comp.filterbar.FilterGroupItemModule: sap/ui/comp/filterbar/FilterGroupItem

extends FilterItem

Represents a filter belonging to a group other than basic.

Constructor Summary
new sap.ui.comp.filterbar.FilterGroupItem(sId?, mSettings?)Constructor for a new filterbar/FilterGroupItem.
Events borrowed from class sap.ui.comp.filterbar.FilterItem
Method Summary
sap.ui.comp.filterbar.FilterGroupItem.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.ui.comp.filterbar.FilterGroupItem with name sClassName and enriches it with the information contained in oClassInfo.
sap.ui.comp.filterbar.FilterGroupItem.getMetadata()Returns a metadata object for class sap.ui.comp.filterbar.FilterGroupItem.
destroy()Destroys this element.
getGroupName()Gets current value of property groupName.
getGroupTitle()Gets current value of property groupTitle.
setGroupName(sGroupName)Sets a new value for property groupName.
setGroupTitle(sValue)Setter for group title.
Constructor Detail
new sap.ui.comp.filterbar.FilterGroupItem(sId?, mSettings?)
Constructor for a new filterbar/FilterGroupItem.

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.comp.filterbar.FilterItem can be used as well.

Parameters:
{string}sId? ID for the new control, generated automatically if no ID is given
{object}mSettings? Initial settings for the new control
Method Detail
sap.ui.comp.filterbar.FilterGroupItem.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.ui.comp.filterbar.FilterGroupItem with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of information as described in sap.ui.comp.filterbar.FilterItem.extend.

Parameters:
{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
Returns:
{function} Created class / constructor function
sap.ui.comp.filterbar.FilterGroupItem.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.ui.comp.filterbar.FilterGroupItem.
Returns:
{sap.ui.base.Metadata} Metadata object describing this class
destroy()
Destroys this element.
getGroupName(): string
Gets current value of property groupName.

Name of the group.

Returns:
{string} Value of property groupName
getGroupTitle(): string
Gets current value of property groupTitle.

Title of the group.

Returns:
{string} Value of property groupTitle
setGroupName(sGroupName): sap.ui.comp.filterbar.FilterGroupItem
Sets a new value for property groupName.

Name of the group.

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{string}sGroupName New value for property groupName
Returns:
{sap.ui.comp.filterbar.FilterGroupItem} Reference to this in order to allow method chaining
setGroupTitle(sValue)
Setter for group title.
Parameters:
{string}sValue Group title