|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.text.Format
oracle.jbo.format.Formatter
oracle.jbo.format.DefaultPercentageFormatter
@Deprecated public class DefaultPercentageFormatter
Helper class used to format percentage values
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.text.Format |
|---|
java.text.Format.Field |
| Constructor Summary | |
|---|---|
DefaultPercentageFormatter()
Deprecated. Constructor |
|
| Method Summary | |
|---|---|
protected void |
configureFormatter(java.lang.String formatString)
Deprecated. |
java.lang.StringBuffer |
format(java.lang.Object obj,
java.lang.StringBuffer toAppendTo,
java.text.FieldPosition pos)
Deprecated. |
java.lang.String |
format(java.lang.String formatString,
java.lang.Object rawData)
Deprecated. format raw data according to the format specified. |
LocaleContext |
getLocale()
Deprecated. |
protected java.text.NumberFormat |
getPercentageFormatHelper()
Deprecated. |
java.lang.Object |
parse(java.lang.String formatString,
java.lang.String parseThisString)
Deprecated. parse this string according to the format specified and return an object |
java.lang.Object |
parseObject(java.lang.String formatThisString,
java.text.ParsePosition status)
Deprecated. |
void |
setLocale(LocaleContext thisLocale)
Deprecated. define locale to be used. |
| Methods inherited from class oracle.jbo.format.Formatter |
|---|
getDefaultFormatString |
| Methods inherited from class java.text.Format |
|---|
clone, format, formatToCharacterIterator, parseObject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultPercentageFormatter()
| Method Detail |
|---|
public java.lang.String format(java.lang.String formatString,
java.lang.Object rawData)
throws FormatErrorException
Data is formatted per the 'format string' passed as an argument to this function.
format in class FormatterformatString - code to define how the raw data should be formatted.rawData - data which needs to be formatted.
FormatErrorException - if unable to format the data according to
the format specified.
public java.lang.Object parse(java.lang.String formatString,
java.lang.String parseThisString)
throws java.text.ParseException
parse in class FormatterformatString - code to define how the raw data should be parsed.parseThisString - data which needs to be parsed.
java.text.ParseException - when unable to parse data according to
the format specified.
public void setLocale(LocaleContext thisLocale)
throws UnknownLocaleException
setLocale in class FormatterthisLocale - locale to be used
UnknownLocaleException - if the formatter does'nt support the
specified Locale.public LocaleContext getLocale()
getLocale in class Formatter
public java.lang.Object parseObject(java.lang.String formatThisString,
java.text.ParsePosition status)
parseObject in class java.text.FormatformatThisString - data which needs to be parsedstatus - parse to start from this position
public java.lang.StringBuffer format(java.lang.Object obj,
java.lang.StringBuffer toAppendTo,
java.text.FieldPosition pos)
format in class java.text.Formatobj - object which needs to be formattedtoAppendTo - appended formatted string herepos - additional information about the formatting performed. see
java.text.FieldPosition for more information
Usage of this API is not entirely thread safe.
protected void configureFormatter(java.lang.String formatString)
protected java.text.NumberFormat getPercentageFormatHelper()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||