public final class DomainListConverter extends Object implements IConverter<Object>
| Constructor and Description |
|---|
DomainListConverter(PropertyMetaModel<?> pmm) |
| Modifier and Type | Method and Description |
|---|---|
String |
convertObjectToString(Locale loc,
Object in)
Convert the value passed into the label provided for that value.
|
Object |
convertStringToObject(Locale loc,
String in)
Convert the label entered into the value for that label.
|
public DomainListConverter(PropertyMetaModel<?> pmm)
public String convertObjectToString(Locale loc, Object in) throws UIException
convertObjectToString in interface IObjectToStringConverter<Object>UIExceptionIObjectToStringConverter.convertObjectToString(java.util.Locale, java.lang.Object)public Object convertStringToObject(Locale loc, String in) throws UIException
convertStringToObject in interface IStringToObjectConverter<Object>UIExceptionIStringToObjectConverter.convertStringToObject(java.util.Locale, java.lang.String)Copyright © 2017 etc.to. All rights reserved.