ALBPM Process API (PAPI)

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.


Method Summary
 String format(Presentation.Column column, Object value, Locale locale)
          Formats a column value to produce a localized string.
 

Method Detail

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.

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved