|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjaxcent.JaxcentObject
jaxcent.JaxcentHtmlElement
jaxcent.HtmlTableCell
The class HtmlTableCell corresponds to TD tags on the page, i.e. to cells of tables. Objects of this class can also be obtained by calling the getCell method of HtmlTableRow objects, or by calling the getCell method of HtmlTable objects. To create new cells on the page, insert rows in the table, and then retrieve the cells from the new row. New cells can also be added to rows by calling insertCell method of HtmlTableRow.
Constructor Summary | |
HtmlTableCell(JaxcentPage page,
SearchType searchType,
java.lang.String str)
Search for HTML element on page by specified search type and search string. |
|
HtmlTableCell(JaxcentPage page,
SearchType searchType,
java.lang.String str,
int index)
Search for HTML Element on page by specified search type and search string, and search index. |
|
HtmlTableCell(JaxcentPage page,
java.lang.String id)
Search for HTML element on page by specified ID |
Method Summary | |
void |
blur()
Lose the input focus. |
void |
delete()
Delete this element. |
void |
focus()
Get the input focus. |
java.lang.String |
getAbbr()
Retrieve the "abbr" property |
java.lang.String |
getAlign()
Retrieve the "align" property |
java.lang.String |
getAxis()
Retrieve the "axis" property |
int |
getCellIndex()
Retrieve the "cellIndex" property |
int |
getColSpan()
Retrieve the "colSpan" property |
java.lang.String |
getInnerHTML()
Retrieve the "innerHTML" property |
int |
getRowSpan()
Retrieve the "rowSpan" property |
java.lang.String |
getVAlign()
Retrieve the "vAlign" property |
int |
getWidth()
Retrieve the "width" property |
protected void |
onBlur()
Override to handle the "blur" event |
protected void |
onClick()
Override to handle the "click" event |
protected void |
onFocus()
Override to handle the "focus" event |
protected void |
onMouseDown()
Override to handle the "mouseDown" event |
protected void |
onMouseUp()
Override to handle the "mouseUp" event |
void |
scrollIntoView(boolean top)
Bring the element into view, by scrolling if necessary. |
void |
setAbbr(java.lang.String value)
Set the "abbr" property |
void |
setAlign(java.lang.String value)
Set the "align" property |
void |
setAxis(java.lang.String value)
Set the "axis" property |
void |
setCellIndex(int value)
Set the "cellIndex" property |
void |
setColSpan(int value)
Set the "colSpan" property |
void |
setInnerHTML(java.lang.String value)
Set the "innerHTML" property |
void |
setRowSpan(int value)
Set the "rowSpan" property |
void |
setVAlign(java.lang.String value)
Set the "vAlign" property |
void |
setWidth(int value)
Set the "width" property |
Methods inherited from class jaxcent.JaxcentHtmlElement |
getAttribute, getID, getInnerText, getStyle, getTag, hide, insertAfter, insertAtBeginning, insertAtBeginning, insertAtEnd, insertAtEnd, insertBefore, setAttribute, setInnerText, setStyle, setStyle, setStyle, setStyle, setVisible, show |
Methods inherited from class jaxcent.JaxcentObject |
addJavaScriptVerification, getId, getProperty, setId, setProperty, setProperty, setProperty, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HtmlTableCell(JaxcentPage page, java.lang.String id)
public HtmlTableCell(JaxcentPage page, SearchType searchType, java.lang.String str)
public HtmlTableCell(JaxcentPage page, SearchType searchType, java.lang.String str, int index)
Method Detail |
protected void onClick()
protected void onMouseDown()
protected void onMouseUp()
protected void onFocus()
protected void onBlur()
public void setAbbr(java.lang.String value) throws Jaxception
Jaxception
public java.lang.String getAbbr() throws Jaxception
Jaxception
public void setAlign(java.lang.String value) throws Jaxception
Jaxception
public java.lang.String getAlign() throws Jaxception
Jaxception
public void setAxis(java.lang.String value) throws Jaxception
Jaxception
public java.lang.String getAxis() throws Jaxception
Jaxception
public void setCellIndex(int value) throws Jaxception
Jaxception
public int getCellIndex() throws Jaxception
Jaxception
public void setColSpan(int value) throws Jaxception
Jaxception
public int getColSpan() throws Jaxception
Jaxception
public void setInnerHTML(java.lang.String value) throws Jaxception
Jaxception
public java.lang.String getInnerHTML() throws Jaxception
Jaxception
public void setRowSpan(int value) throws Jaxception
Jaxception
public int getRowSpan() throws Jaxception
Jaxception
public void setVAlign(java.lang.String value) throws Jaxception
Jaxception
public java.lang.String getVAlign() throws Jaxception
Jaxception
public void setWidth(int value) throws Jaxception
Jaxception
public int getWidth() throws Jaxception
Jaxception
public void scrollIntoView(boolean top) throws Jaxception
Jaxception
public void blur() throws Jaxception
Jaxception
public void focus() throws Jaxception
Jaxception
public void delete() throws Jaxception
Jaxception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |