Package org.opencms.ui.components
Class CmsResourceTableProperty.DateConverter
java.lang.Object
org.opencms.ui.components.CmsResourceTableProperty.DateConverter
- All Implemented Interfaces:
com.vaadin.v7.data.util.converter.Converter<String,
,Long> Serializable
- Enclosing class:
- CmsResourceTableProperty
public static class CmsResourceTableProperty.DateConverter
extends Object
implements com.vaadin.v7.data.util.converter.Converter<String,Long>
Converter for dates represented by their time stamp.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.vaadin.v7.data.util.converter.Converter
com.vaadin.v7.data.util.converter.Converter.ConversionException
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertToModel
(String value, Class<? extends Long> targetType, Locale locale) convertToPresentation
(Long value, Class<? extends String> targetType, Locale locale)
-
Constructor Details
-
DateConverter
public DateConverter()
-
-
Method Details
-
convertToModel
-
convertToPresentation
-
getModelType
-
getPresentationType
-