Class FormPaneWA

  • All Implemented Interfaces:
    SimpleGraphicElement

    public class FormPaneWA
    extends FormPane
    The default implementation of FormPane abstract class
    Version:
    1.0
    Author:
    frageade
    • Constructor Detail

      • FormPaneWA

        public FormPaneWA​(String nam,
                          String url,
                          javax.servlet.jsp.PageContext pc)
        Generic class to display a typical WA form pane.
        Parameters:
        nam - form name
        url - form action url
        pc - form page context
    • Method Detail

      • printHeader

        public String printHeader​(String trueActionPage,
                                  String submitPage,
                                  String modifyActionCode)
        Method declaration
        Specified by:
        printHeader in class FormPane
        Parameters:
        trueActionPage -
        submitPage -
        modifyActionCode -
        Returns:
      • printDemo

        public String printDemo​(String trueActionPage,
                                String deleteActionCode,
                                String modifyActionCode)
        Method declaration
        Specified by:
        printDemo in class FormPane
        Parameters:
        trueActionPage -
        deleteActionCode -
        modifyActionCode -
        Returns: