Pacchetto | mx.data |
Classe | public class PropertySpecifier |
Ereditarietà | PropertySpecifier Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
excludes : Array [sola lettura]
Get a list of properties to exclude, or null if no properties are excluded. | PropertySpecifier | ||
extraProperties : Array
A list of additional properties to include. | PropertySpecifier | ||
includeMode : int
The mode of this PropertySpecifier, determining what properties should be included. | PropertySpecifier | ||
includeSpecifierString : String [sola lettura]
Returns the value for DSincludeSpec. | PropertySpecifier |
Metodo | Definito da | ||
---|---|---|---|
Constructor. | PropertySpecifier | ||
Get an array of names of excluded properties for the object. | PropertySpecifier | ||
Get an array of names of included properties for this destination. | PropertySpecifier | ||
Obtain the specifier for an associated destination. | PropertySpecifier | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Check if the given property should be included based on this specifier. | PropertySpecifier | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Returns the string representation of the specified object. | PropertySpecifier | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costante | Definito da | ||
---|---|---|---|
ALL : PropertySpecifier [statico]
Reusable instance of a PropertySpecifier to include all properties of an item. | PropertySpecifier | ||
DEFAULT : PropertySpecifier [statico]
Reusable instance of a default PropertySpecifier. | PropertySpecifier | ||
EMPTY : PropertySpecifier [statico]
Reusable instance of a PropertySpecifier to include no properties. | PropertySpecifier | ||
INCLUDE_ALL : int = 1 [statico]
Special value for a PropertySpecifier mode to include all properties of an item. | PropertySpecifier | ||
INCLUDE_DEFAULT : int = 0 [statico]
Special value for a PropertySpecifier mode to include properties based on the default configuration. | PropertySpecifier | ||
INCLUDE_DEFAULT_PLUS_LIST : int = 2 [statico]
Special value for a PropertySpecifier mode to include properties based on the default configuration,
as well as additional properties specified in a list. | PropertySpecifier | ||
INCLUDE_LIST : int = 3 [statico]
Special value for a PropertySpecifier mode to include only properties specified in a list. | PropertySpecifier |
excludes | proprietà |
excludes:Array
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Get a list of properties to exclude, or null if no properties are excluded.
Implementazione
public function get excludes():Array
extraProperties | proprietà |
extraProperties:Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
A list of additional properties to include.
Implementazione
public function get extraProperties():Array
public function set extraProperties(value:Array):void
includeMode | proprietà |
includeMode:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The mode of this PropertySpecifier, determining what properties should be included.
Implementazione
public function get includeMode():int
public function set includeMode(value:int):void
includeSpecifierString | proprietà |
includeSpecifierString:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns the value for DSincludeSpec.
Implementazione
public function get includeSpecifierString():String
PropertySpecifier | () | Funzione di costruzione |
public function PropertySpecifier(dest:ConcreteDataService, mode:int, extra:Array)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Parametridest:ConcreteDataService — destination for which this property specifier should apply.
| |
mode:int — mode of property specifier. Must be one of these values:
0 (INCLUDE_DEFAULT)
1 (INCLUDE_ALL)
2 (INCLUDE_DEFAULT_PLUS_LIST)
3 (INCLUDE_LIST)
| |
extra:Array — array of additional property names to include in mode 2 and 3.
|
getExcluded | () | metodo |
public function getExcluded(item:Object):Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Get an array of names of excluded properties for the object.
Parametri
item:Object — the item instance.
|
Array — an array of excluded property names or null if no properties should be excluded.
|
getIncluded | () | metodo |
public function getIncluded(destination:String):Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Get an array of names of included properties for this destination.
Parametri
destination:String — the destination name.
|
Array — an array of included property names.
|
getSubSpecifier | () | metodo |
public function getSubSpecifier(item:Object, propName:String):PropertySpecifier
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Obtain the specifier for an associated destination.
Parametri
item:Object — item instance.
| |
propName:String — property name for the association.
|
PropertySpecifier — the PropertySpecifier instance to use when fetching data for the association.
|
includeProperty | () | metodo |
public function includeProperty(propName:String):Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Check if the given property should be included based on this specifier.
Parametri
propName:String — name of property.
|
Boolean — true if property should be included in the result.
|
toString | () | metodo |
public function toString():String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns the string representation of the specified object.
Note: Methods of the Object class are dynamically created on Object's prototype. To redefine this method in a subclass of Object, do not use the override
keyword. For example, a subclass of Object implements function toString():String
instead of using an override of the base class.
String — A string representation of the object.
|
ALL | Costante |
public static const ALL:PropertySpecifier
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Reusable instance of a PropertySpecifier to include all properties of an item.
DEFAULT | Costante |
public static const DEFAULT:PropertySpecifier
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Reusable instance of a default PropertySpecifier.
EMPTY | Costante |
public static const EMPTY:PropertySpecifier
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Reusable instance of a PropertySpecifier to include no properties.
INCLUDE_ALL | Costante |
public static const INCLUDE_ALL:int = 1
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Special value for a PropertySpecifier mode to include all properties of an item.
INCLUDE_DEFAULT | Costante |
public static const INCLUDE_DEFAULT:int = 0
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Special value for a PropertySpecifier mode to include properties based on the default configuration.
INCLUDE_DEFAULT_PLUS_LIST | Costante |
public static const INCLUDE_DEFAULT_PLUS_LIST:int = 2
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Special value for a PropertySpecifier mode to include properties based on the default configuration, as well as additional properties specified in a list.
INCLUDE_LIST | Costante |
public static const INCLUDE_LIST:int = 3
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Special value for a PropertySpecifier mode to include only properties specified in a list.
Tue Jun 12 2018, 02:44 PM Z