public class ConstantFieldOptions extends Object implements FieldOptions
| Constructor and Description |
|---|
ConstantFieldOptions(String... optionPairs) |
ConstantFieldOptions(String fieldName2,
List<List<String>> optionPairs) |
| Modifier and Type | Method and Description |
|---|---|
Comparator<String[]> |
getCustomComparator() |
Map<String,String> |
getOptions(EditConfigurationVTwo editConfig,
String fieldName,
WebappDaoFactory wDaoFact,
I18nBundle i18n)
Any object that are needed to get the options should
be passed in the constructor of the implementation.
|
public ConstantFieldOptions(String... optionPairs) throws Exception
Exceptionpublic Map<String,String> getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n) throws Exception
FieldOptionsgetOptions in interface FieldOptionsExceptionpublic Comparator<String[]> getCustomComparator()
getCustomComparator in interface FieldOptionsCopyright © 2021. All rights reserved.