Uses of Class
olg.csv.bean.formatter.Formatter

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.
 

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.
 

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.
 

Uses of Formatter in olg.csv.bean.impl
 

Methods in olg.csv.bean.impl with parameters of type Formatter
static
<T> PropertyFormatter
PropertyFormatter.getPropertyReader(Method getter, String name, Formatter<T> formatter, AbstractStringFilter filtre)
          Returns a basic PropertyFormatter.
 

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.
 Formatter<?> AbstractFormatterLoader.getFormatter(Element element)
          Returns a concret formatter identified from the given XML element.
 



Copyright © 2014. All rights reserved.