用于 Adobe® Flash® Platform 的 ActionScript® 3.0 参考
主页  |  隐藏包列表和类列表 |   |   |  新增内容  |  索引  |  附录  |  为什么显示为英语?
过滤条件: 正在从服务器检索数据...
正在从服务器检索数据...
com.adobe.guides.domain 

IGuideNode  - AS3 ADEP Guides

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

The IGuideNode interface is used to manage the shared structure of a guide with the Guide Component.



公共属性
 属性由以下参数定义
  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




[ X ]为什么显示为英语?
《ActionScript 3.0 参考》中的内容以英语显示

《ActionScript 3.0 参考》中的部分内容未翻译成所有语言。当某个语言元素未翻译时,将显示为英语。例如,ga.controls.HelpBox 类未翻译成任何语言。因此在简体中文版的参考中,ga.controls.HelpBox 类显示为英语。