@JsType(isNative=true, name="HTMLTableRowElement", namespace="<global>") public final class TableRow extends BaseHtmlElement
BaseEventTarget.EventListenerCallback
Modifier and Type | Field and Description |
---|---|
static String |
TAG
The tag for this element.
|
Modifier and Type | Method and Description |
---|---|
String |
getAlign()
Returns the alignment of the element's contents with respect to the surrounding context.
|
int |
getRowIndex()
Returns a value which gives the logical position of the row within the entire table.
If the row is not part of a table, returns -1. |
String |
getVAlign()
Returns the value indicating how the content of the cell must be vertically aligned.
|
void |
setAlign(String align)
Sets the alignment of the element's contents with respect to the surrounding context.
|
void |
setVAlign(String vAlign)
Sets the value indicating how the content of the cell must be vertically aligned.
|
getAbsoluteLeft, getAbsoluteTop, getInnerText, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getParentHtmlElement, getScrollingElement, getStyle, getTabIndex, removeFromParent, setInnerText, setTabIndex
getAttributes, getChildElementCount, getClientHeight, getClientLeft, getClientTop, getClientWidth, getElementsByTagName, getFirstElementChild, getId, getInnerHTML, getLastElementChild, getNextElementSibling, getOuterHTML, getPreviousElementSibling, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getTagName, hasAttributes, remove, setId, setInnerHTML
appendChild, cloneNode, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getTextContent, hasChildNodes, insertBefore, removeAllChildren, removeChild, setNodeValue, setTextContent
addEventListener, removeEventListener
@JsOverlay public static final String TAG
@JsProperty public String getAlign()
@JsProperty public void setAlign(String align)
align
- the alignment of the element's contents with respect to the surrounding context@JsProperty public int getRowIndex()
@JsProperty public String getVAlign()
@JsProperty public void setVAlign(String vAlign)
vAlign
- the value indicating how the content of the cell must be vertically aligned