Package org.javarosa.formmanager
Class FormModule
java.lang.Object
org.javarosa.formmanager.FormModule
- All Implemented Interfaces:
IModule
public class FormModule extends Object implements IModule
- Author:
- Clayton Sims
-
Constructor Summary
Constructors Constructor Description FormModule() -
Method Summary
Modifier and Type Method Description voidregisterModule()Register Module should identify all configuration that needs to occur for the elements that are contained within a module, and perform that configuration and registration with the current application.
-
Constructor Details
-
FormModule
public FormModule()
-
-
Method Details
-
registerModule
public void registerModule()Description copied from interface:IModuleRegister Module should identify all configuration that needs to occur for the elements that are contained within a module, and perform that configuration and registration with the current application.- Specified by:
registerModulein interfaceIModule
-