Class FormSelect

    • Constructor Detail

      • FormSelect

        public FormSelect​(String nam,
                          String val)
        Constructor declaration
        Parameters:
        nam -
        val -
      • FormSelect

        public FormSelect​(String nam,
                          String val,
                          String lab,
                          int siz)
        Constructor declaration
        Parameters:
        nam -
        val -
        lab -
        siz -
    • Method Detail

      • addItem

        public void addItem​(String itemsLabel,
                            String itemValue,
                            boolean selected)
        Method declaration
        Parameters:
        itemsLabel -
        itemValue -
        selected -
      • addItem

        public void addItem​(String itemsLabel,
                            String itemValue)
        Method declaration
        Parameters:
        itemsLabel -
        itemValue -
      • getDescriptor

        public FormPane getDescriptor​(String nam,
                                      String url,
                                      javax.servlet.jsp.PageContext pc)
        Method declaration
        Specified by:
        getDescriptor in class FormLine
        Parameters:
        nam -
        url -
        pc -
        Returns:
      • getConfigurationByRequest

        public void getConfigurationByRequest​(javax.servlet.http.HttpServletRequest req)
        Method declaration
        Specified by:
        getConfigurationByRequest in class FormLine
        Parameters:
        req -
      • toXML

        public String toXML()
        Method declaration
        Specified by:
        toXML in class FormLine
        Returns: