包 | 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 | 属性 |
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 | 属性 |
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 | () | 方法 |
Tue Jun 12 2018, 11:04 AM Z