com.ibm.as400.util.html

Class LayoutFormPanel

  • java.lang.Object
    • com.ibm.as400.util.html.LayoutFormPanel
    • Constructor Detail

      • LayoutFormPanel

        public LayoutFormPanel()
        Constructs a default LayoutFormPanel.
    • Method Detail

      • addElement

        public void addElement(HTMLTagElement element)
        Adds a form element to the panel.
        Parameters:
        element - The form element.
      • getSize

        public int getSize()
        Returns the number of elements in the layout.
        Returns:
        The number of elements.
      • removeElement

        public void removeElement(HTMLTagElement element)
        Removes a form element from the panel.
        Parameters:
        element - The form element.
      • toString

        public java.lang.String toString()
        Returns a String representation of the panel tag.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The tag.