Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
com.adobe.fiber.valueobjects 

IValueObject  - AS3 ADEP Data Services

Paquetecom.adobe.fiber.valueobjects
Interfazpublic interface IValueObject

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Data Services for Java EE 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Every value object generated from a model implements the IValueObject interface, and is guaranteed to expose a _model getter. This reference provides consumers with an instance of AbstractEntityMetadata for the value object. This instance in turn provides implementations of the IModelType and IModelInstance interfaces. It also provides implementations of the following generated, per entity property APIs:
     function get isproperty-nameAvailable():Boolean

Bindable getter for the property's available state with respect to variants. Always returns true for properties that are not inside a variant.

     function calculate_property-name():void

Per-derived-property functions that cause a derived property and all derived properties that depend on it to be recalculated. This is useful when automatic recalculation of a particular derived property has been disabled via the ActionScriptGeneration.DisableAutoReCalc annotation.

     function get property-nameStyle():IStyle

bindable getter for the property's com.adobe.fiber.styles.IStyle instance. Returns null for properties that do not have an associated style.

     function get property-nameIsValid():Boolean

bindable getter for the property's validity state as determined by the set of all validations applied to the property via styles. Note that these functions are only generated for properties that have at least one validation.

     function get property-nameValidationFailureMessages():Array

bindable getter for an array of localized error messages corresponding to the current set of failed validations for a property. Returns an empty Array if all validations are currently in a valid state. Note that these functions are only generated for properties that have at least one validation.

     function invalidateDependentproperty-name():void

Per property functions that cause all derived properties that depend on this property to be recalculated. PropertyChanged events will be executed once the calculation of each such derived property completes.

Note that these functions are only generated for data properties that have dependent derived properties.

Each value object also exposes a static function _initRemoteClassAlias that initializes the RemoteClass aliases for it and all of the value objects corresponding to its associated entities.



Propiedades públicas
 PropiedadDefinido por
  managingService : IFiberManagingService
[solo escritura] Associates the value object with a custom strategy fro retrieving services that may be required for property calculations.
IValueObject
Información sobre propiedades

managingService

propiedad
managingService:IFiberManagingService  [solo escritura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Data Services for Java EE 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Associates the value object with a custom strategy fro retrieving services that may be required for property calculations. See com.adobe.fiber.services.IFiberManagingService for details.



Implementación
    public function set managingService(value:IFiberManagingService):void




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.