Package org.adempiere.webui.factory
Class MappedFormFactory
- java.lang.Object
-
- org.adempiere.base.MappedByNameFactory<ADForm>
-
- org.adempiere.webui.factory.MappedFormFactory
-
- All Implemented Interfaces:
IMappedByNameFactory<ADForm>,IFormFactory,IMappedFormFactory
public class MappedFormFactory extends MappedByNameFactory<ADForm> implements IFormFactory, IMappedFormFactory
-
-
Constructor Summary
Constructors Constructor Description MappedFormFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ADFormnewFormInstance(String formName)voidscan(org.osgi.framework.BundleContext context, String... packages)Scan packages for class withFormannotation and add mapping for it-
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
-
-
-
-
Method Detail
-
newFormInstance
public ADForm newFormInstance(String formName)
- Specified by:
newFormInstancein interfaceIFormFactory- Returns:
- new form instance
-
scan
public void scan(org.osgi.framework.BundleContext context, String... packages)Description copied from interface:IMappedFormFactoryScan packages for class withFormannotation and add mapping for it- Specified by:
scanin interfaceIMappedFormFactory
-
-