ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
Flex 4.6 and earlier, Flash Pro CS6 and earlier
Hide Filters
com.adobe.fiber.styles 

IStyle  - AS3 ADEP Data Services

Packagecom.adobe.fiber.styles
Interfacepublic interface IStyle
Implementors Style

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

The IStyle interface defines a representation of a style associated with the Adobe application modeling technology. A style contains the following:
  1. An open ended set of messages with strong typing for caption, description, error and loose typing for all others.
  2. A display mask.
  3. An edit mask.
  4. A validator that represents one or more validation expressions.

Generated value objects expose a style property for each property of an entity that is decorated with a style.



Public Properties
 PropertyDefined By
  caption : LocalizeableMessage
[read-only] Returns the caption aspect of a property's style.
IStyle
  description : LocalizeableMessage
[read-only] Returns the description aspect of a property's style.
IStyle
  displayMask : String
[read-only] Returns the display mask aspect of a property's style.
IStyle
  editMask : String
[read-only] Returns the edit mask aspect of a property's style.
IStyle
  error : LocalizeableMessage
[read-only] Returns the error aspect of a property's style.
IStyle
  validator : Validator
[read-only] Returns a generated subclass of mx.validators.Validator whose validate method has been overridden corresponding to the expressions specified in the validation aspects of a property's style.
IStyle
Property Detail