Module org.htmlunit

Class HTMLTableColElement

java.lang.Object
org.htmlunit.corejs.javascript.SlotMapOwner<org.htmlunit.corejs.javascript.Scriptable>
All Implemented Interfaces:
Serializable, Cloneable, org.htmlunit.corejs.javascript.ConstProperties<org.htmlunit.corejs.javascript.Scriptable>, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.PropHolder<org.htmlunit.corejs.javascript.Scriptable>, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

public class HTMLTableColElement extends HTMLElement
The JavaScript object HTMLTableColElement.
Author:
Daniel Gredler, Ahmed Ashour, Ronald Brill
See Also:
  • Constructor Details

    • HTMLTableColElement

      public HTMLTableColElement()
  • 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
    • 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
    • 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