| Package | Description |
|---|---|
| edu.cornell.mannlib.vedit.beans | |
| edu.cornell.mannlib.vedit.controller | |
| edu.cornell.mannlib.vedit.util | |
| edu.cornell.mannlib.vitro.webapp.controller.edit.utils |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,List<Option>> |
FormObject.getOptionLists() |
List<Option> |
FormObject.optionListByName(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormObject.setOptionLists(HashMap<String,List<Option>> optionLists) |
| Modifier and Type | Method and Description |
|---|---|
List<Option> |
BaseEditController.getSortedList(HashMap<String,Option> hashMap,
List<Option> optionList,
VitroRequest vreq) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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.makeOptionListOfSubVClasses(WebappDaoFactory wadf,
String parentVClassUri,
String selectedVClassURI) |
static List<Option> |
FormUtils.makeVClassOptionList(WebappDaoFactory wadf,
String selectedVClassURI) |
| Modifier and Type | Method and Description |
|---|---|
static List<Option> |
RoleLevelOptionsSetup.getDisplayOptionsList(ResourceBean b) |
static List<Option> |
RoleLevelOptionsSetup.getPublishOptionsList(ResourceBean b) |
static List<Option> |
RoleLevelOptionsSetup.getUpdateOptionsList(ResourceBean b) |
Copyright © 2022. All rights reserved.