GroupDescription Class

File
wijmo.js
Module
wijmo.collections
Derived Classes
PropertyGroupDescription

Represents a base class for types defining grouping conditions.

The concrete class which is commonly used for this purpose is PropertyGroupDescription.

Methods

Methods

groupNameFromItem

groupNameFromItem(item: any, level: number): any

Returns the group name for the given item.

Parameters
Returns
any

namesMatch

namesMatch(groupName: any, itemName: any): boolean

Returns a value that indicates whether the group name and the item name match (which implies that the item belongs to the group).

Parameters
Returns
boolean