Class AjxChoiceFormat

Object
   |
   +--AjxFormat
         |
         +--AjxChoiceFormat

class AjxChoiceFormat
extends AjxFormat

Defined in AjxText.js


Constructor Summary
AjxChoiceFormat (pattern)
            The arguments passed to this constructor can be either:
  • A single argument that represents a string pattern that specifies the limits and formats separated by pipe characters (|).
 
Method Summary
 Object format(number)
           This method does not need to be overridden unless the subclass doesn't use format segments and takes complete responsibility for formatting.
 Object getFormats()
          
 Object getLimits()
          
 void toString()
           Returns string representation of this object.
 
Methods inherited from class AjxFormat
parse, getSegments, toPattern, clone, _createParseObject
 

Constructor Detail

AjxChoiceFormat

AjxChoiceFormat(pattern)

Method Detail

format

Object format(number)

getFormats

Object getFormats()

getLimits

Object getLimits()

toString

void toString()


Documentation generated by JSDoc on Thu Apr 27 13:58:41 2006