public class BooleanPrimitiveConverter extends Object implements com.vaadin.data.util.converter.Converter<String,Boolean>
| Constructor and Description |
|---|
BooleanPrimitiveConverter() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
convertToModel(String value,
Class<? extends Boolean> targetType,
Locale locale) |
String |
convertToPresentation(Boolean value,
Class<? extends String> targetType,
Locale locale) |
Class<Boolean> |
getModelType() |
Class<String> |
getPresentationType() |
public Boolean convertToModel(String value, Class<? extends Boolean> targetType, Locale locale) throws com.vaadin.data.util.converter.Converter.ConversionException
public String convertToPresentation(Boolean value, Class<? extends String> targetType, Locale locale) throws com.vaadin.data.util.converter.Converter.ConversionException
Copyright © 2014. All rights reserved.