Class HTMLFrameSetElementImpl

    • Constructor Detail

      • HTMLFrameSetElementImpl

        public HTMLFrameSetElementImpl​(java.lang.String name,
                                       boolean noStyleSheet)
      • HTMLFrameSetElementImpl

        public HTMLFrameSetElementImpl​(java.lang.String name)
    • Method Detail

      • getCols

        public java.lang.String getCols()
        Description copied from interface: HTMLFrameSetElement
        The number of columns of frames in the frameset. See the cols attribute definition in HTML 4.01.
        Specified by:
        getCols in interface HTMLFrameSetElement
      • setCols

        public void setCols​(java.lang.String cols)
        Description copied from interface: HTMLFrameSetElement
        The number of columns of frames in the frameset. See the cols attribute definition in HTML 4.01.
        Specified by:
        setCols in interface HTMLFrameSetElement
      • getRows

        public java.lang.String getRows()
        Description copied from interface: HTMLFrameSetElement
        The number of rows of frames in the frameset. See the rows attribute definition in HTML 4.01.
        Specified by:
        getRows in interface HTMLFrameSetElement
      • setRows

        public void setRows​(java.lang.String rows)
        Description copied from interface: HTMLFrameSetElement
        The number of rows of frames in the frameset. See the rows attribute definition in HTML 4.01.
        Specified by:
        setRows in interface HTMLFrameSetElement