|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Formatter | |
---|---|
olg.csv.base.ods | This package provides the implementations for reading / writing ODS files. |
olg.csv.bean.formatter | This package provides all the useful classes for formatting fields. |
olg.csv.bean.impl | This package provides the main implementations for reading/writing Beans from Rows. |
olg.csv.bean.loader | This package provides all the useful classes in the loading of classes involved in the reading / writing bean process from an XML descriptor. |
Uses of Formatter in olg.csv.base.ods |
---|
Subclasses of Formatter in olg.csv.base.ods | |
---|---|
static class |
ODSReader.ODSCellFormatter
Define a default cell format strategy. |
Fields in olg.csv.base.ods declared as Formatter | |
---|---|
private Formatter<org.odftoolkit.odfdom.doc.table.OdfTableCell> |
ODSSettings.cellFormatter
|
private Formatter<org.odftoolkit.odfdom.doc.table.OdfTableCell> |
ODSReader.cellFormatter
The cell formatter. |
Methods in olg.csv.base.ods that return Formatter | |
---|---|
Formatter<org.odftoolkit.odfdom.doc.table.OdfTableCell> |
ODSSettings.getCellFormatter()
Returns a cell formatter. |
Methods in olg.csv.base.ods with parameters of type Formatter | |
---|---|
ODSSettings |
ODSSettings.setCellFormatter(Formatter<org.odftoolkit.odfdom.doc.table.OdfTableCell> cellFormatter)
Sets the cell formatter to use. |
Uses of Formatter in olg.csv.bean.formatter |
---|
Subclasses of Formatter in olg.csv.bean.formatter | |
---|---|
class |
ArrayFormatter<T>
Converts array of T into String. |
class |
DateFormatter
Class dedicated in Date formatting. |
Fields in olg.csv.bean.formatter declared as Formatter | |
---|---|
private Formatter<T> |
ArrayFormatter.formatter
Formatter responsible of formatting T object. |
Methods in olg.csv.bean.formatter that return Formatter | |
---|---|
static Formatter<Date> |
Formatter.getDateFormatter(String pattern,
Locale locale)
Returns a new instance of a formatter specialized in formatting Date as String. |
Constructors in olg.csv.bean.formatter with parameters of type Formatter | |
---|---|
ArrayFormatter(Formatter<T> formatter)
Constructs an instance with a formatter. |
Uses of Formatter in olg.csv.bean.impl |
---|
Fields in olg.csv.bean.impl declared as Formatter | |
---|---|
private Formatter |
PropertyFormatter.PropertyReader.formatter
the formatter to use to transform the field into a string. |
Methods in olg.csv.bean.impl with parameters of type Formatter | ||
---|---|---|
static
|
PropertyFormatter.getPropertyReader(Method getter,
String name,
Formatter<T> formatter,
AbstractStringFilter filtre)
Returns a basic PropertyFormatter. |
Constructors in olg.csv.bean.impl with parameters of type Formatter | |
---|---|
PropertyFormatter.PropertyReader(Method getter,
String name,
Formatter formatter,
AbstractStringFilter filtre)
|
Uses of Formatter in olg.csv.bean.loader |
---|
Methods in olg.csv.bean.loader that return Formatter | |
---|---|
protected abstract Formatter<?> |
AbstractFormatterLoader.getConcreteFormatter(Element node)
Returns a concret formatter. |
protected Formatter<? extends Date> |
AbstractFormatterLoader.DateFormatterLoader.getConcreteFormatter(Element node)
|
protected Formatter<?> |
AbstractFormatterLoader.CustomFormatterLoader.getConcreteFormatter(Element node)
|
Formatter<?> |
AbstractFormatterLoader.getFormatter(Element element)
Returns a concret formatter identified from the given XML element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |