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 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
|
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
|