Pakiet | ga.model |
Klasa | public class PanelRichText |
Dziedziczenie | PanelRichText AccessibleRichText |
Implementuje | IPanelText |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
PanelText
class defines the Guide Text Guide object that contains text
and can be bound to the form model. The Guide Text object is added into a panel layout in the
same manner as an object.
The PanelText
class extends the <mx:Text>
component so that it will
inherit the appropriate behaviors.
The properties for the PanelText
class when acting as a a run-time component in a
panel layout. These are in addition to the properties inherited from the <mx:Text>
component.
<ga:PanelText Properties caption="" captionWidth="" toolTip="" helpText="" speak="" dataRef="#som(...)" data="{...}" >
Domyślna właściwość MXMLcontent
Powiązane elementy interfejsu API
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
boundData : Object
The object in the data model to which this item is bound. | PanelRichText | ||
boundName : String [tylko do odczytu]
The name of the bound object. | PanelRichText | ||
boundText : String
The text of the bound object. | PanelRichText | ||
boundValue : Object
The value of the bound object. | PanelRichText | ||
caption : String
The caption or description of this item. | PanelRichText | ||
captionWidth : Number
The value for the width of the Guide Text caption. | PanelRichText | ||
dataRef : String
The reference to the data that is bound to the Guide text object in the Guide Design perspective within Workbench. | PanelRichText | ||
helpText : String
Additional help text, entered in the Guide Design perspective within Adobe Digital Enterprise Platform Document Services - Workbench 10.0, associated with the Guide text object. | PanelRichText | ||
speak : String
The speak text or accessibility text for this item. | PanelRichText |
boundData | właściwość |
boundData:Object
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
The object in the data model to which this item is bound. This allows the bound object to be
determined using Flex binding instead of using a dataRef
expression.
Implementacja
public function get boundData():Object
public function set boundData(value:Object):void
boundName | właściwość |
boundText | właściwość |
boundText:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
The text of the bound object.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get boundText():String
public function set boundText(value:String):void
boundValue | właściwość |
boundValue:Object
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
The value of the bound object.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get boundValue():Object
public function set boundValue(value:Object):void
caption | właściwość |
caption:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
The caption or description of this item. If no caption or description is specified, the caption for this item is bound to the caption of the data model. If the data model does not specify a caption, the default label is used.
Implementacja
public function get caption():String
public function set caption(value:String):void
captionWidth | właściwość |
captionWidth:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
The value for the width of the Guide Text caption. The default value is the width of the panel that contains the Guide text object.
Implementacja
public function get captionWidth():Number
public function set captionWidth(value:Number):void
dataRef | właściwość |
dataRef:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
The reference to the data that is bound to the Guide text object in the Guide Design perspective within Workbench.
Implementacja
public function get dataRef():String
public function set dataRef(value:String):void
helpText | właściwość |
helpText:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
Additional help text, entered in the Guide Design perspective within Adobe Digital Enterprise Platform Document Services - Workbench 10.0, associated with the Guide text object.
Implementacja
public function get helpText():String
public function set helpText(value:String):void
speak | właściwość |
speak:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
The speak text or accessibility text for this item.
Implementacja
public function get speak():String
public function set speak(value:String):void
Tue Jun 12 2018, 12:06 PM Z