Package | com.adobe.solutions.exm.authoring.domain.expression |
Class | public class ExpressionValidationResult |
Inheritance | ExpressionValidationResult Object |
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
validationSucceeded : Boolean [read-only]
Returns whether expression validation succeeded. | ExpressionValidationResult |
Public Methods
Method | Defined By | ||
---|---|---|---|
ExpressionValidationResult(validationSucceeded:Boolean, validationError:ExpressionValidationError = null)
Creates a new ExpressionValidationResult instance. | ExpressionValidationResult | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
If expression validation failed, returns the error thrown by the validator, else returns null. | ExpressionValidationResult | ||
Returns the primitive value of the specified object. | Object |
Property Detail
validationSucceeded | property |
Constructor Detail
ExpressionValidationResult | () | Constructor |
public function ExpressionValidationResult(validationSucceeded:Boolean, validationError:ExpressionValidationError = null)
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Creates a new ExpressionValidationResult instance.
ParametersvalidationSucceeded:Boolean — Whether validation succeeded.
| |
validationError:ExpressionValidationError (default = null ) — If validation failed, the error thrown by the validator.
|
Method Detail
validationError | () | method |
public function validationError():ExpressionValidationError
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
If expression validation failed, returns the error thrown by the validator, else returns null.
ReturnsExpressionValidationError |
Mon Nov 28 2011, 06:48 AM -08:00