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
Constructors -
Method Summary
Methods inherited from class org.adempiere.base.MappedByNameFactory
addMapping, getSupplier, removeMappingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:IFormFactoryCreate new form instance- Specified by:
newFormInstancein interfaceIFormFactory- Returns:
- new form instance
-
scan
Description copied from interface:IMappedFormFactoryScan packages for class withFormannotation and add mapping for it- Specified by:
scanin interfaceIMappedFormFactory
-