ASP.NET MVC コントロールヘルプ
CollectionViewGroup クラス
ファイル
wijmo.js
モジュール
wijmo.collections

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

コンストラクタ

プロパティ

メソッド

コンストラクタ

constructor

constructor(groupDescription: GroupDescription, name: string, level: number, isBottomLevel: boolean): CollectionViewGroup

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

パラメーター
戻り値
CollectionViewGroup

プロパティ

groupDescription

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

GroupDescription

groups

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

CollectionViewGroup[]

isBottomLevel

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

boolean

items

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

any[]

level

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

number

name

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

string

メソッド

getAggregate

getAggregate(aggType: Aggregate, binding: string, view?: ICollectionView): void

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

パラメーター
  • aggType: Aggregate

    Type of aggregate to calculate.

  • binding: string

    Property to aggregate on.

  • view: ICollectionView Optional

    CollectionView that owns this group.

戻り値
void