Class DefaultDDMFormFieldValueAccessor
java.lang.Object
com.liferay.dynamic.data.mapping.form.field.type.DefaultDDMFormFieldValueAccessor
- All Implemented Interfaces:
DDMFormFieldValueAccessor<String>
public class DefaultDDMFormFieldValueAccessor
extends Object
implements DDMFormFieldValueAccessor<String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
getValue
(DDMFormFieldValue ddmFormFieldValue, Locale locale) getValueForEvaluation
(DDMFormFieldValue ddmFormFieldValue, Locale locale) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.dynamic.data.mapping.form.field.type.DDMFormFieldValueAccessor
isEmpty, map
-
Constructor Details
-
DefaultDDMFormFieldValueAccessor
public DefaultDDMFormFieldValueAccessor()
-
-
Method Details
-
getArrayGenericType
- Specified by:
getArrayGenericType
in interfaceDDMFormFieldValueAccessor<String>
-
getValue
- Specified by:
getValue
in interfaceDDMFormFieldValueAccessor<String>
-
getValueForEvaluation
- Specified by:
getValueForEvaluation
in interfaceDDMFormFieldValueAccessor<String>
-