Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
com.adobe.fiber.valueobjects 
IPropertyIterator 
Packagecom.adobe.fiber.valueobjects
Interfacepublic interface IPropertyIterator
Implementors AvailablePropertyIterator

Language Version: ActionScript 3.0
Product Version: LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

Interface defines methods for navigating through an iterator of property names of a particular entity.



Public Methods
 MethodDefined By
  
Returns true if there are remaining properties that have not yet been iterated.
IPropertyIterator
  
Returns the next property in the iteration; null if there are no properties remaining.
IPropertyIterator
Method Detail

hasNext

()method
public function hasNext():Boolean

Language Version: ActionScript 3.0
Product Version: LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

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

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

next

()method 
public function next():String

Language Version: ActionScript 3.0
Product Version: LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

Returns the next property in the iteration; null if there are no properties remaining.

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