Class HTMLTableColElement

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

    • HTMLTableColElement

      public HTMLTableColElement()
      Creates an instance.
  • Method Details

    • jsConstructor

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

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

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

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

      public void setWidth_js(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:
    • setOuterHTML

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