Liferay 7.0-ce-m6

Uses of Interface
com.liferay.portlet.dynamicdatamapping.model.Value

Packages that use Value
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.storage   
com.liferay.portlet.dynamicdatamapping.util.test   
 

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

Classes in com.liferay.portlet.dynamicdatamapping.model that implement Value
 class LocalizedValue
           
 class UnlocalizedValue
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.storage that return Value
 Value DDMFormFieldValue.getValue()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.storage with parameters of type Value
 void DDMFormFieldValue.setValue(Value value)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.util.test with parameters of type Value
static DDMFormFieldValue DDMFormValuesTestUtil.createDDMFormFieldValue(String instanceId, String name, Value value)
           
static DDMFormFieldValue DDMFormValuesTestUtil.createDDMFormFieldValue(String name, Value value)
           
 


Liferay 7.0-ce-m6