| 패키지 | 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():ArraydataValue | 속성 |
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():ObjectdisplayValue | 속성 |
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():Stringerror | 속성 |
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():IGuideNodeMessageerrorString | 속성 |
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():Stringlabel | 속성 |
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():Stringparent | 속성 |
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():IGuideNodetype | 속성 |
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():StringuniqueId | 속성 |
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():StringgetDataReference | () | 메서드 |
Tue Jun 12 2018, 03:17 PM Z