Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | 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.
public function AvailablePropertyIterator(valueObject:AbstractEntityMetadata)
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Creates an instance of this iterator for a parituclar value object
Parameters 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 — The next property in the iteration; null if there are no properties remaining.
|
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00