public class PropertyValueFormatters
extends java.lang.Object
This class can find the PropertyValueFormatter for a specified object.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Constructor and Description | 
|---|
PropertyValueFormatters()
Constructs a new PropertyValueFormatters with the default list of
 formatters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addFormatter(java.lang.Class pClass,
            PropertyValueFormatter pFormatter)
Adds a new PropertyValueFormatter to the list of formatters
 recognized by the admin UI. 
 | 
PropertyValueFormatter | 
getFormatter(java.lang.Object pValue)
Returns the PropertyValueFormatter for the given value. 
 | 
public PropertyValueFormatters()
public PropertyValueFormatter getFormatter(java.lang.Object pValue)
public void addFormatter(java.lang.Class pClass,
                         PropertyValueFormatter pFormatter)