Class FormDataAdapterWrapper

java.lang.Object
de.xima.fc.common.form.FormDataAdapterWrapper
All Implemented Interfaces:
IFormDataAdapter, Serializable

public abstract class FormDataAdapterWrapper extends Object implements IFormDataAdapter
Base clas for IFormDataAdapter that wraps another adapter and forwards all method calls to that wrapped adapter.
Since:
8.2.0
See Also: