com.liferay.portlet.dynamicdatamapping.render
Class ValueAccessor
java.lang.Object
com.liferay.portlet.dynamicdatamapping.render.ValueAccessor
- All Implemented Interfaces:
- Accessor<DDMFormFieldValue,String>
public abstract class ValueAccessor
- extends Object
- implements Accessor<DDMFormFieldValue,String>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.kernel.util.Accessor |
get |
locale
protected Locale locale
ValueAccessor
public ValueAccessor(Locale locale)
getAttributeClass
public Class<String> getAttributeClass()
- Specified by:
getAttributeClass in interface Accessor<DDMFormFieldValue,String>
getTypeClass
public Class<DDMFormFieldValue> getTypeClass()
- Specified by:
getTypeClass in interface Accessor<DDMFormFieldValue,String>
getDDMForm
protected DDMForm getDDMForm(DDMFormFieldValue ddmFormFieldValue)
getDDMFormField
protected DDMFormField getDDMFormField(DDMFormFieldValue ddmFormFieldValue)