Uses of Class
edu.cornell.mannlib.vedit.beans.FormObject
-
Packages that use FormObject Package Description edu.cornell.mannlib.vedit.beans edu.cornell.mannlib.vedit.tags edu.cornell.mannlib.vedit.util -
-
Uses of FormObject in edu.cornell.mannlib.vedit.beans
Methods in edu.cornell.mannlib.vedit.beans that return FormObject Modifier and Type Method Description FormObjectEditProcessObject. getFormObject()Methods in edu.cornell.mannlib.vedit.beans with parameters of type FormObject Modifier and Type Method Description voidEditProcessObject. setFormObject(FormObject foo) -
Uses of FormObject in edu.cornell.mannlib.vedit.tags
Methods in edu.cornell.mannlib.vedit.tags that return FormObject Modifier and Type Method Description FormObjectEditTag. getFormObject() -
Uses of FormObject in edu.cornell.mannlib.vedit.util
Methods in edu.cornell.mannlib.vedit.util with parameters of type FormObject Modifier and Type Method Description static voidFormUtils. populateFormFromBean(Object bean, String action, EditProcessObject epo, FormObject foo, Map<String,String> BadValuesHash)Populates form objects with bean valuesstatic voidFormUtils. populateFormFromBean(Object bean, String action, FormObject foo)static voidFormUtils. populateFormFromBean(Object bean, String action, FormObject foo, Map<String,String> badValuesHash)
-