Class Index | File Index

Classes


Class BO.filters.FilterBase

A base object to be extended by all Filter objects. This object should not be instantiated directly.

Defined in: FilterBase.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
An Abstract Base object for filters
Method Summary
Method Attributes Method Name and Description
 
Process the value to be filtered and return the filtered result.
Class Detail
BO.filters.FilterBase()
An Abstract Base object for filters
Method Detail
{Number} processSample(val)
Process the value to be filtered and return the filtered result.
Parameters:
{Number} val
The input value to be filtered.
Returns:
{Number} The resulting value after applying the filter.

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Mar 12 2012 23:27:52 GMT-0400 (EDT)