Class SelectListGeneratorVTwo
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields.SelectListGeneratorVTwo
-
public class SelectListGeneratorVTwo extends Object
-
-
Constructor Summary
Constructors Constructor Description SelectListGeneratorVTwo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,String>getOptions(EditConfigurationVTwo editConfig, String fieldName, VitroRequest vreq)static Map<String,String>getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)static Map<String,String>getSortedMap(Map<String,String> hmap, Comparator<String[]> comparator, VitroRequest vreq)
-
-
-
Method Detail
-
getOptions
public static Map<String,String> getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)
-
getOptions
public static Map<String,String> getOptions(EditConfigurationVTwo editConfig, String fieldName, VitroRequest vreq)
-
getSortedMap
public static Map<String,String> getSortedMap(Map<String,String> hmap, Comparator<String[]> comparator, VitroRequest vreq)
-
-