Liferay 7.0-ce-m3

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.storage   
com.liferay.portlet.dynamicdatamapping.validator   
 

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

Methods in com.liferay.portlet.dynamicdatamapping.io that return LocalizedValue
protected  LocalizedValue DDMFormValuesJSONDeserializerImpl.getLocalizedValue(JSONObject jsonObject)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.io with parameters of type LocalizedValue
protected  void DDMFormJSONSerializerImpl.addLocalizedProperty(JSONObject jsonObject, String propertyName, LocalizedValue localizedValue)
           
protected  void DDMFormXSDSerializerImpl.addMetadataEntryValues(Map<Locale,Map<String,String>> ddmFormFieldMetadataMap, String entryName, LocalizedValue localizedValue)
           
protected  Map<Locale,Map<String,String>> DDMFormXSDSerializerImpl.getOptionLabelsMap(LocalizedValue optionLabels)
           
protected  void DDMFormJSONDeserializerImpl.setDDMFormFieldLocalizedValue(JSONObject jsonObject, LocalizedValue localizedValue)
           
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 DDMFormField.getLabel()
           
 LocalizedValue DDMFormFieldOptions.getOptionLabels(String optionValue)
           
 LocalizedValue DDMFormField.getPredefinedValue()
           
 LocalizedValue DDMFormField.getStyle()
           
 LocalizedValue DDMFormField.getTip()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type LocalizedValue
 void DDMFormField.setLabel(LocalizedValue label)
           
 void DDMFormField.setPredefinedValue(LocalizedValue predefinedValue)
           
 void DDMFormField.setStyle(LocalizedValue style)
           
 void DDMFormField.setTip(LocalizedValue 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.validator
 

Methods in com.liferay.portlet.dynamicdatamapping.validator with parameters of type LocalizedValue
protected  void DDMFormValidatorImpl.validateDDMFormFieldPropertyValue(String fieldName, String propertyName, LocalizedValue propertyValue, Set<Locale> ddmFormAvailableLocales, Locale ddmFormDefaultLocale)
           
 


Liferay 7.0-ce-m3