ariba.util.formatter
Class LowerCaseStringFormatter

java.lang.Object
  extended by ariba.util.formatter.Formatter
      extended by ariba.util.formatter.StringFormatter
          extended by ariba.util.formatter.LowerCaseStringFormatter
All Implemented Interfaces:
Compare, StringParser

public class LowerCaseStringFormatter
extends StringFormatter

LowerCaseStringFormatter is a subclass of StringFormatter which is responsible for formatting, parsing, and comparing strings. LowerCaseStringFormatter converts all strings to lower case.


Field Summary
 
Fields inherited from class ariba.util.formatter.StringFormatter
ClassName
 
Fields inherited from interface ariba.util.core.Compare
EqualTo, GreaterThan, LessThan
 
Constructor Summary
LowerCaseStringFormatter()
           
 
Method Summary
 
Methods inherited from class ariba.util.formatter.StringFormatter
compareStrings, compareStrings, getValue
 
Methods inherited from class ariba.util.formatter.Formatter
canFormatNulls, compare, compare, equal, equal, getFormat, getFormat, getFormatterClassForType, getFormatterForObject, getFormatterForType, getLocale, getStringValue, getStringValue, getValue, handlesNulls, isBidirectional, makeParseException, makeParseException, makeParseException, makeParseExceptionMessage, makeParseExceptionMessage, objectsAreEqual, objectsAreEqual, parse, parse, parseString, parseString, quickCompare, quickCompare, quickCompareValue, registerFormatter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LowerCaseStringFormatter

public LowerCaseStringFormatter()


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