|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjaxcent.JaxcentObject
jaxcent.JaxcentHtmlElement
jaxcent.HtmlObjectTagParam
The class HtmlObjectTagParam corresponds to PARAM tags on the page.
Constructor Summary | |
HtmlObjectTagParam(JaxcentPage page,
HtmlObjectTag otag)
First child of an OBJECT tag. |
|
HtmlObjectTagParam(JaxcentPage page,
HtmlObjectTagParam ptag)
Next sibling of a PARAM inside an OBJECT TAG. |
|
HtmlObjectTagParam(JaxcentPage page,
SearchType searchType,
java.lang.String str)
Search for HTML element on page by specified search type and search string. |
|
HtmlObjectTagParam(JaxcentPage page,
SearchType searchType,
java.lang.String[] attributes,
java.lang.String[] values)
Create new HTML element on page using the specified attributes and values. |
|
HtmlObjectTagParam(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. |
|
HtmlObjectTagParam(JaxcentPage page,
SearchType searchType,
java.lang.String tag,
java.lang.String text)
Create new HTML Element on page using the specified tag. |
|
HtmlObjectTagParam(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. |
|
HtmlObjectTagParam(JaxcentPage page,
java.lang.String id)
Search for HTML element on page by specified ID |
Method Summary | |
java.lang.String |
getName()
Retrieve the "name" property |
java.lang.String |
getType()
Retrieve the "type" property |
java.lang.String |
getValue()
Retrieve the "value" property |
java.lang.String |
getValuetype()
Retrieve the "valuetype" property |
boolean |
hasNextSibling()
Check if next PARAM sibling exists. |
void |
setName(java.lang.String value)
Set the "name" property |
void |
setType(java.lang.String value)
Set the "type" property |
void |
setValue(java.lang.String value)
Set the "value" property |
void |
setValuetype(java.lang.String value)
Set the "valuetype" 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 HtmlObjectTagParam(JaxcentPage page, java.lang.String id)
public HtmlObjectTagParam(JaxcentPage page, HtmlObjectTag otag)
public HtmlObjectTagParam(JaxcentPage page, HtmlObjectTagParam ptag)
public HtmlObjectTagParam(JaxcentPage page, SearchType searchType, java.lang.String str)
public HtmlObjectTagParam(JaxcentPage page, SearchType searchType, java.lang.String str, int index)
public HtmlObjectTagParam(JaxcentPage page, SearchType searchType, java.lang.String tag, java.lang.String text) throws Jaxception
public HtmlObjectTagParam(JaxcentPage page, SearchType searchType, java.lang.String[] attributes, java.lang.String[] values) throws Jaxception
public HtmlObjectTagParam(JaxcentPage page, SearchType searchType, java.lang.String text, java.lang.String[] attributes, java.lang.String[] values) throws Jaxception
Method Detail |
public boolean hasNextSibling() throws Jaxception
Jaxception
public void setName(java.lang.String value) throws Jaxception
Jaxception
public java.lang.String getName() throws Jaxception
Jaxception
public void setType(java.lang.String value) throws Jaxception
Jaxception
public java.lang.String getType() throws Jaxception
Jaxception
public void setValue(java.lang.String value) throws Jaxception
Jaxception
public java.lang.String getValue() throws Jaxception
Jaxception
public void setValuetype(java.lang.String value) throws Jaxception
Jaxception
public java.lang.String getValuetype() throws Jaxception
Jaxception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |