Uses of Class
edu.cornell.mannlib.vedit.beans.Option
-
Packages that use Option Package Description edu.cornell.mannlib.vedit.beans edu.cornell.mannlib.vedit.controller edu.cornell.mannlib.vedit.util -
-
Uses of Option in edu.cornell.mannlib.vedit.beans
Methods in edu.cornell.mannlib.vedit.beans that return types with arguments of type Option Modifier and Type Method Description HashMap<String,List<Option>>FormObject. getOptionLists()List<Option>FormObject. optionListByName(String key)Method parameters in edu.cornell.mannlib.vedit.beans with type arguments of type Option Modifier and Type Method Description voidFormObject. setOptionLists(HashMap<String,List<Option>> optionLists) -
Uses of Option in edu.cornell.mannlib.vedit.controller
Methods in edu.cornell.mannlib.vedit.controller that return types with arguments of type Option Modifier and Type Method Description List<Option>BaseEditController. getSortedList(HashMap<String,Option> hashMap, List<Option> optionList, VitroRequest vreq)Method parameters in edu.cornell.mannlib.vedit.controller with type arguments of type Option Modifier and Type Method Description List<Option>BaseEditController. getSortedList(HashMap<String,Option> hashMap, List<Option> optionList, VitroRequest vreq)List<Option>BaseEditController. getSortedList(HashMap<String,Option> hashMap, List<Option> optionList, VitroRequest vreq) -
Uses of Option in edu.cornell.mannlib.vedit.util
Methods in edu.cornell.mannlib.vedit.util that return types with arguments of type Option Modifier and Type Method Description static List<Option>FormUtils. makeOptionListFromBeans(List beanList, String valueField, String bodyField, String selectedValue, String selectedBody)static List<Option>FormUtils. makeOptionListFromBeans(List beanList, String valueField, String bodyField, String selectedValue, String selectedBody, boolean forceSelectedInclusion)static List<Option>FormUtils. makeOptionListOfNotDisjointClasses(WebappDaoFactory wadf, String baseVclassUri, String selectedUri)static List<Option>FormUtils. makeOptionListOfSubVClasses(WebappDaoFactory wadf, String parentVClassUri, String selectedVClassURI)static List<Option>FormUtils. makeVClassOptionList(WebappDaoFactory wadf, String selectedVClassURI)
-