|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sgx.j2s.html.Element org.sgx.j2s.html.HTMLTableRow
public class HTMLTableRow
interface with native TableRow Objects. you can cast native objects woth this class so java user will be able to manipulate this html dom objects with java.
HTMLUtils for examples on how to use this
Field Summary | |
---|---|
HTMLTableCell[] |
cells
|
int |
rowIndex
|
Fields inherited from class org.sgx.j2s.html.Element |
---|
alt, checked, childNodes, className, clientHeight, clientWidth, disabled, firstChild, hasLayout, height, href, id, innerHTML, innerText, lastChild, multiple, nextSibling, nodeName, nodeType, nodeValue, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, onblur, onchange, onclick, oncontextmenu, ondblclick, onfocus, onfocusout, onhelp, onkeydown, onkeypress, onkeyup, onLoseCapture, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onscroll, onselectchange, onselectstart, options, parentNode, readOnly, rel, scrollHeight, scrollLeft, scrollTop, scrollWidth, selectedIndex, size, src, style, tabIndex, target, text, title, type, value, width |
Constructor Summary | |
---|---|
HTMLTableRow()
|
Method Summary | |
---|---|
void |
deleteCell(int cell)
|
void |
insertCell(int cell)
|
Methods inherited from class org.sgx.j2s.html.Element |
---|
add, appendChild, cloneNode, focus, getAttribute, insertBefore, removeChild, replaceChild, select, setAttribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int rowIndex
public HTMLTableCell[] cells
Constructor Detail |
---|
public HTMLTableRow()
Method Detail |
---|
public void deleteCell(int cell)
public void insertCell(int cell)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |