Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Template Reference Documentation

Collection Template

typeGet()

Iterate over the set of defined classes

See Also

rb.collection.typeRemove()    rb.collection.typeSet()    rb.collection.typeInfo()   

Syntax

typeIterator = rb.collection.typeGet(name)

Parameters

The 'typeGet' method takes 1 parameter:

Name Type/Value Range/Length Description
namestring  Optional.

Optional name of classes to match. For example to match all classes starting with 'forum' user 'forum%'


Results

The 'typeGet' method returns an iterator of structure:

Type/Value Range/Length Description
struct type see definition Iterator to walk over the stored collection classes

Remarks

Most useful for debug, this method allows the client to walk over all (or a subset) of defined classes

Whitebeam release 1.3.36
(loadtime : 69ms)