XuniPropertyGroupDescription クラス リファレンス

継承元 XuniGroupDescription : NSObject
定義先 ICollectionView.h

概要

基準としてプロパティ名を使用して、項目のグループ化を記述します。

  property

項目が属するグループの特定に使用されるプロパティの名前を取得します。

@property (readonly) NSString *property

内容

項目が属するグループの特定に使用されるプロパティの名前を取得します。

定義先

ICollectionView.h

– initWithProperty:

XuniPropertyGroupDescription オブジェクトを初期化します。

- (id)initWithProperty:(NSString *)property

パラメータ

property

指定されたプロパティ

戻り値

XuniPropertyGroupDescription オブジェクト

内容

XuniPropertyGroupDescription オブジェクトを初期化します。

定義先

ICollectionView.h

– initWithProperty:converter:

XuniPropertyGroupDescription オブジェクトを初期化します。

- (id)initWithProperty:(NSString *)property converter:(IXuniPropertyGroupConverter)converter

パラメータ

property

指定されたプロパティ

converter

グループ名を生成するコールバック関数

戻り値

XuniPropertyGroupDescription オブジェクト

内容

XuniPropertyGroupDescription オブジェクトを初期化します。

定義先

ICollectionView.h