Class TableRow
- java.lang.Object
- 
- org.pepstock.charba.client.dom.BaseEventTarget
- 
- org.pepstock.charba.client.dom.BaseNode
- 
- org.pepstock.charba.client.dom.BaseElement
- 
- org.pepstock.charba.client.dom.BaseHtmlElement
- 
- org.pepstock.charba.client.dom.elements.TableRow
 
 
 
 
 
- 
- All Implemented Interfaces:
- IsJSType
 
 @JsType(isNative=true, name="HTMLTableRowElement", namespace="<global>") public final class TableRow extends BaseHtmlElementProvides special properties and methods for manipulating the layout and presentation of rows in an HTML table.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.pepstock.charba.client.dom.BaseEventTargetBaseEventTarget.EventListenerCallback
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlign()Returns the alignment of the element's contents with respect to the surrounding context.intgetRowIndex()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.StringgetVAlign()Returns the value indicating how the content of the cell must be vertically aligned.voidsetAlign(String align)Sets the alignment of the element's contents with respect to the surrounding context.voidsetVAlign(String vAlign)Sets the value indicating how the content of the cell must be vertically aligned.- 
Methods inherited from class org.pepstock.charba.client.dom.BaseHtmlElementblur, focus, getAbsoluteLeft, getAbsoluteTop, getInnerText, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getParentHtmlElement, getScrollingElement, getStyle, getTabIndex, removeFromParent, setInnerText, setTabIndex
 - 
Methods inherited from class org.pepstock.charba.client.dom.BaseElementgetAttributes, getBoundingClientRect, getChildElementCount, getClientHeight, getClientLeft, getClientTop, getClientWidth, getElementsByTagName, getFirstElementChild, getId, getInnerHTML, getLastElementChild, getNextElementSibling, getOuterHTML, getPreviousElementSibling, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getTagName, hasAttributes, hasPointerCapture, releasePointerCapture, remove, setId, setInnerHTML, setPointerCapture
 - 
Methods inherited from class org.pepstock.charba.client.dom.BaseNodeappendChild, cloneNode, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getTextContent, hasChildNodes, insertBefore, removeAllChildren, removeChild, setNodeValue, setTextContent
 - 
Methods inherited from class org.pepstock.charba.client.dom.BaseEventTargetaddEventListener, addEventListener, dispatchEvent, dispatchEvent, removeEventListener, removeEventListener
 
- 
 
- 
- 
- 
Field Detail- 
TAG@JsOverlay public static final String TAG The tag for this element.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getAlign@JsProperty public String getAlign() Returns the alignment of the element's contents with respect to the surrounding context.- Returns:
- the alignment of the element's contents with respect to the surrounding context
 
 - 
setAlign@JsProperty public void setAlign(String align) Sets the alignment of the element's contents with respect to the surrounding context.- Parameters:
- align- the alignment of the element's contents with respect to the surrounding context
 
 - 
getRowIndex@JsProperty public 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.- Returns:
- a value which gives the logical position of the row within the entire table
 
 - 
getVAlign@JsProperty public String getVAlign() Returns the value indicating how the content of the cell must be vertically aligned.- Returns:
- the value indicating how the content of the cell must be vertically aligned
 
 - 
setVAlign@JsProperty public void setVAlign(String vAlign) Sets the value indicating how the content of the cell must be vertically aligned.- Parameters:
- vAlign- the value indicating how the content of the cell must be vertically aligned
 
 
- 
 
-