Class XFormsModule

java.lang.Object
org.javarosa.model.xform.XFormsModule
All Implemented Interfaces:
IModule

public class XFormsModule
extends Object
implements IModule
  • Constructor Summary

    Constructors 
    Constructor Description
    XFormsModule()  
  • Method Summary

    Modifier and Type Method Description
    void registerModule()
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • registerModule

      public void registerModule()
      Description copied from interface: IModule
      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.
      Specified by:
      registerModule in interface IModule