@JsType(isNative=true) public class HTMLTableRowElement extends HTMLElement<HTMLTableRowElement>
EventTarget.Options
ACTIVE_BUBBLE, ACTIVE_CAPTURE, PASSIVE_BUBBLE, PASSIVE_CAPTURE, PASSIVE_SUPPORTED
Constructor and Description |
---|
HTMLTableRowElement() |
Modifier and Type | Method and Description |
---|---|
void |
deleteCell(int index) |
HTMLCollection<HTMLTableCellElement> |
getCells() |
int |
getRowIndex() |
int |
getSectionRowIndex() |
HTMLTableCellElement |
insertCell() |
HTMLTableCellElement |
insertCell(int index) |
blur, clearRole, clearTabIndex, click, focus, getBoundingClientRect, getRole, getTabIndex, hasFocus, insertAdjacentHTML, setRole, setTabIndex
addClassName, getAbsoluteLeft, getAbsoluteTop, getAttribute, getAttributeNS, getClassList, getClassName, getClientHeight, getClientLeft, getClientTop, getClientWidth, getComputedStyle, getId, getInnerHTML, getInnerText, getNativeStyle, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getStyle, hasClassName, insertAdjacentElement, insertAdjacentHTML, insertAdjacentText, querySelector, releaseCapture, removeAttribute, removeAttributeNS, removeClassName, setAttribute, setAttributeNS, setCapture, setCapture, setClassName, setId, setInnerHTML, setInnerText, setNativeCatpure, setNativeCatpure, setScrollLeft, setScrollTop, webkitRequestFullscreen
appendChild, cloneNode, compareDocumentPosition, contains, getBaseURI, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNativeNodeType, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousSibling, getTextContent, hasChildNodes, insertAfter, insertBefore, insertBefore, insertFirst, isAncestor, isAttached, isDefaultNamespace, isDescendant, isEqualNode, lookupNamespaceURI, lookupPrefix, normalize, removeAllChildren, removeAllChildrenBefore, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent
addEventListener, addEventListener, addEventListener, dispatchEvent, dispatchEvent, getEventListeners, removeEventListener, removeEventListener, removeEventListener, removeNativeEventListener, removeNativeEventListener, removeNativeEventListener, setEventListeners
cast, getOwnPropertyNames, hasOwnProperty, observe
@JsProperty public HTMLCollection<HTMLTableCellElement> getCells()
@JsProperty(name="rowIndex") public int getRowIndex()
@JsProperty(name="sectionRowIndex") public int getSectionRowIndex()
public void deleteCell(int index)
public HTMLTableCellElement insertCell()
public HTMLTableCellElement insertCell(int index)
Copyright © 2018 Xalys. All rights reserved.