ariba.ui.aribaweb.util
Class AWFormatter

java.lang.Object
  extended by ariba.ui.aribaweb.util.AWBaseObject
      extended by ariba.ui.aribaweb.util.AWFormatter
All Implemented Interfaces:
AWObject
Direct Known Subclasses:
AWVBigDecimalFormatter, AWVDateFormatter, AWVFormatterFactory.BlankNullChainedFormatter, AWVFormatterFactory.HiddenPasswordFormatter, AWVFormatterFactory.TimeDurationFormatter, AWVIdentifierFormatter, AWVLocalizedDateFormatter, PipedFormatter

public abstract class AWFormatter
extends AWBaseObject


Field Summary
 
Fields inherited from class ariba.ui.aribaweb.util.AWBaseObject
AribaHashtableClass, AribaVectorClass, ClassClass, EmptyHashtable, EmptyMap, EmptyVector, False, IntegerClass, JavaHashtableClass, JavaMapClass, JavaVectorClass, LogHandling, NullObject, ObjectClass, StringClass, True, UndefinedObject, UndefinedString, UninitializedRealNumber
 
Constructor Summary
AWFormatter()
           
 
Method Summary
abstract  String format(Object objectToFormat)
           
abstract  Object parseObject(String stringToParse)
           
 
Methods inherited from class ariba.ui.aribaweb.util.AWBaseObject
debugString, ensureFieldValuesClear, getFieldValue, init, isKindOfClass, localizedJavaString, logString, logWarning, setFieldValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWFormatter

public AWFormatter()
Method Detail

parseObject

public abstract Object parseObject(String stringToParse)
                            throws ParseException
Throws:
ParseException

format

public abstract String format(Object objectToFormat)


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.