public class ActorValueConverter extends Object implements IFValueConverter<List,String>
| Constructor and Description |
|---|
ActorValueConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(Class<? extends Object> modelType,
Class<? extends Object> viewType) |
Class<List> |
getModelType(Class<? extends String> viewType) |
Class<String> |
getViewType(Class<? extends List> modelType) |
String |
modelToView(List o,
IFAttributeInfo attributeInfo) |
List<?> |
viewToModel(String o,
IFAttributeInfo attributeInfo) |
public Class<String> getViewType(Class<? extends List> modelType)
getViewType in interface IFValueConverter<List,String>public Class<List> getModelType(Class<? extends String> viewType)
getModelType in interface IFValueConverter<List,String>public List<?> viewToModel(String o, IFAttributeInfo attributeInfo)
viewToModel in interface IFValueConverter<List,String>public String modelToView(List o, IFAttributeInfo attributeInfo)
modelToView in interface IFValueConverter<List,String>Copyright © 2013. All Rights Reserved.