Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.guides.control 

IGuideData  - AS3 ADEP Guides

パッケージcom.adobe.guides.control
インターフェイスpublic interface IGuideData

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Guides 10
ランタイムバージョン: AIR 1.0, Flash Player 10.2

The IGuideData interface provides properties and methods which allow interaction with the guide's Data content. Setting (retieving) the guide's source for data, retrieving the guide's current data as xml or draft, or retieving a particular guide objects current value.



パブリックプロパティ
 プロパティ定義元
  dataSource : Object
Returns the dataSource object provided.
IGuideData
  submitRequestTimestamp : Date
[読み取り専用] Returns the timestamp of the most recent submit request.
IGuideData
パブリックメソッド
 メソッド定義元
  
getData(type:String = "xml"):Object
The getData(type) method returns the data as an XML Object(default), or an Entity object if given type='entity'.
IGuideData
  
getValue(dataReference:String):*
The getValue(dataReference) method returns the data value from the model item referenced as the model's object type.
IGuideData
  
setValue(dataReference:String, value:*):void
The setValue(dataReference, value) method updates the model item data referenced with the provided value.
IGuideData
プロパティの詳細

dataSource

プロパティ
dataSource:Object

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Guides 10
ランタイムバージョン: AIR 1.0, Flash Player 10.2

Returns the dataSource object provided. Sets and loads the given data. Can be any of XML, xml String, url or Entity object.



実装
    public function get dataSource():Object
    public function set dataSource(value:Object):void

submitRequestTimestamp

プロパティ 
submitRequestTimestamp:Date  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Guides 10
ランタイムバージョン: AIR 1.0, Flash Player 10.2

Returns the timestamp of the most recent submit request.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。



実装
    public function get submitRequestTimestamp():Date
メソッドの詳細

getData

()メソッド
public function getData(type:String = "xml"):Object

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Guides 10
ランタイムバージョン: AIR 1.0, Flash Player 10.2

The getData(type) method returns the data as an XML Object(default), or an Entity object if given type='entity'. ("entity" returns Fiber or XFA instance actionscript class).

パラメーター

type:String (default = "xml") — the format to retreive the data in, default is "xml". "draft" returns an XML file that includes state information. Loading that xml later will return the guide to the state at that time. "entity" returns the DataModeler Entity valueObject.

戻り値
Object — Object

getValue

()メソッド 
public function getValue(dataReference:String):*

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Guides 10
ランタイムバージョン: AIR 1.0, Flash Player 10.2

The getValue(dataReference) method returns the data value from the model item referenced as the model's object type. Throws an exception if dataRef does not exist.

パラメーター

dataReference:String — the fully defined reference in dot notation of the DataModel object. eg. "Clients.Client.Address.State"

戻り値
*

setValue

()メソッド 
public function setValue(dataReference:String, value:*):void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Guides 10
ランタイムバージョン: AIR 1.0, Flash Player 10.2

The setValue(dataReference, value) method updates the model item data referenced with the provided value. Throws an exception if dataRef does not exist or an incompatible value type is passed.

パラメーター

dataReference:String — the fully defined reference in dot notation of the DataModel object. eg. "Clients.Client.Address.State"
 
value:* — the data value to assign to the DataModel object.





[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。