Class RdfTypeOptions
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields.RdfTypeOptions
-
- All Implemented Interfaces:
FieldOptions
public class RdfTypeOptions extends Object implements FieldOptions
-
-
Constructor Summary
Constructors Constructor Description RdfTypeOptions(String... superClassURIs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Comparator<String[]>getCustomComparator()Map<String,String>getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wdf, I18nBundle i18n)Any object that are needed to get the options should be passed in the constructor of the implementation.
-
-
-
Method Detail
-
getOptions
public Map<String,String> getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wdf, I18nBundle i18n)
Description copied from interface:FieldOptionsAny object that are needed to get the options should be passed in the constructor of the implementation.- Specified by:
getOptionsin interfaceFieldOptions- Returns:
- return a map of value->label for the options. Should never return null.
-
getCustomComparator
public Comparator<String[]> getCustomComparator()
- Specified by:
getCustomComparatorin interfaceFieldOptions
-
-