public final class PropertyValueConverter<T> extends Object implements IConverter<T>
| Constructor and Description |
|---|
PropertyValueConverter(String... properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
convertObjectToString(Locale loc,
T in)
Use the property list to get a value for each property, and append to the string to return.
|
T |
convertStringToObject(Locale loc,
String in) |
public PropertyValueConverter(String... properties)
public T convertStringToObject(Locale loc, String in) throws UIException
convertStringToObject in interface IStringToObjectConverter<T>UIExceptionpublic String convertObjectToString(Locale loc, T in) throws UIException
convertObjectToString in interface IObjectToStringConverter<T>UIExceptionIObjectToStringConverter.convertObjectToString(java.util.Locale, java.lang.Object)Copyright © 2017 etc.to. All rights reserved.