[]
        
(Showing Draft Content)

Wijmo.Collectionviewgroup

CollectionViewGroup クラス

CollectionView オブジェクトのCollectionView.groupDescriptions プロパティに基づいて作成されたグループを表します。

階層

  • CollectionViewGroup

コンストラクタ

プロパティ

メソッド

コンストラクタ

constructor

  • CollectionViewGroup クラスの新しいインスタンスを初期化します。

    引数

    • groupDescription: GroupDescription

      新しいグループを所有するGroupDescription

    • name: string

      新しいグループの名前。

    • level: number

      新しいグループのレベル。

    • isBottomLevel: boolean

      このグループがサブグループを持つかどうか。

    戻り値 CollectionViewGroup

プロパティ

groupDescription

groupDescription: GroupDescription

このグループ を所有するGroupDescription を取得します。

groups

このグループのサブグループを持つ配列を取得します。

isBottomLevel

isBottomLevel: boolean

このグループがサブグループを持つかどうかを示す値を取得します。

items

items: any[]

このグループとサブグループに含まれる項目を持つ配列を取得します。

level

level: number

このグループのレベルを取得します。

name

name: string

このグループの名前を取得します。

メソッド

getAggregate

  • このグループの項目の集計値を計算します。

    引数

    • aggType: Aggregate

      計算する集計のタイプ。

    • binding: string

      集計するプロパティ。

    • オプション view: ICollectionView

      このグループを所有するCollectionView。

    戻り値 any

    集計値。