パッケージ | com.adobe.guides.domain |
インターフェイス | public interface IGuideNode |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
プロパティ | 定義元 | ||
---|---|---|---|
children : Array [読み取り専用]
children is used to get an Array of the GuideNode's children. | IGuideNode | ||
dataValue : Object [読み取り専用]
dataValue is the current raw value, from the model, of the associated PanelItem type Guide Node. | IGuideNode | ||
displayValue : String [読み取り専用]
displayValue is the current formatted display value of the associated PanelItem type Guide Node. | IGuideNode | ||
error : IGuideNodeMessage [読み取り専用]
error is used to get the last validation error information available for the given GuideNode. | IGuideNode | ||
errorString : String [読み取り専用]
errorString contains the last validation error information available for the given GuideNode. | IGuideNode | ||
label : String [読み取り専用]
label is used to get the diaplay name for the given GuideNode. | IGuideNode | ||
parent : IGuideNode [読み取り専用]
parent is used to get the parent node for the given GuideNode. | IGuideNode | ||
type : String [読み取り専用]
type is used to identify what the GuideNode represents, one of: GuideNodeType. | IGuideNode | ||
uniqueId : String [読み取り専用]
uniqueId is a utility function that returns a unique Identifier that can be used for tracking purposes. | IGuideNode |
メソッド | 定義元 | ||
---|---|---|---|
getDataReference returns the model reference instance of the associated Guide PanelItem, Panel or Section. | IGuideNode |
children | プロパティ |
children:Array
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
children is used to get an Array of the GuideNode's children.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get children():Array
dataValue | プロパティ |
dataValue:Object
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
dataValue is the current raw value, from the model, of the associated PanelItem type Guide Node. dataValue for Section and Panel nodes is indetermiate.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get dataValue():Object
displayValue | プロパティ |
displayValue:String
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
displayValue is the current formatted display value of the associated PanelItem type Guide Node. displayValue for Section and Panel nodes is indetermiate.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get displayValue():String
error | プロパティ |
error:IGuideNodeMessage
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
error is used to get the last validation error information available for the given GuideNode.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get error():IGuideNodeMessage
errorString | プロパティ |
errorString:String
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
errorString contains the last validation error information available for the given GuideNode.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get errorString():String
label | プロパティ |
label:String
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
label is used to get the diaplay name for the given GuideNode.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get label():String
parent | プロパティ |
parent:IGuideNode
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
parent is used to get the parent node for the given GuideNode. The rootNode parent is null.
実装
public function get parent():IGuideNode
type | プロパティ |
type:String
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
type is used to identify what the GuideNode represents, one of: GuideNodeType. GUIDE, SECTION, PANEL or ITEM.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get type():String
uniqueId | プロパティ |
uniqueId:String
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
uniqueId is a utility function that returns a unique Identifier that can be used for tracking purposes.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get uniqueId():String
getDataReference | () | メソッド |
public function getDataReference():String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
getDataReference returns the model reference instance of the associated Guide PanelItem, Panel or Section.
戻り値String — String
|
Tue Jun 12 2018, 10:34 AM Z