Java com.vaadin.v7.data.util.converter ConverterUtil fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.v7.data.util.converter ConverterUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.v7.data.util.converter ConverterUtil.

The text is from its open source code.

Method

MODELTYPEconvertToModel(PRESENTATIONTYPE presentationValue, Class modelType, Converter converter, Locale locale)
Convert the given value from the presentation (UI) type to model (data source) type.