Package org.loboevolution.html.dom
Interface HTMLTableCellElement
- All Superinterfaces:
Element,EventTarget,HTMLElement,InnerHTML,ModelNode,Node,NonDocumentTypeChildNode,ParentNode
- All Known Subinterfaces:
HTMLTableDataCellElement,HTMLTableHeaderCellElement
- All Known Implementing Classes:
HTMLTableCellElementImpl
Provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance)
for manipulating the layout and presentation of table cells, either header or data cells, in an HTML document.
-
Field Summary
Fields inherited from interface org.loboevolution.html.node.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NONE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE -
Method Summary
Modifier and TypeMethodDescriptiongetAbbr()Sets or retrieves abbreviated text for the object.getAlign()Deprecated.getAxis()Deprecated.Deprecated.intRetrieves the position of the object in the cells collection of a row.getCh()Deprecated.getChOff()Deprecated.intSets or retrieves the number columns in the table that the object should span.Sets or retrieves a list of header cells that provide information for the object.Deprecated.intSets or retrieves how many rows in a table the cell should span.getScope()Sets or retrieves the group of cells in a table to which the object's information applies.Deprecated.getWidth()Deprecated.booleanisNoWrap()Deprecated.voidsetAbbr.voidsetAlign.voidsetAxis.voidsetBgColor(String bgColor) setBgColor.voidsetCh.voidsetChOff.voidsetColSpan(Object colSpan) setColSpan.voidsetHeaders(String headers) setHeaders.voidsetHeight.voidsetNoWrap(boolean noWrap) setNoWrap.voidsetRowSpan(Object rowSpan) setRowSpan.voidsetScope.voidsetvAlign.voidsetWidth.Methods inherited from interface org.loboevolution.html.node.Element
closest, getAttribute, getAttributeNames, getAttributeNode, getAttributeNodeNS, getAttributeNS, getBoundingClientRect, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getId, getInnerHTML, getLocalName, getNamespaceURI, getOuterHTML, getPrefix, getSchemaTypeInfo, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSlot, getTagName, hasAttribute, hasAttributeNS, hasPointerCapture, insertAdjacentElement, insertAdjacentHTML, matches, releasePointerCapture, removeAttribute, removeAttributeNode, removeAttributeNS, requestPointerLock, scroll, scrollBy, scrollIntoView, scrollIntoView, scrollTo, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setId, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOuterHTML, setPointerCapture, setScrollLeft, setScrollTop, setSlot, toggleAttribute, toggleAttributeMethods inherited from interface org.loboevolution.events.EventTarget
addEventListener, addEventListener, dispatchEvent, dispatchEvent, removeEventListener, removeEventListenerMethods inherited from interface org.loboevolution.html.dom.HTMLElement
click, getAccessKey, getAccessKeyLabel, getAutocapitalize, getContentEditable, getCurrentStyle, getDir, getInnerText, getLang, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getStyle, getTitle, isDraggable, isHidden, isSpellcheck, isTranslate, setAccessKey, setAutocapitalize, setContentEditable, setDir, setDraggable, setHidden, setInnerText, setLang, setSpellcheck, setTitle, setTranslateMethods inherited from interface org.loboevolution.html.node.InnerHTML
setInnerHTMLMethods inherited from interface org.loboevolution.html.node.ModelNode
getDocumentItem, getFullURL, getParentModelNode, getRenderState, isEqualOrDescendentOf, setDocumentItem, warnMethods inherited from interface org.loboevolution.html.node.Node
appendChild, appendChildrenToCollectionImpl, cloneNode, cloneNode, compareDocumentPosition, contains, extractDescendentsArrayImpl, findUINode, forgetRenderState, getAttributes, getBaseURI, getChildNodes, getDocumentNode, getFeature, getFirstChild, getLastChild, getNextSibling, getNextTo, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getPreviousTo, getRootNode, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isIsConnected, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, prepend, prependChild, removeChild, replaceChild, setNamespaceURI, setNodeValue, setOwnerDocument, setOwnerDocument, setParentImpl, setPrefix, setTextContent, setUserData, visitMethods inherited from interface org.loboevolution.html.node.NonDocumentTypeChildNode
getNextElementSibling, getPreviousElementSiblingMethods inherited from interface org.loboevolution.html.node.ParentNode
getChildElementCount, getChildren, getFirstElementChild, getLastElementChild, querySelector, querySelectorAll
-
Method Details
-
getAbbr
String getAbbr()Sets or retrieves abbreviated text for the object.- Returns:
- a
Stringobject.
-
setAbbr
setAbbr.
- Parameters:
abbr- aStringobject.
-
getAlign
Deprecated.Sets or retrieves how the object is aligned with adjacent text.- Returns:
- a
Stringobject.
-
setAlign
setAlign.
- Parameters:
align- aStringobject.
-
getAxis
Deprecated.Sets or retrieves a comma-delimited list of conceptual categories associated with the object.- Returns:
- a
Stringobject.
-
setAxis
setAxis.
- Parameters:
axis- aStringobject.
-
getBgColor
Deprecated.getBgColor.
- Returns:
- a
Stringobject.
-
setBgColor
setBgColor.
- Parameters:
bgColor- aStringobject.
-
getCellIndex
int getCellIndex()Retrieves the position of the object in the cells collection of a row.- Returns:
- a
Integerobject.
-
getCh
Deprecated.getCh.
- Returns:
- a
Stringobject.
-
setCh
setCh.
- Parameters:
ch- aStringobject.
-
getChOff
Deprecated.getChOff.
- Returns:
- a
Stringobject.
-
setChOff
setChOff.
- Parameters:
chOff- aStringobject.
-
getColSpan
int getColSpan()Sets or retrieves the number columns in the table that the object should span.- Returns:
- a
Integerobject.
-
setColSpan
setColSpan.
- Parameters:
colSpan- aObjectobject.
-
getHeaders
String getHeaders()Sets or retrieves a list of header cells that provide information for the object.- Returns:
- a
Stringobject.
-
setHeaders
setHeaders.
- Parameters:
headers- aStringobject.
-
getHeight
Deprecated.Sets or retrieves the height of the object.- Returns:
- a
Stringobject.
-
setHeight
setHeight.
- Parameters:
height- aStringobject.
-
isNoWrap
Deprecated.Sets or retrieves whether the browser automatically performs wordwrap.- Returns:
- a boolean.
-
setNoWrap
void setNoWrap(boolean noWrap) setNoWrap.
- Parameters:
noWrap- a boolean.
-
getRowSpan
int getRowSpan()Sets or retrieves how many rows in a table the cell should span.- Returns:
- a
Integerobject.
-
setRowSpan
setRowSpan.
- Parameters:
rowSpan- aObjectobject.
-
getScope
String getScope()Sets or retrieves the group of cells in a table to which the object's information applies.- Returns:
- a
Stringobject.
-
setScope
setScope.
- Parameters:
scope- aStringobject.
-
getvAlign
Deprecated.getvAlign.
- Returns:
- a
Stringobject.
-
setvAlign
setvAlign.
- Parameters:
vAlign- aStringobject.
-
getWidth
Deprecated.Sets or retrieves the width of the object.- Returns:
- a
Stringobject.
-
setWidth
setWidth.
- Parameters:
width- aStringobject.
-