Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.fiber.valueobjects 

AvailablePropertyIterator  - AS3 ADEP Data Services

Pacchettocom.adobe.fiber.valueobjects
Classepublic class AvailablePropertyIterator
EreditarietàAvailablePropertyIterator Inheritance Object
Implementa IPropertyIterator

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

An implementation of IPropertyIterator for iterating over the set of a value object's available properties at a given point in time. This iterator should first return all unguarded properties in declared order, followed by all currently available guareded properties in declared order. If the value object passed to the constructor of this class is modified during iteration, behavior is no longer guaranteed.



Proprietà pubbliche
 ProprietàDefinito da
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
Object
Metodi pubblici
 MetodoDefinito da
  
Creates an instance of this iterator for a particular value object
AvailablePropertyIterator
  
Returns true if there are remaining properties that have not yet been iterated.
AvailablePropertyIterator
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
  
Returns the next property in the iteration; null if there are no properties remaining.
AvailablePropertyIterator
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
Descrizione della funzione di costruzione

AvailablePropertyIterator

()Funzione di costruzione
public function AvailablePropertyIterator(valueObject:AbstractEntityMetadata)

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

Creates an instance of this iterator for a particular value object

Parametri
valueObject:AbstractEntityMetadata — the value object instance to use.
Descrizione dei metodi

hasNext

()metodo
public function hasNext():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

Returns true if there are remaining properties that have not yet been iterated.

Restituisce
Boolean — true if there are remaining properties that have not yet been iterated

next

()metodo 
public function next():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 next property in the iteration; null if there are no properties remaining.

Restituisce
String — Next property in the iteration; null if there are no properties remaining




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.