XuniGroupDescription Class Reference

Inherits from NSObject
Declared in ICollectionView.h

Overview

Represents a base class for types defining grouping conditions.

– groupNameFromItem:atLevel:

Returns the group name for the given item.

- (NSString *)groupNameFromItem:(NSObject *)item atLevel:(NSUInteger)level

Parameters

item

the item.

level

the level.

Return Value

return an object.

Discussion

Returns the group name for the given item.

Declared In

ICollectionView.h

– namesMatch:itemName:

Returns a value that indicates whether the group name and the item name match.

- (BOOL)namesMatch:(NSString *)groupName itemName:(NSString *)itemName

Parameters

groupName

the group name.

itemName

the item name.

Return Value

return a boolean value.

Discussion

Returns a value that indicates whether the group name and the item name match.

Declared In

ICollectionView.h