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

rb.counter Object Description
(system Template)

Methods

rb.counter.set() undefined
rb.counter.adjust() Call this method to adjust the value stored in this counter. The 'adjustment' value is *added* to the value currently stored in the counter. Note that by making the adjustment value negative you can decrement the counter.
rb.counter.testAndSet() Call this method to set the value stored in a counter. The change only takes place if the counter contains the 'testValue', or does not currently exist.
rb.counter.remove() Call this method to delete an existing counter.
rb.counter.value() Call this method to read the value of a counter
rb.counter.get() undefined

Aggregate Types

rb.counter.count Used as the result of rb.count.get iterator
Whitebeam release 1.3.36
(loadtime : 63ms)