Paket | com.adobe.solutions.exm.runtime |
Arabirim | public interface IExpression extends IEventDispatcher |
Uygulayıcılar | ExpressionImpl |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Expression Manager Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
assignTo : String
Returns the variable to which this expression is assigned, if any. | IExpression | ||
expression : String
Returns the actual expression string. | IExpression | ||
name : String
Returns the name of the expression. | IExpression |
Olaylar
Olay | Özet | Tanımlayan: | ||
---|---|---|---|---|
Dispatched when the value of the expression changes. | IExpression |
Özellik Ayrıntısı
assignTo | özellik |
assignTo:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Expression Manager Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Returns the variable to which this expression is assigned, if any. The Expression Manager automatically sets the variable value to the result of expression evaluation (on initialization and whenever the expression recomputes).
Uygulama
public function get assignTo():String
public function set assignTo(value:String):void
expression | özellik |
name | özellik |
Olay Ayrıntısı
expressionValueChange | Olay |
Olay Nesne Türü:
com.adobe.solutions.exm.runtime.ExpressionValueChangeEvent
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Expression Manager Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the value of the expression changes.
Tue Jun 12 2018, 01:09 PM Z