Class HTMLTableSectionElement

All Implemented Interfaces:
Serializable, 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:
  • Field Details

    • VALIGN_DEFAULT_VALUE

      private static final String VALIGN_DEFAULT_VALUE
      The default value of the "vAlign" property.
      See Also:
  • Constructor Details

    • HTMLTableSectionElement

      public HTMLTableSectionElement()
      Creates an instance.
  • Method Details

    • jsConstructor

      public void jsConstructor()
      JavaScript constructor.
      Overrides:
      jsConstructor in class HTMLElement
    • getVAlign

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

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

      private 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 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(String ch)
      Sets the value of the ch property.
      Overrides:
      setCh in class HTMLElement
      Parameters:
      ch - the value of the ch property
    • getChOff

      public 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(String chOff)
      Sets the value of the chOff property.
      Overrides:
      setChOff in class HTMLElement
      Parameters:
      chOff - the value of the chOff property