fuego.papi
Interface PresentationColumnFormat
- All Known Implementing Classes:
- Presentation.DefaultPresentationColumnFormat
- public interface PresentationColumnFormat
PresentationColumnFormat defines the programming interface for formatting
locale-sensitive presentation column values into Strings.
format
public String format(Presentation.Column column,
Object value,
Locale locale)
- Formats a column value to produce a localized string.
- Parameters:
column - Column to display.value - the value of the column.locale - Locale to localize the value.
- Returns:
- the column value localized.
© Copyright 1996/2005 Fuego Inc. All Rights Reserved