|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.PropertyValueFormatters
public class PropertyValueFormatters
This class can find the PropertyValueFormatter for a specified object.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
|
| Constructor Summary | |
|---|---|
PropertyValueFormatters()
Constructs a new PropertyValueFormatters with the default list of formatters. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public PropertyValueFormatters()
| Method Detail |
|---|
public PropertyValueFormatter getFormatter(java.lang.Object pValue)
public void addFormatter(java.lang.Class pClass,
PropertyValueFormatter pFormatter)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||