Class: module:br/presenter/node/Nodes

module:br/presenter/node/Nodes

A class used to hold collections of nodes, and providing utility methods for performing operations over those collections.

Constructor

new module:br/presenter/node/Nodes(pNodes)

Constructs a new Nodes instance containing the given list of module:br/presenter/node/PresentationNode objects.
Parameters:
Name Type Description
pNodes Array (optional) The set of nodes.
Source:

Methods

getNodesArray()

Returns the underlying array this collection is built from.
Source:

properties()

Returns all properties for the nodes within this collection.
Source: