Packagetwaver
Classpublic class BundleLinks
InheritanceBundleLinks Inheritance Object

This class manages a set of links that bundled together.



Public Properties
 PropertyDefined By
  links : ICollection
[read-only] Get all link objects in this bundle.
BundleLinks
  siblings : ICollection
[read-only] Get all sibling links.
BundleLinks
Public Methods
 MethodDefined By
  
The constructor.
BundleLinks
  
forEachSiblingLink(callbackFunction:Function):void
Iterate sibling links.
BundleLinks
Property Detail
linksproperty
links:ICollection  [read-only]

Get all link objects in this bundle.


Implementation
    public function get links():ICollection
siblingsproperty 
siblings:ICollection  [read-only]

Get all sibling links.


Implementation
    public function get siblings():ICollection
Constructor Detail
BundleLinks()Constructor
public function BundleLinks(links:ICollection, siblings:ICollection)

The constructor.

Parameters
links:ICollection — all links bundled together
 
siblings:ICollection — all sibling links
Method Detail
forEachSiblingLink()method
public function forEachSiblingLink(callbackFunction:Function):void

Iterate sibling links.

Parameters

callbackFunction:Function — The call back function.