Paket | com.adobe.guides.domain |
Arabirim | public interface IGuideNode |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10.2 |
Özellik | Tanımlayan: | ||
---|---|---|---|
children : Array [salt okunur]
children is used to get an Array of the GuideNode's children. | IGuideNode | ||
dataValue : Object [salt okunur]
dataValue is the current raw value, from the model, of the associated PanelItem type Guide Node. | IGuideNode | ||
displayValue : String [salt okunur]
displayValue is the current formatted display value of the associated PanelItem type Guide Node. | IGuideNode | ||
error : IGuideNodeMessage [salt okunur]
error is used to get the last validation error information available for the given GuideNode. | IGuideNode | ||
errorString : String [salt okunur]
errorString contains the last validation error information available for the given GuideNode. | IGuideNode | ||
label : String [salt okunur]
label is used to get the diaplay name for the given GuideNode. | IGuideNode | ||
parent : IGuideNode [salt okunur]
parent is used to get the parent node for the given GuideNode. | IGuideNode | ||
type : String [salt okunur]
type is used to identify what the GuideNode represents, one of: GuideNodeType. | IGuideNode | ||
uniqueId : String [salt okunur]
uniqueId is a utility function that returns a unique Identifier that can be used for tracking purposes. | IGuideNode |
Yöntem | Tanımlayan: | ||
---|---|---|---|
getDataReference returns the model reference instance of the associated Guide PanelItem, Panel or Section. | IGuideNode |
children | özellik |
children:Array
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10.2 |
children is used to get an Array of the GuideNode's children.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get children():Array
dataValue | özellik |
dataValue:Object
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get dataValue():Object
displayValue | özellik |
displayValue:String
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get displayValue():String
error | özellik |
error:IGuideNodeMessage
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10.2 |
error is used to get the last validation error information available for the given GuideNode.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get error():IGuideNodeMessage
errorString | özellik |
errorString:String
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10.2 |
errorString contains the last validation error information available for the given GuideNode.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get errorString():String
label | özellik |
label:String
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10.2 |
label is used to get the diaplay name for the given GuideNode.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get label():String
parent | özellik |
parent:IGuideNode
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10.2 |
parent is used to get the parent node for the given GuideNode. The rootNode parent is null.
Uygulama
public function get parent():IGuideNode
type | özellik |
type:String
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10.2 |
type is used to identify what the GuideNode represents, one of: GuideNodeType. GUIDE, SECTION, PANEL or ITEM.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get type():String
uniqueId | özellik |
uniqueId:String
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10.2 |
uniqueId is a utility function that returns a unique Identifier that can be used for tracking purposes.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get uniqueId():String
getDataReference | () | yöntem |
public function getDataReference():String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10.2 |
getDataReference returns the model reference instance of the associated Guide PanelItem, Panel or Section.
DöndürürString — String
|
Tue Jun 12 2018, 01:09 PM Z