Class DDMFormFieldOptions

Object
com.liferay.dynamic.data.mapping.kernel.DDMFormFieldOptions
All Implemented Interfaces:
Serializable

public class DDMFormFieldOptions extends Object implements Serializable
Author:
Pablo Carvalho
See Also:
  • Constructor Details

    • DDMFormFieldOptions

      public DDMFormFieldOptions()
  • Method Details

    • 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)