ALBPM Process API

fuego.papi
Class Presentation.DefaultPresentationColumnFormat

java.lang.Object
  extended by fuego.papi.Presentation.DefaultPresentationColumnFormat
All Implemented Interfaces:
PresentationColumnFormat
Enclosing interface:
Presentation

public static class Presentation.DefaultPresentationColumnFormat
extends Object
implements PresentationColumnFormat


Constructor Summary
Presentation.DefaultPresentationColumnFormat()
           
 
Method Summary
 String format(Presentation.Column column, Object value, Locale locale)
          Formats a column value to produce a localized string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Presentation.DefaultPresentationColumnFormat

public Presentation.DefaultPresentationColumnFormat()
Method Detail

format

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

Specified by:
format in interface PresentationColumnFormat
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

© Copyright 1996/2005 Fuego Inc. All Rights Reserved