Class PathToStringMapper
- java.lang.Object
-
- com._1c.g5.v8.dt.ui.aef.component.PathToStringMapper
-
-
Constructor Summary
Constructors Constructor Description PathToStringMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringmapModelToView(Path modelValue)Maps the model value to some projected view value.PathmapViewToModel(String viewValue)Maps the view value to associated model value.
-
-
-
Method Detail
-
mapModelToView
public String mapModelToView(Path modelValue)
Description copied from interface:IMapperMaps the model value to some projected view value.- Specified by:
mapModelToViewin interfaceIMapper<Path,String>- Parameters:
modelValue- the model value to map.- Returns:
- mapped value.
-
-