Class FormObjects
- java.lang.Object
-
- org.openforis.collect.designer.form.FormObjects
-
public abstract class FormObjects extends Object
-
-
Constructor Summary
Constructors Constructor Description FormObjects()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T,F extends FormObject<T>>
List<F>fromObjects(List<T> objects, Class<F> formObjectType)static <T,F extends FormObject<T>>
List<F>fromObjects(List<T> objects, Class<F> formObjectType, String language)static <T,F extends FormObject<T>>
List<T>toObjects(List<F> formObjects, Class<T> objectType)static <T,F extends FormObject<T>>
List<T>toObjects(List<F> formObjects, Class<T> objectType, String language)
-
-
-
Method Detail
-
fromObjects
public static <T,F extends FormObject<T>> List<F> fromObjects(List<T> objects, Class<F> formObjectType)
-
fromObjects
public static <T,F extends FormObject<T>> List<F> fromObjects(List<T> objects, Class<F> formObjectType, String language)
-
toObjects
public static <T,F extends FormObject<T>> List<T> toObjects(List<F> formObjects, Class<T> objectType)
-
toObjects
public static <T,F extends FormObject<T>> List<T> toObjects(List<F> formObjects, Class<T> objectType, String language)
-
-