パッケージ | mx.data |
クラス | public class UpdateCollectionRange |
継承 | UpdateCollectionRange Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
body
プロパティの Array として保持されます。
関連する API エレメント
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
identities : Array
position プロパティで示される位置から開始し、関連付けられているコレクションから削除されたアイテム、または挿入されたアイテムを表す ID オブジェクトの配列です。 | UpdateCollectionRange | ||
position : int
関連付けられているコレクションに対して行われた更新の範囲の開始インデックスを示します。 | UpdateCollectionRange | ||
size : int
コレクションサイズの増加を示します。 | UpdateCollectionRange | ||
updateType : int
この範囲が表す操作を示します。 | UpdateCollectionRange |
メソッド | 定義元 | ||
---|---|---|---|
空の UpdateCollectionRange を作成します。 | UpdateCollectionRange | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
定数 | 定義元 | ||
---|---|---|---|
DECREMENT_COLLECTION_SIZE : int = 3 [静的]
コレクションサイズの減少を示します。 | UpdateCollectionRange | ||
DELETE_FROM_COLLECTION : int = 1 [静的]
コレクションから削除されたアイテムの範囲を示します。 | UpdateCollectionRange | ||
INCREMENT_COLLECTION_SIZE : int = 2 [静的]
コレクションサイズの増加を示します。 | UpdateCollectionRange | ||
INSERT_INTO_COLLECTION : int = 0 [静的]
コレクションに挿入されたアイテムの範囲を示します。 | UpdateCollectionRange | ||
UPDATE_COLLECTION_SIZE : int = 4 [静的]
サーバーによって送信されたコレクションサイズの更新を示します。 | UpdateCollectionRange |
identities | プロパティ |
public var identities:Array
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
position
プロパティで示される位置から開始し、関連付けられているコレクションから削除されたアイテム、または挿入されたアイテムを表す ID オブジェクトの配列です。
position | プロパティ |
public var position:int
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
関連付けられているコレクションに対して行われた更新の範囲の開始インデックスを示します。updateType
は、この範囲が挿入操作と削除操作のどちらであったかを示します。
size | プロパティ |
public var size:int
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
コレクションサイズの増加を示します。更新タイプが INCREMENT_COLLECTION_SIZE または DECREMENT_COLLECTION_SIZE である場合にのみ適用されます。
updateType | プロパティ |
public var updateType:int
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
この範囲が表す操作を示します。有効な値は次のとおりです。
UpdateCollectionRange.INSERT_INTO_COLLECTION
UpdateCollectionRange.DELETE_FROM_COLLECTION
UpdateCollectionRange.INCREMENT_COLLECTION_SIZE
UpdateCollectionRange.DECREMENT_COLLECTION_SIZE
UpdateCollectionRange.UPDATE_COLLECTION_SIZE
UpdateCollectionRange | () | コンストラクター |
public function UpdateCollectionRange()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
空の UpdateCollectionRange を作成します。
DECREMENT_COLLECTION_SIZE | 定数 |
public static const DECREMENT_COLLECTION_SIZE:int = 3
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
コレクションサイズの減少を示します。size
プロパティには増加量が含まれます。
DELETE_FROM_COLLECTION | 定数 |
public static const DELETE_FROM_COLLECTION:int = 1
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
コレクションから削除されたアイテムの範囲を示します。identities
プロパティには、コレクションに挿入されたアイテムごとにアイテム ID オブジェクトの Array が含まれます。position
プロパティは、挿入操作がどのインデックスで開始されたかを示します。挿入されたアイテムの数を確認するには、identityies.length
を調べます。
INCREMENT_COLLECTION_SIZE | 定数 |
public static const INCREMENT_COLLECTION_SIZE:int = 2
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
コレクションサイズの増加を示します。size
プロパティには増加量が含まれます。
INSERT_INTO_COLLECTION | 定数 |
public static const INSERT_INTO_COLLECTION:int = 0
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
コレクションに挿入されたアイテムの範囲を示します。identities
プロパティには、コレクションに挿入されたアイテムごとにアイテム ID オブジェクトの Array が含まれます。position
プロパティは、挿入操作がどのインデックスで開始されたかを示します。挿入されたアイテムの数を確認するには、identityies.length
を調べます。
UPDATE_COLLECTION_SIZE | 定数 |
public static const UPDATE_COLLECTION_SIZE:int = 4
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
サーバーによって送信されたコレクションサイズの更新を示します。これは、paged-fill がサーバーで更新されると発生します。size
プロパティには増加量が含まれます。
var ucm:UpdateCollectionMessage = UpdateCollectionMessage(msg); var ucr:UpdateCollectionRange = UpdateCollectionRange(ucm.body[0]); trace("First change to the collection was "+ ucr.updateType +" at "+ ucr.position);
Tue Jun 12 2018, 10:34 AM Z