Liferay 7.0-ce-m6

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

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

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.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