Liferay 7.0-ce-b4

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

Packages that use LocalizedValue
com.liferay.portlet.dynamicdatamapping   
 

Uses of LocalizedValue in com.liferay.portlet.dynamicdatamapping
 

Methods in com.liferay.portlet.dynamicdatamapping 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 that return types with arguments of type LocalizedValue
 Map<String,LocalizedValue> DDMFormFieldOptions.getOptions()
           
 

Methods in com.liferay.portlet.dynamicdatamapping 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)
           
 

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


Liferay 7.0-ce-b4