Class HTMLTableComponent

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
Direct Known Subclasses:
HTMLTableCellElement, HTMLTableColElement, HTMLTableRowElement

public class HTMLTableComponent extends HTMLElement
Contains attributes common to various table components.
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

    • HTMLTableComponent

      public HTMLTableComponent()
  • Method Details

    • getAlign

      public String getAlign()
      Returns the value of the align property.
      Returns:
      the value of the align property
    • setAlign

      public void setAlign(String align)
      Sets the value of the align property.
      Parameters:
      align - the value of the align property
    • 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