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 String
mapModelToView(Path modelValue)
Maps the model value to some projected view value.Path
mapViewToModel(String viewValue)
Maps the view value to associated model value.
-
-
-
Method Detail
-
mapModelToView
public String mapModelToView(Path modelValue)
Description copied from interface:IMapper
Maps the model value to some projected view value.- Specified by:
mapModelToView
in interfaceIMapper<Path,String>
- Parameters:
modelValue
- the model value to map.- Returns:
- mapped value.
-
-