public class AutoFormatter extends java.lang.Object implements IFormatter
IFormatter.DefaultFormatter
Constructor and Description |
---|
AutoFormatter(java.lang.String pattern,
com.ibm.icu.util.ULocale locale,
com.ibm.icu.util.TimeZone timeZone) |
AutoFormatter(java.lang.String pattern,
com.ibm.icu.util.ULocale locale,
com.ibm.icu.util.TimeZone timeZone,
DateFormatter defaultDateFormatter) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
formatValue(java.lang.Object value)
format the value object into a string.
|
public AutoFormatter(java.lang.String pattern, com.ibm.icu.util.ULocale locale, com.ibm.icu.util.TimeZone timeZone)
public AutoFormatter(java.lang.String pattern, com.ibm.icu.util.ULocale locale, com.ibm.icu.util.TimeZone timeZone, DateFormatter defaultDateFormatter)
public java.lang.String formatValue(java.lang.Object value) throws BirtException
IFormatter
formatValue
in interface IFormatter
BirtException
Copyright © 2008 Actuate Corp. All rights reserved.