Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
The AttachmentCollection class extends ListCollectionView to support a collection of IAttachment objects.
Its source list can be changed dynamically so that the same object can effectively be redirected
to different collections with minimal overhead for clients.
hostItems:IList
[write-only]
Implementation public function set hostItems(value:IList):void
public function AttachmentCollection(source:IList = null)
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Constructor
Parameters source :IList
(default = null
)
protected function onFieldValueChanged(evt:FieldValueChangedEvent ):void
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Listener to handle a change in the field value of an attachment.
Uses the internal sort function to resort the collection based on the new field value.
Parameters
protected function onHostItemsChanged(evt:CollectionEvent):void
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Listener to handle collection change events on the hostItems, and propogate them to this collection.
Parameters
protected function onOurItemsChanged(evt:CollectionEvent):void
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Listener to handle collection change events on the attachment collection.
Adds field listeners to the new attachments.
Parameters
Copyright Adobe Systems Incorporated, all rights reserved, for internal use only Mon Apr 25 2011, 05:54 PM -07:00