Class HTMLTableColElement

  • 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 HTMLTableColElement
    extends HTMLTableComponent
    The JavaScript object HTMLTableColElement.
    See Also:
    Serialized Form
    • Constructor Detail

      • HTMLTableColElement

        public HTMLTableColElement()
        Creates an instance.
    • Method Detail

      • getSpan

        public int getSpan()
        Returns the value of the span property.
        Returns:
        the value of the span property
      • setSpan

        public void setSpan​(java.lang.Object span)
        Sets the value of the span property.
        Parameters:
        span - the value of the span property
      • getWidth_js

        public java.lang.String getWidth_js()
        Returns the value of the width property.
        Returns:
        the value of the width property
      • setWidth_js

        public void setWidth_js​(java.lang.Object width)
        Sets the value of the width property.
        Parameters:
        width - the value of the width property
      • isEndTagForbidden

        protected boolean isEndTagForbidden()
        Returns whether the end tag is forbidden or not.
        Overrides:
        isEndTagForbidden in class HTMLElement
        Returns:
        whether the end tag is forbidden or not
        See Also:
        HTML 4 specs
      • setOuterHTML

        public void setOuterHTML​(java.lang.Object value)
        Overwritten to throw an exception.
        Overrides:
        setOuterHTML in class Element
        Parameters:
        value - the new value for replacing this node