CommcareFormBuilder¶
-
public class
CommcareFormBuilder¶ Can be used for creating instances of the
CommcareFormclass based on the parameters stored in the passed event.
Methods¶
buildFrom¶
-
public CommcareForm
buildFrom(MotechEvent motechEvent)¶ Creates an instance of the
CommcareFormclass based on the parameters stored in the passed event.Parameters: - motechEvent – the event storing form information
Returns: the instance of the
CommcareFormbuilt based on the parameters stored in the passed event