public class DDMFormFieldOptions
extends Object
implements Serializable
Constructor and Description |
---|
DDMFormFieldOptions() |
Modifier and Type | Method and Description |
---|---|
void |
addOption(String value) |
void |
addOptionLabel(String optionValue,
Locale locale,
String label) |
Locale |
getDefaultLocale() |
LocalizedValue |
getOptionLabels(String optionValue) |
Map<String,LocalizedValue> |
getOptions() |
Set<String> |
getOptionsValues() |
void |
setDefaultLocale(Locale defaultLocale) |
public void addOption(String value)
public void addOptionLabel(String optionValue, Locale locale, String label)
public Locale getDefaultLocale()
public LocalizedValue getOptionLabels(String optionValue)
public Map<String,LocalizedValue> getOptions()
public Set<String> getOptionsValues()
public void setDefaultLocale(Locale defaultLocale)