com.liferay.portlet.dynamicdatamapping
Class DDMFormFieldOptions
java.lang.Object
com.liferay.portlet.dynamicdatamapping.DDMFormFieldOptions
- All Implemented Interfaces:
- Serializable
public class DDMFormFieldOptions
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDMFormFieldOptions
public DDMFormFieldOptions()
addOption
public void addOption(String value)
addOptionLabel
public void addOptionLabel(String optionValue,
Locale locale,
String label)
getDefaultLocale
public Locale getDefaultLocale()
getOptionLabels
public LocalizedValue getOptionLabels(String optionValue)
getOptions
public Map<String,LocalizedValue> getOptions()
getOptionsValues
public Set<String> getOptionsValues()
setDefaultLocale
public void setDefaultLocale(Locale defaultLocale)