Class HTMLTableSectionElement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

    public class HTMLTableSectionElement
    extends RowContainer
    A JavaScript object representing "HTMLTableSectionElement", it is used by HtmlTableBody, HtmlTableHeader, and HtmlTableFooter.
    See Also:
    Serialized Form
    • Field Detail

      • VALIGN_DEFAULT_VALUE

        private static final java.lang.String VALIGN_DEFAULT_VALUE
        The default value of the "vAlign" property.
        See Also:
        Constant Field Values
    • Constructor Detail

      • HTMLTableSectionElement

        public HTMLTableSectionElement()
        Creates an instance.
    • Method Detail

      • getVAlign

        public java.lang.String getVAlign()
        Returns the value of the vAlign property.
        Returns:
        the value of the vAlign property
      • setVAlign

        public void setVAlign​(java.lang.Object vAlign)
        Sets the value of the vAlign property.
        Parameters:
        vAlign - the value of the vAlign property
      • getValidVAlignValues

        private java.lang.String[] getValidVAlignValues()
        Returns the valid "vAlign" values for this element, depending on the browser being emulated.
        Returns:
        the valid "vAlign" values for this element, depending on the browser being emulated
      • getCh

        public java.lang.String getCh()
        Returns the value of the ch property.
        Overrides:
        getCh in class HTMLElement
        Returns:
        the value of the ch property
      • setCh

        public void setCh​(java.lang.String ch)
        Sets the value of the ch property.
        Overrides:
        setCh in class HTMLElement
        Parameters:
        ch - the value of the ch property
      • getChOff

        public java.lang.String getChOff()
        Returns the value of the chOff property.
        Overrides:
        getChOff in class HTMLElement
        Returns:
        the value of the chOff property
      • setChOff

        public void setChOff​(java.lang.String chOff)
        Sets the value of the chOff property.
        Overrides:
        setChOff in class HTMLElement
        Parameters:
        chOff - the value of the chOff property