|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjaxcent.JaxcentObject
jaxcent.JaxcentHtmlElement
jaxcent.HtmlInlineFrame
The class HtmlInlineFrame corresponds to IFRAME tags on the page.
Constructor Summary | |
HtmlInlineFrame(JaxcentPage page,
SearchType searchType,
java.lang.String str)
Search for HTML element on page by specified search type and search string. |
|
HtmlInlineFrame(JaxcentPage page,
SearchType searchType,
java.lang.String[] attributes,
java.lang.String[] values)
Create new HTML element on page using the specified attributes and values. |
|
HtmlInlineFrame(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. |
|
HtmlInlineFrame(JaxcentPage page,
SearchType searchType,
java.lang.String tag,
java.lang.String text)
Create new HTML Element on page using the specified tag. |
|
HtmlInlineFrame(JaxcentPage page,
SearchType searchType,
java.lang.String text,
java.lang.String[] attributes,
java.lang.String[] values)
Create new HTML element on page using the specified text and attributes and values. |
|
HtmlInlineFrame(JaxcentPage page,
java.lang.String id)
Search for HTML element on page by specified ID |
Method Summary | |
java.lang.String |
getAlign()
Retrieve the "align" property |
int |
getFrameborder()
Retrieve the "frameborder" property |
java.lang.String |
getHeight()
Retrieve the "height" property |
java.lang.String |
getLongdesc()
Retrieve the "longdesc" property |
int |
getMarginheight()
Retrieve the "marginheight" property |
int |
getMarginwidth()
Retrieve the "marginwidth" property |
java.lang.String |
getName()
Retrieve the "name" property |
java.lang.String |
getScrolling()
Retrieve the "scrolling" property |
java.lang.String |
getSrc()
Retrieve the "src" property |
java.lang.String |
getWidth()
Retrieve the "width" property |
void |
setAlign(java.lang.String value)
Set the "align" property |
void |
setFrameborder(int value)
Set the "frameborder" property |
void |
setHeight(java.lang.String value)
Set the "height" property |
void |
setLongdesc(java.lang.String value)
Set the "longdesc" property |
void |
setMarginheight(int value)
Set the "marginheight" property |
void |
setMarginwidth(int value)
Set the "marginwidth" property |
void |
setName(java.lang.String value)
Set the "name" property |
void |
setScrolling(java.lang.String value)
Set the "scrolling" property |
void |
setSrc(java.lang.String value)
Set the "src" property |
void |
setWidth(java.lang.String value)
Set the "width" property |
Methods inherited from class jaxcent.JaxcentHtmlElement |
checkNodeExists, deleteElement, getAttribute, getID, getInnerText, getStyle, getTag, hide, insertAfter, insertAtBeginning, insertAtBeginning, insertAtEnd, insertAtEnd, insertBefore, onDragDrop, setAttribute, setCssClass, setDraggable, setEnabled, setInnerText, setStyle, setStyle, setStyle, setStyle, setVisible, show |
Methods inherited from class jaxcent.JaxcentObject |
addJavaScriptVerification, getId, getProperty, getSelectedIndex, getSelectedValue, 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 HtmlInlineFrame(JaxcentPage page, java.lang.String id)
public HtmlInlineFrame(JaxcentPage page, SearchType searchType, java.lang.String str)
public HtmlInlineFrame(JaxcentPage page, SearchType searchType, java.lang.String str, int index)
public HtmlInlineFrame(JaxcentPage page, SearchType searchType, java.lang.String tag, java.lang.String text) throws Jaxception
public HtmlInlineFrame(JaxcentPage page, SearchType searchType, java.lang.String[] attributes, java.lang.String[] values) throws Jaxception
public HtmlInlineFrame(JaxcentPage page, SearchType searchType, java.lang.String text, java.lang.String[] attributes, java.lang.String[] values) throws Jaxception
Method Detail |
public void setAlign(java.lang.String value) throws Jaxception
Jaxception
public java.lang.String getAlign() throws Jaxception
Jaxception
public void setFrameborder(int value) throws Jaxception
Jaxception
public int getFrameborder() throws Jaxception
Jaxception
public void setHeight(java.lang.String value) throws Jaxception
Jaxception
public java.lang.String getHeight() throws Jaxception
Jaxception
public void setMarginheight(int value) throws Jaxception
Jaxception
public int getMarginheight() throws Jaxception
Jaxception
public void setMarginwidth(int value) throws Jaxception
Jaxception
public int getMarginwidth() throws Jaxception
Jaxception
public void setName(java.lang.String value) throws Jaxception
Jaxception
public java.lang.String getName() throws Jaxception
Jaxception
public void setSrc(java.lang.String value) throws Jaxception
Jaxception
public java.lang.String getSrc() throws Jaxception
Jaxception
public void setLongdesc(java.lang.String value) throws Jaxception
Jaxception
public java.lang.String getLongdesc() throws Jaxception
Jaxception
public void setWidth(java.lang.String value) throws Jaxception
Jaxception
public java.lang.String getWidth() throws Jaxception
Jaxception
public void setScrolling(java.lang.String value) throws Jaxception
Jaxception
public java.lang.String getScrolling() throws Jaxception
Jaxception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |