Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.webengine.forms.validation.TypeConvertor

Packages that use TypeConvertor
org.nuxeo.ecm.webengine.forms.validation   
 

Uses of TypeConvertor in org.nuxeo.ecm.webengine.forms.validation
 

Fields in org.nuxeo.ecm.webengine.forms.validation declared as TypeConvertor
static TypeConvertor<Boolean> TypeConvertor.BOOLEAN
           
static TypeConvertor<Class<?>> TypeConvertor.CLASS
           
static TypeConvertor<Date> TypeConvertor.DATE
           
static TypeConvertor<Double> TypeConvertor.DOUBLE
           
static TypeConvertor<Float> TypeConvertor.FLOAT
           
static TypeConvertor<Integer> TypeConvertor.INTEGER
           
static TypeConvertor<Long> TypeConvertor.LONG
           
 

Methods in org.nuxeo.ecm.webengine.forms.validation that return TypeConvertor
static
<T> TypeConvertor<T>
TypeConvertor.getConvertor(Class<T> type)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.