Class HTMLTableComponent

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

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

      • HTMLTableComponent

        public HTMLTableComponent()
    • Method Detail

      • getAlign

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

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