(Beta)
Package | com.adobe.mosaic.core.validators |
Class | public class StringValidator |
Inheritance | StringValidator Object |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Runtime Versions: | AIR 2.0.2, Flash Player 10.1 |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
StringValidator | |||
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 | ||
[static]
Given a string, validate if it is a proper identifier. | StringValidator | ||
[static]
Given an array string, validates if each string is a proper identifier. | StringValidator | ||
Returns the primitive value of the specified object. | Object |
Constructor Detail
StringValidator | () | Constructor |
public function StringValidator()
Method Detail
validateIndentifier | () | method |
public static function validateIndentifier(value:String):Boolean
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Runtime Versions: | AIR 2.0.2, Flash Player 10.1 |
Given a string, validate if it is a proper identifier.
Parameters
value:String — The string value to validate.
|
Boolean — A value true specifies that the string passed validation.
|
validateIndentifierArray | () | method |
public static function validateIndentifierArray(value:Array):Boolean
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Runtime Versions: | AIR 2.0.2, Flash Player 10.1 |
Given an array string, validates if each string is a proper identifier.
Parameters
value:Array — An array of strings to validate.
|
Boolean — A value of true is returned if each string in the array validated.
|
Mon Nov 18 2013, 11:47 AM -08:00