Uses of Class
org.openforis.commons.web.SimpleObjectForm
-
-
Uses of SimpleObjectForm in org.openforis.commons.web
Classes in org.openforis.commons.web with type parameters of type SimpleObjectForm Modifier and Type Class Description classAbstractFormUpdateResponse<F extends SimpleObjectForm<?>>Subclasses of SimpleObjectForm in org.openforis.commons.web Modifier and Type Class Description classPersistedObjectForm<I extends Number,T>Methods in org.openforis.commons.web with type parameters of type SimpleObjectForm Modifier and Type Method Description static <T,F extends SimpleObjectForm<T>>
FForms. toForm(T item, Class<F> formType)static <T,F extends SimpleObjectForm<T>>
List<F>Forms. toForms(List<T> items, Class<F> formType)
-