Package org.adempiere.webui.factory
Class MappedFormFactory
- All Implemented Interfaces:
IMappedByNameFactory<ADForm>
,IFormFactory
,IMappedFormFactory
public class MappedFormFactory
extends MappedByNameFactory<ADForm>
implements IFormFactory, IMappedFormFactory
Default implementation of
IMappedFormFactory
- Author:
- hengsin
-
Constructor Summary
-
Method Summary
Methods inherited from class org.adempiere.base.MappedByNameFactory
addMapping, getSupplier, removeMapping
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.adempiere.base.IMappedByNameFactory
addMapping, getSupplier, newInstance, removeMapping
-
Constructor Details
-
MappedFormFactory
public MappedFormFactory()Default constructor
-
-
Method Details
-
newFormInstance
Description copied from interface:IFormFactory
Create new form instance- Specified by:
newFormInstance
in interfaceIFormFactory
- Returns:
- new form instance
-
scan
Description copied from interface:IMappedFormFactory
Scan packages for class withForm
annotation and add mapping for it- Specified by:
scan
in interfaceIMappedFormFactory
-