com.liferay.portlet.dynamicdatamapping.registry
Class DDMFormFieldValueAccessor<A>
java.lang.Object
com.liferay.portlet.dynamicdatamapping.registry.DDMFormFieldValueAccessor<A>
- All Implemented Interfaces:
- Accessor<DDMFormFieldValue,A>
public abstract class DDMFormFieldValueAccessor<A>
- extends Object
- implements Accessor<DDMFormFieldValue,A>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
locale
protected Locale locale
DDMFormFieldValueAccessor
public DDMFormFieldValueAccessor(Locale locale)
getLocale
public Locale getLocale()
getTypeClass
public Class<DDMFormFieldValue> getTypeClass()
- Specified by:
getTypeClass in interface Accessor<DDMFormFieldValue,A>