Liferay 7.0-ce-b4

com.liferay.portlet.dynamicdatamapping
Class DDMFormFieldOptions

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.DDMFormFieldOptions
All Implemented Interfaces:
Serializable

public class DDMFormFieldOptions
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DDMFormFieldOptions()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMFormFieldOptions

public DDMFormFieldOptions()
Method Detail

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)

Liferay 7.0-ce-b4