Class HTMLTableRowElement

  • All Implemented Interfaces:
    EventTarget

    @JsType(isNative=true,
            namespace="<global>")
    public class HTMLTableRowElement
    extends HTMLElement
    • Field Detail

      • align

        public java.lang.String align
      • bgColor

        public java.lang.String bgColor
      • ch

        public java.lang.String ch
      • chOff

        public java.lang.String chOff
      • rowIndex

        public int rowIndex
      • sectionRowIndex

        public int sectionRowIndex
      • vAlign

        public java.lang.String vAlign
    • Constructor Detail

      • HTMLTableRowElement

        public HTMLTableRowElement()
    • Method Detail

      • deleteCell

        public void deleteCell​(int index)
      • insertCell

        public HTMLElement insertCell​(int index)