Uses of Interface
org.openxava.formatters.IFormatter

Packages that use IFormatter
org.openxava.formatters   
org.openxava.web.meta   
 

Uses of IFormatter in org.openxava.formatters
 

Classes in org.openxava.formatters that implement IFormatter
 class BaseFormatter
          Base formatter that allow to access to context object in current module.
 class BooleanFormatter
           
 class CustomReportComparatorListFormatter
           
 class DateFormatter
          Date formatter with multilocale support.
 class DateTimeCombinedFormatter
          Date/Time (combined) formatter with multilocale support.
 class ImageFormatter
          A simple implementation: Only it shows a icon to indicate that it's a image/photo.
 class MoneyFormatter
          For MONEY and DINERO stereotypes.
 class SQLTimeFormatter
           
 class StringTimeFormatter
           
 class TimeBaseFormatter
           
 class UpperCaseFormatter
           
 class WebURLFormatter
           
 

Uses of IFormatter in org.openxava.web.meta
 

Methods in org.openxava.web.meta that return IFormatter
 IFormatter MetaEditor.getFormatter()
           
 IFormatter MetaEditor.getListFormatter()