Liferay 7.0-ce-m6

Uses of Class
com.liferay.portlet.dynamicdatamapping.model.LocalizedValue

Packages that use LocalizedValue
com.liferay.portlet.dynamicdatamapping.io   
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.registry   
com.liferay.portlet.dynamicdatamapping.storage   
com.liferay.portlet.dynamicdatamapping.util   
com.liferay.portlet.dynamicdatamapping.util.test   
 

Uses of LocalizedValue in com.liferay.portlet.dynamicdatamapping.io
 

Methods in com.liferay.portlet.dynamicdatamapping.io that return LocalizedValue
protected  LocalizedValue DDMFormJSONDeserializerImpl.deserializeLocalizedValue(String serializedDDMFormFieldProperty)
           
protected  LocalizedValue DDMFormValuesJSONDeserializerImpl.getLocalizedValue(JSONObject jsonObject)
           
protected  LocalizedValue DDMFormLayoutJSONDeserializerImpl.getTitle(JSONObject jsonObject)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.io with parameters of type LocalizedValue
protected  void DDMFormLayoutJSONSerializerImpl.addDescription(JSONObject pageJSONObject, LocalizedValue description)
           
protected  void DDMFormLayoutJSONSerializerImpl.addTitle(JSONObject pageJSONObject, LocalizedValue title)
           
protected  void DDMFormXSDDeserializerImpl.setDDMFormFieldLocalizedValueDefaultLocale(LocalizedValue localizedValue, Locale defaultLocale)
           
protected  void DDMFormJSONDeserializerImpl.setDDMFormFieldLocalizedValueDefaultLocale(LocalizedValue localizedValue, Locale defaultLocale)
           
protected  JSONObject DDMFormJSONSerializerImpl.toJSONObject(LocalizedValue localizedValue)
           
 

Uses of LocalizedValue in com.liferay.portlet.dynamicdatamapping.model
 

Methods in com.liferay.portlet.dynamicdatamapping.model that return LocalizedValue
 LocalizedValue DDMFormLayoutPage.getDescription()
           
 LocalizedValue DDMFormField.getLabel()
           
 LocalizedValue DDMFormFieldOptions.getOptionLabels(String optionValue)
           
 LocalizedValue DDMFormField.getPredefinedValue()
           
 LocalizedValue DDMFormField.getStyle()
           
 LocalizedValue DDMFormField.getTip()
           
 LocalizedValue DDMFormLayoutPage.getTitle()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type LocalizedValue
 void DDMFormLayoutPage.setDescription(LocalizedValue description)
           
 void DDMFormField.setLabel(LocalizedValue label)
           
 void DDMFormField.setPredefinedValue(LocalizedValue predefinedValue)
           
 void DDMFormField.setStyle(LocalizedValue style)
           
 void DDMFormField.setTip(LocalizedValue tip)
           
 void DDMFormLayoutPage.setTitle(LocalizedValue title)
           
 

Constructors in com.liferay.portlet.dynamicdatamapping.model with parameters of type LocalizedValue
LocalizedValue(LocalizedValue localizedValue)
           
 

Uses of LocalizedValue in com.liferay.portlet.dynamicdatamapping.registry
 

Methods in com.liferay.portlet.dynamicdatamapping.registry that return LocalizedValue
 LocalizedValue DefaultDDMFormFieldTypeSettings.label()
           
 LocalizedValue DefaultDDMFormFieldTypeSettings.predefinedValue()
           
 LocalizedValue DefaultDDMFormFieldTypeSettings.tip()
           
 

Uses of LocalizedValue in com.liferay.portlet.dynamicdatamapping.storage
 

Methods in com.liferay.portlet.dynamicdatamapping.storage that return LocalizedValue
protected  LocalizedValue StringFieldRenderer.getFieldOptionLabel(Field field, String optionValue)
           
 

Uses of LocalizedValue in com.liferay.portlet.dynamicdatamapping.util
 

Methods in com.liferay.portlet.dynamicdatamapping.util that return LocalizedValue
protected  LocalizedValue DDMImpl.getDefaultDDMFormPageTitle(Locale defaultLocale)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type LocalizedValue
protected  void DDMImpl.addDDMFormFieldLocalizedProperty(JSONObject jsonObject, String propertyName, LocalizedValue localizedValue, Locale locale, Locale defaultLocale, String type)
           
 

Uses of LocalizedValue in com.liferay.portlet.dynamicdatamapping.util.test
 

Methods in com.liferay.portlet.dynamicdatamapping.util.test that return LocalizedValue
static LocalizedValue DDMFormValuesTestUtil.createLocalizedValue(String enValue, Locale defaultLocale)
           
static LocalizedValue DDMFormValuesTestUtil.createLocalizedValue(String enValue, String ptValue, Locale defaultLocale)
           
 


Liferay 7.0-ce-m6