wt.enterprise.tabularresults
Interface DataFormatService

All Known Implementing Classes:
StdDataFormatService

public interface DataFormatService

This interface defines the mininum required implementation for a class that is to used by a subclass of wt.enterprise.tabularresults.TableFormatService to format and return the entry for an individual table cell.

Supported API: false

Extendable: false


Method Summary
 String getTableCell(Object context_obj, Locale locale, Properties properties)
          Returns a string that represents the entry in a single table cell

Supported API: false
 

Method Detail

getTableCell

public String getTableCell(Object context_obj,
                           Locale locale,
                           Properties properties)
Returns a string that represents the entry in a single table cell

Supported API: false

Parameters:
locale - The locale contecxt for localization
properties - Properties that are used in creating the cell entry
Returns: