atg.svc.ui.util
Interface PropertyFormatter.ValueFormatter

All Known Implementing Classes:
PropertyFormatter.BooleanValueFormatter, PropertyFormatter.DateValueFormatter, PropertyFormatter.DecimalValueFormatter, PropertyFormatter.ListValueFormatter, PropertyFormatter.NumberValueFormatter, PropertyFormatter.OrganizationValueFormatter, PropertyFormatter.StatementValueFormatter, PropertyFormatter.TextValueFormatter, PropertyFormatter.UserValueFormatter
Enclosing class:
PropertyFormatter

protected static interface PropertyFormatter.ValueFormatter

Formats an Object into a String that can be displayed.


Method Summary
 java.lang.String format(java.lang.String pPropertyName, java.lang.Object pPropertyValue)
           
 

Method Detail

format

java.lang.String format(java.lang.String pPropertyName,
                        java.lang.Object pPropertyValue)