|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.util.PropertyValueConverter<T>
public final class PropertyValueConverter<T>
This converts an object to a string by creating a string from a list of property values off that object.
Constructor Summary | |
---|---|
PropertyValueConverter(java.lang.String... properties)
|
Method Summary | |
---|---|
java.lang.String |
convertObjectToString(java.util.Locale loc,
T in)
Use the property list to get a value for each property, and append to the string to return. |
T |
convertStringToObject(java.util.Locale loc,
java.lang.String in)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyValueConverter(java.lang.String... properties)
Method Detail |
---|
public T convertStringToObject(java.util.Locale loc, java.lang.String in) throws UIException
convertStringToObject
in interface IStringToObjectConverter<T>
UIException
public java.lang.String convertObjectToString(java.util.Locale loc, T in) throws UIException
convertObjectToString
in interface IObjectToStringConverter<T>
UIException
IObjectToStringConverter.convertObjectToString(java.util.Locale, java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |