java.lang.Object
org.pidome.platform.presentation.input.form.InputForm
org.pidome.server.services.http.presentation.DummyForm

public class DummyForm extends org.pidome.platform.presentation.input.form.InputForm
Container for forms for the frontend. The target is implementation specific. When a PresentationForm is communicated with the outside world it is expected to be returned as the PresentationForm.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.pidome.platform.presentation.input.form.InputForm

    addSection, addSections, addSections, checkFormRequirements, getDescription, getName, getSections, removeSection, removeSections, removeSections, setSections

    Methods inherited from class java.lang.Object

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

    • DummyForm

      public DummyForm()