A B C D E F G H I J N O P R S

A

addJavaScriptVerification(String, String, Object[]) - Method in class jaxcent.JaxcentObject
Add JavaScript verification code on a handler.

B

blur() - Method in class jaxcent.HtmlAnchor
Lose the input focus.
blur() - Method in class jaxcent.HtmlArea
Lose the input focus.
blur() - Method in class jaxcent.HtmlButton
Lose the input focus.
blur() - Method in class jaxcent.HtmlElement
Lose the input focus.
blur() - Method in class jaxcent.HtmlImage
Lose the input focus.
blur() - Method in class jaxcent.HtmlInputButton
Lose the input focus.
blur() - Method in class jaxcent.HtmlInputCheckbox
Lose the input focus.
blur() - Method in class jaxcent.HtmlInputPassword
Lose the input focus.
blur() - Method in class jaxcent.HtmlInputRadio
Lose the input focus.
blur() - Method in class jaxcent.HtmlInputReset
Lose the input focus.
blur() - Method in class jaxcent.HtmlInputSubmit
Lose the input focus.
blur() - Method in class jaxcent.HtmlInputText
Lose the input focus.
blur() - Method in class jaxcent.HtmlSelect
Lose the input focus.
blur() - Method in class jaxcent.HtmlTableCell
Lose the input focus.
blur() - Method in class jaxcent.HtmlTableRow
Lose the input focus.
blur() - Method in class jaxcent.HtmlTextArea
Lose the input focus.

C

checkElementExists(SearchType, String, int) - Method in class jaxcent.JaxcentPage
Check if an element exists, without attempting to assign it to an object.
click() - Method in class jaxcent.HtmlButton
Simulate a mouse click on the HTML element.
click() - Method in class jaxcent.HtmlElement
Simulate a mouse click on the HTML element.
click() - Method in class jaxcent.HtmlImage
Simulate a mouse click on the HTML element.
click() - Method in class jaxcent.HtmlInputButton
Simulate a mouse click on the HTML element.
click() - Method in class jaxcent.HtmlInputCheckbox
Simulate a mouse click on the HTML element.
click() - Method in class jaxcent.HtmlInputRadio
Simulate a mouse click on the HTML element.
click() - Method in class jaxcent.HtmlInputReset
Simulate a mouse click on the HTML element.
click() - Method in class jaxcent.HtmlInputSubmit
Simulate a mouse click on the HTML element.
createNew - Static variable in class jaxcent.SearchType
createNew is for creating new elements on the page.

D

delete() - Method in class jaxcent.HtmlElement
Delete this element.
delete() - Method in class jaxcent.HtmlOption
Delete this element.
delete() - Method in class jaxcent.HtmlTableCell
Delete this element.
delete() - Method in class jaxcent.HtmlTableRow
Delete this element.
deleteAllCells() - Method in class jaxcent.HtmlTableRow
Remove all cells.
deleteAllOptions() - Method in class jaxcent.HtmlSelect
Remove all OPTIONs.
deleteAllRows() - Method in class jaxcent.HtmlTable
Remove all Rows.
deleteCell(int) - Method in class jaxcent.HtmlTableRow
Delete the cell at the specified index.
deleteCookie(String) - Method in class jaxcent.JaxcentPage
Delete cookie.
deleteFromBottom(int) - Method in class jaxcent.HtmlSelect
Remove N options from bottom.
deleteFromBottom(int) - Method in class jaxcent.HtmlTable
Remove N rows from bottom.
deleteFromTop(int) - Method in class jaxcent.HtmlSelect
Remove N options from top.
deleteFromTop(int) - Method in class jaxcent.HtmlTable
Remove N rows from top.
deleteOption(int) - Method in class jaxcent.HtmlSelect
Delete the OPTION at the specified index.
deleteRow(int) - Method in class jaxcent.HtmlTable
Delete the row at the specified index.
deleteSelectOption(String) - Method in class jaxcent.JaxcentPage
Delete a SELECT OPTION referenced by an ID.
deleteTableCell(String) - Method in class jaxcent.JaxcentPage
Delete a table cell (TD) referenced by an ID.
deleteTableRow(String) - Method in class jaxcent.JaxcentPage
Delete a table row (TR) referenced by an ID.

E

evalJavaScriptCode(String, boolean, Object[]) - Method in class jaxcent.JaxcentPage
same as execJavaScriptCode, but waits for the result of the evaluation and returns it.
execJavaScriptCode(String, boolean, Object[]) - Method in class jaxcent.JaxcentPage
Call JavaScript, do not wait for results.

F

focus() - Method in class jaxcent.HtmlAnchor
Get the input focus.
focus() - Method in class jaxcent.HtmlArea
Get the input focus.
focus() - Method in class jaxcent.HtmlButton
Get the input focus.
focus() - Method in class jaxcent.HtmlElement
Get the input focus.
focus() - Method in class jaxcent.HtmlImage
Get the input focus.
focus() - Method in class jaxcent.HtmlInputButton
Get the input focus.
focus() - Method in class jaxcent.HtmlInputCheckbox
Get the input focus.
focus() - Method in class jaxcent.HtmlInputPassword
Get the input focus.
focus() - Method in class jaxcent.HtmlInputRadio
Get the input focus.
focus() - Method in class jaxcent.HtmlInputReset
Get the input focus.
focus() - Method in class jaxcent.HtmlInputSubmit
Get the input focus.
focus() - Method in class jaxcent.HtmlInputText
Get the input focus.
focus() - Method in class jaxcent.HtmlSelect
Get the input focus.
focus() - Method in class jaxcent.HtmlTableCell
Get the input focus.
focus() - Method in class jaxcent.HtmlTableRow
Get the input focus.
focus() - Method in class jaxcent.HtmlTextArea
Get the input focus.

G

getAbbr() - Method in class jaxcent.HtmlElement
Retrieve the "abbr" property
getAbbr() - Method in class jaxcent.HtmlTableCell
Retrieve the "abbr" property
getAction() - Method in class jaxcent.HtmlElement
Retrieve the "action" property
getAction() - Method in class jaxcent.HtmlForm
Retrieve the "action" property
getAlign() - Method in class jaxcent.HtmlElement
Retrieve the "align" property
getAlign() - Method in class jaxcent.HtmlImage
Retrieve the "align" property
getAlign() - Method in class jaxcent.HtmlTableCell
Retrieve the "align" property
getAllFormData() - Method in class jaxcent.JaxcentPage
Retrieve all form data on page.
getAllSessionData(boolean) - Method in class jaxcent.JaxcentPage
Get all data from session so far.
getAppContext() - Method in class jaxcent.JaxcentPage
This method will return the application server's or Jaxcent connector's application context.
getAttribute(String) - Method in class jaxcent.JaxcentHtmlElement
Retrieve the specified attribute.
getAxis() - Method in class jaxcent.HtmlElement
Retrieve the "axis" property
getAxis() - Method in class jaxcent.HtmlTableCell
Retrieve the "axis" property
getBorder() - Method in class jaxcent.HtmlElement
Retrieve the "border" property
getBorder() - Method in class jaxcent.HtmlImage
Retrieve the "border" property
getBorder() - Method in class jaxcent.HtmlTable
Retrieve the "border" property
getCaption() - Method in class jaxcent.HtmlElement
Retrieve the "caption" property
getCaption() - Method in class jaxcent.HtmlTable
Retrieve the "caption" property
getCell(int) - Method in class jaxcent.HtmlTableRow
Return the cell at the specified index.
getCellIndex() - Method in class jaxcent.HtmlElement
Retrieve the "cellIndex" property
getCellIndex() - Method in class jaxcent.HtmlTableCell
Retrieve the "cellIndex" property
getCellPadding() - Method in class jaxcent.HtmlElement
Retrieve the "cellPadding" property
getCellPadding() - Method in class jaxcent.HtmlTable
Retrieve the "cellPadding" property
getCellSpacing() - Method in class jaxcent.HtmlElement
Retrieve the "cellSpacing" property
getCellSpacing() - Method in class jaxcent.HtmlTable
Retrieve the "cellSpacing" property
getChecked() - Method in class jaxcent.HtmlElement
Retrieve the "checked" property
getChecked() - Method in class jaxcent.HtmlInputCheckbox
Retrieve the "checked" property
getChecked() - Method in class jaxcent.HtmlInputRadio
Retrieve the "checked" property
getColSpan() - Method in class jaxcent.HtmlElement
Retrieve the "colSpan" property
getColSpan() - Method in class jaxcent.HtmlTableCell
Retrieve the "colSpan" property
getComplete() - Method in class jaxcent.HtmlElement
Checks if loading is complete
getComplete() - Method in class jaxcent.HtmlImage
Checks if loading is complete
getCookie(String) - Method in class jaxcent.JaxcentPage
Get cookie value.
getCookies() - Method in class jaxcent.JaxcentPage
Get cookies from page as name->value pairs.
getCoords() - Method in class jaxcent.HtmlAnchor
Retrieve the "coords" property
getCoords() - Method in class jaxcent.HtmlArea
Retrieve the "coords" property
getCoords() - Method in class jaxcent.HtmlElement
Retrieve the "coords" property
getCurrentPath() - Method in class jaxcent.JaxcentPage
Get the path of the URL that is being processed.
getDefaultSelected() - Method in class jaxcent.HtmlElement
Retrieve the "defaultSelected" property
getDefaultSelected() - Method in class jaxcent.HtmlOption
Retrieve the "defaultSelected" property
getDefaultValue() - Method in class jaxcent.HtmlElement
Retrieve the "defaultValue" property
getDefaultValue() - Method in class jaxcent.HtmlInputText
Retrieve the "defaultValue" property
getDefaultValue() - Method in class jaxcent.HtmlTextArea
Retrieve the "defaultValue" property
getDefaultchecked() - Method in class jaxcent.HtmlElement
Returns whether this checkbox/radiobutton is checked on by default
getDefaultchecked() - Method in class jaxcent.HtmlInputCheckbox
Returns whether this checkbox/radiobutton is checked on by default
getDefaultchecked() - Method in class jaxcent.HtmlInputRadio
Returns whether this checkbox/radiobutton is checked on by default
getDisabled() - Method in class jaxcent.HtmlButton
Retrieve the "disabled" property
getDisabled() - Method in class jaxcent.HtmlElement
Retrieve the "disabled" property
getDisabled() - Method in class jaxcent.HtmlInputButton
Retrieve the "disabled" property
getDisabled() - Method in class jaxcent.HtmlInputCheckbox
Retrieve the "disabled" property
getDisabled() - Method in class jaxcent.HtmlInputPassword
Retrieve the "disabled" property
getDisabled() - Method in class jaxcent.HtmlInputRadio
Retrieve the "disabled" property
getDisabled() - Method in class jaxcent.HtmlInputReset
Retrieve the "disabled" property
getDisabled() - Method in class jaxcent.HtmlInputSubmit
Retrieve the "disabled" property
getDisabled() - Method in class jaxcent.HtmlInputText
Retrieve the "disabled" property
getDisabled() - Method in class jaxcent.HtmlSelect
Retrieve the "disabled" property
getDisabled() - Method in class jaxcent.HtmlTextArea
Retrieve the "disabled" property
getFrame() - Method in class jaxcent.HtmlElement
Retrieve the "frame" property
getFrame() - Method in class jaxcent.HtmlTable
Retrieve the "frame" property
getHeight() - Method in class jaxcent.HtmlElement
Retrieve the "height" property
getHeight() - Method in class jaxcent.HtmlImage
Retrieve the "height" property
getHref() - Method in class jaxcent.HtmlAnchor
Retrieve the "href" property
getHref() - Method in class jaxcent.HtmlArea
Retrieve the "href" property
getHref() - Method in class jaxcent.HtmlElement
Retrieve the "href" property
getHspace() - Method in class jaxcent.HtmlElement
Retrieve the "hspace" property
getHspace() - Method in class jaxcent.HtmlImage
Retrieve the "hspace" property
getHttpSession() - Method in class jaxcent.JaxcentPage
If "UseSession" or "AutoSessionData" have been configured as true in the configuration file for this page, this method will return the HTTP session object from the application server or Jaxcent connector.
getID() - Method in class jaxcent.JaxcentHtmlElement
Returns the ID of the HTML element if specified, or null;
getId() - Method in class jaxcent.JaxcentObject
Retrieve any ID property.
getIndex() - Method in class jaxcent.HtmlElement
Retrieve the "index" property
getIndex() - Method in class jaxcent.HtmlOption
Retrieve the "index" property
getInnerHTML() - Method in class jaxcent.HtmlAnchor
Retrieve the "innerHTML" property
getInnerHTML() - Method in class jaxcent.HtmlBold
Retrieve the "innerHTML" property
getInnerHTML() - Method in class jaxcent.HtmlButton
Retrieve the "innerHTML" property
getInnerHTML() - Method in class jaxcent.HtmlDiv
Retrieve the "innerHTML" property
getInnerHTML() - Method in class jaxcent.HtmlElement
Retrieve the "innerHTML" property
getInnerHTML() - Method in class jaxcent.HtmlItalic
Retrieve the "innerHTML" property
getInnerHTML() - Method in class jaxcent.HtmlListElement
Retrieve the "innerHTML" property
getInnerHTML() - Method in class jaxcent.HtmlPara
Retrieve the "innerHTML" property
getInnerHTML() - Method in class jaxcent.HtmlTableCell
Retrieve the "innerHTML" property
getInnerHTML() - Method in class jaxcent.HtmlTableRow
Retrieve the "innerHTML" property
getInnerText() - Method in class jaxcent.JaxcentHtmlElement
Returns the inner text of the element.
getIsMap() - Method in class jaxcent.HtmlElement
Retrieve the "isMap" property
getIsMap() - Method in class jaxcent.HtmlImage
Retrieve the "isMap" property
getItem(JaxcentTopicItem, long) - Method in class jaxcent.JaxcentTopic
Get the next item from the topic.
getItem(JaxcentTopicItem) - Method in class jaxcent.JaxcentTopic
Get the next item from the topic, waiting until an item becomes available.
getItem() - Method in class jaxcent.JaxcentTopicItem
Get the underlying item posted to the topic.
getLength() - Method in class jaxcent.HtmlElement
Retrieve the "length" property
getLength() - Method in class jaxcent.HtmlForm
Retrieve the "length" property
getLength() - Method in class jaxcent.HtmlSelect
Retrieve the "length" property
getLocale() - Method in class jaxcent.JaxcentPage
Get the remote locale if specified in HTTP Accept-Language header.
getLocales() - Method in class jaxcent.JaxcentPage
Get a list of remote locales if specified in HTTP Accept-Language header.
getLowsrc() - Method in class jaxcent.HtmlElement
Retrieve the "lowsrc" property
getLowsrc() - Method in class jaxcent.HtmlImage
Retrieve the "lowsrc" property
getMaxLength() - Method in class jaxcent.HtmlElement
Returns the maximum number of characters allowed in field
getMaxLength() - Method in class jaxcent.HtmlInputPassword
Returns the maximum number of characters allowed in field
getMaxLength() - Method in class jaxcent.HtmlInputText
Returns the maximum number of characters allowed in field
getMethod() - Method in class jaxcent.HtmlElement
Retrieve the "method" property
getMethod() - Method in class jaxcent.HtmlForm
Retrieve the "method" property
getMultiple() - Method in class jaxcent.HtmlElement
Whether multiple items can be selected
getMultiple() - Method in class jaxcent.HtmlSelect
Whether multiple items can be selected
getName() - Method in class jaxcent.HtmlAnchor
Retrieve the "name" property
getName() - Method in class jaxcent.HtmlButton
Retrieve the "name" property
getName() - Method in class jaxcent.HtmlElement
Retrieve the "name" property
getName() - Method in class jaxcent.HtmlForm
Retrieve the "name" property
getName() - Method in class jaxcent.HtmlImage
Retrieve the "name" property
getName() - Method in class jaxcent.HtmlInputButton
Retrieve the "name" property
getName() - Method in class jaxcent.HtmlInputCheckbox
Retrieve the "name" property
getName() - Method in class jaxcent.HtmlInputHidden
Retrieve the "name" property
getName() - Method in class jaxcent.HtmlInputPassword
Retrieve the "name" property
getName() - Method in class jaxcent.HtmlInputRadio
Retrieve the "name" property
getName() - Method in class jaxcent.HtmlInputReset
Retrieve the "name" property
getName() - Method in class jaxcent.HtmlInputSubmit
Retrieve the "name" property
getName() - Method in class jaxcent.HtmlInputText
Retrieve the "name" property
getName() - Method in class jaxcent.HtmlSelect
Retrieve the "name" property
getName() - Method in class jaxcent.HtmlTextArea
Retrieve the "name" property
getNumCells() - Method in class jaxcent.HtmlTableRow
Returns the number of cells in the row.
getNumOptions() - Method in class jaxcent.HtmlSelect
Returns the number of OPTIONS in the select.
getNumRows() - Method in class jaxcent.HtmlTable
Returns the number of rows in the table.
getOption(int) - Method in class jaxcent.HtmlSelect
Return the OPTION at the specified index.
getPostingTime() - Method in class jaxcent.JaxcentTopicItem
Get the posting time of the item.
getProperty(String) - Method in class jaxcent.JaxcentObject
Get the value of a a property.
getReadOnly() - Method in class jaxcent.HtmlElement
Retrieve the "readOnly" property
getReadOnly() - Method in class jaxcent.HtmlInputPassword
Retrieve the "readOnly" property
getReadOnly() - Method in class jaxcent.HtmlInputText
Retrieve the "readOnly" property
getReadOnly() - Method in class jaxcent.HtmlTextArea
Retrieve the "readOnly" property
getRemoteAddr() - Method in class jaxcent.JaxcentPage
Get the client IP address.
getRow(int) - Method in class jaxcent.HtmlTable
Return the row at the specified index.
getRowIndex() - Method in class jaxcent.HtmlElement
Retrieve the "rowIndex" property
getRowIndex() - Method in class jaxcent.HtmlTableRow
Retrieve the "rowIndex" property
getRowSpan() - Method in class jaxcent.HtmlElement
Retrieve the "rowSpan" property
getRowSpan() - Method in class jaxcent.HtmlTableCell
Retrieve the "rowSpan" property
getRows() - Method in class jaxcent.HtmlElement
Retrieve the "rows" property
getRows() - Method in class jaxcent.HtmlTextArea
Retrieve the "rows" property
getRules() - Method in class jaxcent.HtmlElement
Retrieve the "rules" property
getRules() - Method in class jaxcent.HtmlTable
Retrieve the "rules" property
getScreenSize() - Method in class jaxcent.JaxcentPage
Get screen dimensions
getSelected() - Method in class jaxcent.HtmlElement
Retrieve the "selected" property
getSelected() - Method in class jaxcent.HtmlOption
Retrieve the "selected" property
getSelectedIndex() - Method in class jaxcent.HtmlElement
Retrieve the "selectedIndex" property
getSelectedIndex() - Method in class jaxcent.HtmlSelect
Retrieve the "selectedIndex" property
getShape() - Method in class jaxcent.HtmlArea
Retrieve the "shape" property
getShape() - Method in class jaxcent.HtmlElement
Retrieve the "shape" property
getSize() - Method in class jaxcent.HtmlElement
Retrieve the "size" property
getSize() - Method in class jaxcent.HtmlInputPassword
Retrieve the "size" property
getSize() - Method in class jaxcent.HtmlInputText
Retrieve the "size" property
getSize() - Method in class jaxcent.HtmlSelect
Retrieve the "size" property
getSrc() - Method in class jaxcent.HtmlElement
Retrieve the "src" property
getSrc() - Method in class jaxcent.HtmlImage
Retrieve the "src" property
getStatusText() - Method in class jaxcent.JaxcentPage
Get status text.
getStyle(String) - Method in class jaxcent.JaxcentHtmlElement
Retrieve the specified style element.
getTag() - Method in class jaxcent.JaxcentHtmlElement
Returns the tag of the HTML element.
getTarget() - Method in class jaxcent.HtmlAnchor
Retrieve the "target" property
getTarget() - Method in class jaxcent.HtmlArea
Retrieve the "target" property
getTarget() - Method in class jaxcent.HtmlElement
Retrieve the "target" property
getTarget() - Method in class jaxcent.HtmlForm
Retrieve the "target" property
getText() - Method in class jaxcent.HtmlElement
Retrieve the "text" property
getText() - Method in class jaxcent.HtmlOption
Retrieve the "text" property
getUseMap() - Method in class jaxcent.HtmlElement
Retrieve the "useMap" property
getUseMap() - Method in class jaxcent.HtmlImage
Retrieve the "useMap" property
getVAlign() - Method in class jaxcent.HtmlElement
Retrieve the "vAlign" property
getVAlign() - Method in class jaxcent.HtmlTableCell
Retrieve the "vAlign" property
getVAlign() - Method in class jaxcent.HtmlTableRow
Retrieve the "vAlign" property
getValue() - Method in class jaxcent.HtmlButton
Retrieve the "value" property
getValue() - Method in class jaxcent.HtmlElement
Retrieve the "value" property
getValue() - Method in class jaxcent.HtmlInputButton
Retrieve the "value" property
getValue() - Method in class jaxcent.HtmlInputCheckbox
Retrieve the "value" property
getValue() - Method in class jaxcent.HtmlInputHidden
Retrieve the "value" property
getValue() - Method in class jaxcent.HtmlInputPassword
Retrieve the "value" property
getValue() - Method in class jaxcent.HtmlInputRadio
Retrieve the "value" property
getValue() - Method in class jaxcent.HtmlInputReset
Retrieve the "value" property
getValue() - Method in class jaxcent.HtmlInputSubmit
Retrieve the "value" property
getValue() - Method in class jaxcent.HtmlInputText
Retrieve the "value" property
getValue() - Method in class jaxcent.HtmlOption
Retrieve the "value" property
getValue() - Method in class jaxcent.HtmlTextArea
Retrieve the "value" property
getVspace() - Method in class jaxcent.HtmlElement
Retrieve the "vspace" property
getVspace() - Method in class jaxcent.HtmlImage
Retrieve the "vspace" property
getWidth() - Method in class jaxcent.HtmlElement
Retrieve the "width" property
getWidth() - Method in class jaxcent.HtmlSelect
Retrieve the "width" property
getWidth() - Method in class jaxcent.HtmlTable
Retrieve the "width" property
getWidth() - Method in class jaxcent.HtmlTableCell
Retrieve the "width" property
getWindowSize() - Method in class jaxcent.JaxcentPage
Get window dimensions
goBack() - Method in class jaxcent.JaxcentPage
Navigate back.
goForward() - Method in class jaxcent.JaxcentPage
Navigate forward.

H

HtmlAnchor - class jaxcent.HtmlAnchor.
The class HtmlAnchor corresponds to A tags on the page.
HtmlAnchor(JaxcentPage, String) - Constructor for class jaxcent.HtmlAnchor
Search for HTML element on page by specified ID
HtmlAnchor(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlAnchor
Search for HTML element on page by specified search type and search string.
HtmlAnchor(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlAnchor
Search for HTML Element on page by specified search type and search string, and search index.
HtmlAnchor(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlAnchor
Create new HTML Element on page using the specified tag.
HtmlAnchor(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlAnchor
Create new HTML element on page using the specified attributes and values.
HtmlAnchor(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlAnchor
Create new HTML element on page using the specified text and attributes and values.
HtmlArea - class jaxcent.HtmlArea.
The class HtmlArea corresponds to AREA tags on the page.
HtmlArea(JaxcentPage, String) - Constructor for class jaxcent.HtmlArea
Search for HTML element on page by specified ID
HtmlArea(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlArea
Search for HTML element on page by specified search type and search string.
HtmlArea(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlArea
Search for HTML Element on page by specified search type and search string, and search index.
HtmlArea(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlArea
Create new HTML Element on page using the specified tag.
HtmlArea(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlArea
Create new HTML element on page using the specified attributes and values.
HtmlArea(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlArea
Create new HTML element on page using the specified text and attributes and values.
HtmlBody - class jaxcent.HtmlBody.
The HtmlBody object corresponds to the document.body object in JavaScript.
HtmlBody(JaxcentPage) - Constructor for class jaxcent.HtmlBody
 
HtmlBold - class jaxcent.HtmlBold.
The class HtmlBold corresponds to B tags on the page.
HtmlBold(JaxcentPage, String) - Constructor for class jaxcent.HtmlBold
Search for HTML element on page by specified ID
HtmlBold(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlBold
Search for HTML element on page by specified search type and search string.
HtmlBold(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlBold
Search for HTML Element on page by specified search type and search string, and search index.
HtmlBold(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlBold
Create new HTML Element on page using the specified tag.
HtmlBold(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlBold
Create new HTML element on page using the specified attributes and values.
HtmlBold(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlBold
Create new HTML element on page using the specified text and attributes and values.
HtmlButton - class jaxcent.HtmlButton.
The class HtmlButton corresponds to BUTTON tags on the page.
HtmlButton(JaxcentPage, String) - Constructor for class jaxcent.HtmlButton
Search for HTML element on page by specified ID
HtmlButton(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlButton
Search for HTML element on page by specified search type and search string.
HtmlButton(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlButton
Search for HTML Element on page by specified search type and search string, and search index.
HtmlButton(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlButton
Create new HTML Element on page using the specified tag.
HtmlButton(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlButton
Create new HTML element on page using the specified attributes and values.
HtmlButton(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlButton
Create new HTML element on page using the specified text and attributes and values.
HtmlDiv - class jaxcent.HtmlDiv.
The class HtmlDiv corresponds to DIV tags on the page.
HtmlDiv(JaxcentPage, String) - Constructor for class jaxcent.HtmlDiv
Search for HTML element on page by specified ID
HtmlDiv(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlDiv
Search for HTML element on page by specified search type and search string.
HtmlDiv(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlDiv
Search for HTML Element on page by specified search type and search string, and search index.
HtmlDiv(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlDiv
Create new HTML Element on page using the specified tag.
HtmlDiv(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlDiv
Create new HTML element on page using the specified attributes and values.
HtmlDiv(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlDiv
Create new HTML element on page using the specified text and attributes and values.
HtmlElement - class jaxcent.HtmlElement.
The class HtmlElement is a generic catch-all class that can be used for any tags on the page.
HtmlElement(JaxcentPage, String) - Constructor for class jaxcent.HtmlElement
Search for HTML element on page by specified ID
HtmlElement(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlElement
Search for HTML element on page by specified search type and search string.
HtmlElement(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlElement
Search for HTML Element on page by specified search type and search string, and search index.
HtmlElement(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlElement
Create new HTML Element on page using the specified tag.
HtmlElement(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlElement
Create new HTML element on page using the specified attributes and values.
HtmlElement(JaxcentPage, SearchType, String, String, String[], String[]) - Constructor for class jaxcent.HtmlElement
Create new HTML element on page using the specified text and attributes and values.
HtmlForm - class jaxcent.HtmlForm.
The class HtmlForm corresponds to FORM tags on the page.
HtmlForm(JaxcentPage, String) - Constructor for class jaxcent.HtmlForm
Search for HTML element on page by specified ID
HtmlForm(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlForm
Search for HTML element on page by specified search type and search string.
HtmlForm(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlForm
Search for HTML Element on page by specified search type and search string, and search index.
HtmlForm(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlForm
Create new HTML Element on page using the specified tag.
HtmlForm(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlForm
Create new HTML element on page using the specified attributes and values.
HtmlForm(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlForm
Create new HTML element on page using the specified text and attributes and values.
HtmlImage - class jaxcent.HtmlImage.
The class HtmlImage corresponds to IMG tags on the page.
HtmlImage(JaxcentPage, String) - Constructor for class jaxcent.HtmlImage
Search for HTML element on page by specified ID
HtmlImage(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlImage
Search for HTML element on page by specified search type and search string.
HtmlImage(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlImage
Search for HTML Element on page by specified search type and search string, and search index.
HtmlImage(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlImage
Create new HTML Element on page using the specified tag.
HtmlImage(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlImage
Create new HTML element on page using the specified attributes and values.
HtmlImage(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlImage
Create new HTML element on page using the specified text and attributes and values.
HtmlInputButton - class jaxcent.HtmlInputButton.
The class HtmlInputButton corresponds to INPUT tags of TYPE BUTTON on the page.
HtmlInputButton(JaxcentPage, String) - Constructor for class jaxcent.HtmlInputButton
Search for HTML element on page by specified ID
HtmlInputButton(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlInputButton
Search for HTML element on page by specified search type and search string.
HtmlInputButton(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlInputButton
Search for HTML Element on page by specified search type and search string, and search index.
HtmlInputButton(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlInputButton
Create new HTML Element on page using the specified tag.
HtmlInputButton(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlInputButton
Create new HTML element on page using the specified attributes and values.
HtmlInputButton(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlInputButton
Create new HTML element on page using the specified text and attributes and values.
HtmlInputCheckbox - class jaxcent.HtmlInputCheckbox.
The class HtmlInputCheckbox corresponds to INPUT tags of TYPE CHECKBOX on the page.
HtmlInputCheckbox(JaxcentPage, String) - Constructor for class jaxcent.HtmlInputCheckbox
Search for HTML element on page by specified ID
HtmlInputCheckbox(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlInputCheckbox
Search for HTML element on page by specified search type and search string.
HtmlInputCheckbox(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlInputCheckbox
Search for HTML Element on page by specified search type and search string, and search index.
HtmlInputCheckbox(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlInputCheckbox
Create new HTML Element on page using the specified tag.
HtmlInputCheckbox(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlInputCheckbox
Create new HTML element on page using the specified attributes and values.
HtmlInputCheckbox(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlInputCheckbox
Create new HTML element on page using the specified text and attributes and values.
HtmlInputHidden - class jaxcent.HtmlInputHidden.
The class HtmlInputHidden corresponds to INPUT tags of TYPE HIDDEN on the page.
HtmlInputHidden(JaxcentPage, String) - Constructor for class jaxcent.HtmlInputHidden
Search for HTML element on page by specified ID
HtmlInputHidden(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlInputHidden
Search for HTML element on page by specified search type and search string.
HtmlInputHidden(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlInputHidden
Search for HTML Element on page by specified search type and search string, and search index.
HtmlInputHidden(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlInputHidden
Create new HTML Element on page using the specified tag.
HtmlInputHidden(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlInputHidden
Create new HTML element on page using the specified attributes and values.
HtmlInputHidden(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlInputHidden
Create new HTML element on page using the specified text and attributes and values.
HtmlInputPassword - class jaxcent.HtmlInputPassword.
The class HtmlInputPassword corresponds to INPUT tags of TYPE PASSWORD on the page.
HtmlInputPassword(JaxcentPage, String) - Constructor for class jaxcent.HtmlInputPassword
Search for HTML element on page by specified ID
HtmlInputPassword(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlInputPassword
Search for HTML element on page by specified search type and search string.
HtmlInputPassword(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlInputPassword
Search for HTML Element on page by specified search type and search string, and search index.
HtmlInputPassword(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlInputPassword
Create new HTML Element on page using the specified tag.
HtmlInputPassword(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlInputPassword
Create new HTML element on page using the specified attributes and values.
HtmlInputPassword(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlInputPassword
Create new HTML element on page using the specified text and attributes and values.
HtmlInputRadio - class jaxcent.HtmlInputRadio.
The class HtmlInputRadio corresponds to INPUT tags of TYPE RADIO on the page.
HtmlInputRadio(JaxcentPage, String) - Constructor for class jaxcent.HtmlInputRadio
Search for HTML element on page by specified ID
HtmlInputRadio(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlInputRadio
Search for HTML element on page by specified search type and search string.
HtmlInputRadio(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlInputRadio
Search for HTML Element on page by specified search type and search string, and search index.
HtmlInputRadio(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlInputRadio
Create new HTML Element on page using the specified tag.
HtmlInputRadio(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlInputRadio
Create new HTML element on page using the specified attributes and values.
HtmlInputRadio(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlInputRadio
Create new HTML element on page using the specified text and attributes and values.
HtmlInputReset - class jaxcent.HtmlInputReset.
The class HtmlInputReset corresponds to INPUT tags of TYPE RESET on the page.
HtmlInputReset(JaxcentPage, String) - Constructor for class jaxcent.HtmlInputReset
Search for HTML element on page by specified ID
HtmlInputReset(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlInputReset
Search for HTML element on page by specified search type and search string.
HtmlInputReset(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlInputReset
Search for HTML Element on page by specified search type and search string, and search index.
HtmlInputReset(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlInputReset
Create new HTML Element on page using the specified tag.
HtmlInputReset(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlInputReset
Create new HTML element on page using the specified attributes and values.
HtmlInputReset(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlInputReset
Create new HTML element on page using the specified text and attributes and values.
HtmlInputSubmit - class jaxcent.HtmlInputSubmit.
The class HtmlInputSubmit corresponds to INPUT tags of TYPE SUBMIT on the page.
HtmlInputSubmit(JaxcentPage, String) - Constructor for class jaxcent.HtmlInputSubmit
Search for HTML element on page by specified ID
HtmlInputSubmit(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlInputSubmit
Search for HTML element on page by specified search type and search string.
HtmlInputSubmit(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlInputSubmit
Search for HTML Element on page by specified search type and search string, and search index.
HtmlInputSubmit(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlInputSubmit
Create new HTML Element on page using the specified tag.
HtmlInputSubmit(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlInputSubmit
Create new HTML element on page using the specified attributes and values.
HtmlInputSubmit(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlInputSubmit
Create new HTML element on page using the specified text and attributes and values.
HtmlInputText - class jaxcent.HtmlInputText.
The class HtmlInputText corresponds to INPUT tags of TYPE TEXT on the page.
HtmlInputText(JaxcentPage, String) - Constructor for class jaxcent.HtmlInputText
Search for HTML element on page by specified ID
HtmlInputText(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlInputText
Search for HTML element on page by specified search type and search string.
HtmlInputText(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlInputText
Search for HTML Element on page by specified search type and search string, and search index.
HtmlInputText(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlInputText
Create new HTML Element on page using the specified tag.
HtmlInputText(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlInputText
Create new HTML element on page using the specified attributes and values.
HtmlInputText(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlInputText
Create new HTML element on page using the specified text and attributes and values.
HtmlItalic - class jaxcent.HtmlItalic.
The class HtmlItalic corresponds to I tags on the page.
HtmlItalic(JaxcentPage, String) - Constructor for class jaxcent.HtmlItalic
Search for HTML element on page by specified ID
HtmlItalic(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlItalic
Search for HTML element on page by specified search type and search string.
HtmlItalic(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlItalic
Search for HTML Element on page by specified search type and search string, and search index.
HtmlItalic(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlItalic
Create new HTML Element on page using the specified tag.
HtmlItalic(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlItalic
Create new HTML element on page using the specified attributes and values.
HtmlItalic(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlItalic
Create new HTML element on page using the specified text and attributes and values.
HtmlListElement - class jaxcent.HtmlListElement.
The class HtmlListElement corresponds to LI tags on the page.
HtmlListElement(JaxcentPage, String) - Constructor for class jaxcent.HtmlListElement
Search for HTML element on page by specified ID
HtmlListElement(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlListElement
Search for HTML element on page by specified search type and search string.
HtmlListElement(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlListElement
Search for HTML Element on page by specified search type and search string, and search index.
HtmlListElement(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlListElement
Create new HTML Element on page using the specified tag.
HtmlListElement(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlListElement
Create new HTML element on page using the specified attributes and values.
HtmlListElement(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlListElement
Create new HTML element on page using the specified text and attributes and values.
HtmlNumberedList - class jaxcent.HtmlNumberedList.
The class HtmlNumberedList corresponds to OL tags on the page.
HtmlNumberedList(JaxcentPage, String) - Constructor for class jaxcent.HtmlNumberedList
Search for HTML element on page by specified ID
HtmlNumberedList(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlNumberedList
Search for HTML element on page by specified search type and search string.
HtmlNumberedList(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlNumberedList
Search for HTML Element on page by specified search type and search string, and search index.
HtmlNumberedList(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlNumberedList
Create new HTML Element on page using the specified tag.
HtmlNumberedList(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlNumberedList
Create new HTML element on page using the specified attributes and values.
HtmlNumberedList(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlNumberedList
Create new HTML element on page using the specified text and attributes and values.
HtmlOption - class jaxcent.HtmlOption.
The class HtmlOption corresponds to OPTION tags on the page, i.e.
HtmlOption(JaxcentPage, String) - Constructor for class jaxcent.HtmlOption
Search for HTML element on page by specified ID
HtmlOption(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlOption
Search for HTML element on page by specified search type and search string.
HtmlOption(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlOption
Search for HTML Element on page by specified search type and search string, and search index.
HtmlPara - class jaxcent.HtmlPara.
The class HtmlPara corresponds to P tags on the page.
HtmlPara(JaxcentPage, String) - Constructor for class jaxcent.HtmlPara
Search for HTML element on page by specified ID
HtmlPara(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlPara
Search for HTML element on page by specified search type and search string.
HtmlPara(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlPara
Search for HTML Element on page by specified search type and search string, and search index.
HtmlPara(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlPara
Create new HTML Element on page using the specified tag.
HtmlPara(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlPara
Create new HTML element on page using the specified attributes and values.
HtmlPara(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlPara
Create new HTML element on page using the specified text and attributes and values.
HtmlRule - class jaxcent.HtmlRule.
The class HtmlRule corresponds to HR tags on the page.
HtmlRule(JaxcentPage, String) - Constructor for class jaxcent.HtmlRule
Search for HTML element on page by specified ID
HtmlRule(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlRule
Search for HTML element on page by specified search type and search string.
HtmlRule(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlRule
Search for HTML Element on page by specified search type and search string, and search index.
HtmlRule(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlRule
Create new HTML Element on page using the specified tag.
HtmlRule(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlRule
Create new HTML element on page using the specified attributes and values.
HtmlRule(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlRule
Create new HTML element on page using the specified text and attributes and values.
HtmlSelect - class jaxcent.HtmlSelect.
The class HtmlSelect corresponds to SELECT tags on the page.
HtmlSelect(JaxcentPage, String) - Constructor for class jaxcent.HtmlSelect
Search for HTML element on page by specified ID
HtmlSelect(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlSelect
Search for HTML element on page by specified search type and search string.
HtmlSelect(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlSelect
Search for HTML Element on page by specified search type and search string, and search index.
HtmlSelect(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlSelect
Create new HTML Element on page using the specified tag.
HtmlSelect(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlSelect
Create new HTML element on page using the specified attributes and values.
HtmlSelect(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlSelect
Create new HTML element on page using the specified text and attributes and values.
HtmlTable - class jaxcent.HtmlTable.
The class HtmlTable corresponds to TABLE tags on the page.
HtmlTable(JaxcentPage, String) - Constructor for class jaxcent.HtmlTable
Search for HTML element on page by specified ID
HtmlTable(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlTable
Search for HTML element on page by specified search type and search string.
HtmlTable(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlTable
Search for HTML Element on page by specified search type and search string, and search index.
HtmlTable(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlTable
Create new HTML Element on page using the specified tag.
HtmlTable(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlTable
Create new HTML element on page using the specified attributes and values.
HtmlTable(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlTable
Create new HTML element on page using the specified text and attributes and values.
HtmlTableCell - class jaxcent.HtmlTableCell.
The class HtmlTableCell corresponds to TD tags on the page, i.e.
HtmlTableCell(JaxcentPage, String) - Constructor for class jaxcent.HtmlTableCell
Search for HTML element on page by specified ID
HtmlTableCell(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlTableCell
Search for HTML element on page by specified search type and search string.
HtmlTableCell(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlTableCell
Search for HTML Element on page by specified search type and search string, and search index.
HtmlTableRow - class jaxcent.HtmlTableRow.
The class HtmlTableRow corresponds to TR tags on the page, i.e.
HtmlTableRow(JaxcentPage, String) - Constructor for class jaxcent.HtmlTableRow
Search for HTML element on page by specified ID
HtmlTableRow(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlTableRow
Search for HTML element on page by specified search type and search string.
HtmlTableRow(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlTableRow
Search for HTML Element on page by specified search type and search string, and search index.
HtmlTextArea - class jaxcent.HtmlTextArea.
The class HtmlTextArea corresponds to TEXTAREA tags on the page.
HtmlTextArea(JaxcentPage, String) - Constructor for class jaxcent.HtmlTextArea
Search for HTML element on page by specified ID
HtmlTextArea(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlTextArea
Search for HTML element on page by specified search type and search string.
HtmlTextArea(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlTextArea
Search for HTML Element on page by specified search type and search string, and search index.
HtmlTextArea(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlTextArea
Create new HTML Element on page using the specified tag.
HtmlTextArea(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlTextArea
Create new HTML element on page using the specified attributes and values.
HtmlTextArea(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlTextArea
Create new HTML element on page using the specified text and attributes and values.
HtmlUnnumberedList - class jaxcent.HtmlUnnumberedList.
The class HtmlUnnumberedList corresponds to UL tags on the page.
HtmlUnnumberedList(JaxcentPage, String) - Constructor for class jaxcent.HtmlUnnumberedList
Search for HTML element on page by specified ID
HtmlUnnumberedList(JaxcentPage, SearchType, String) - Constructor for class jaxcent.HtmlUnnumberedList
Search for HTML element on page by specified search type and search string.
HtmlUnnumberedList(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.HtmlUnnumberedList
Search for HTML Element on page by specified search type and search string, and search index.
HtmlUnnumberedList(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.HtmlUnnumberedList
Create new HTML Element on page using the specified tag.
HtmlUnnumberedList(JaxcentPage, SearchType, String[], String[]) - Constructor for class jaxcent.HtmlUnnumberedList
Create new HTML element on page using the specified attributes and values.
HtmlUnnumberedList(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.HtmlUnnumberedList
Create new HTML element on page using the specified text and attributes and values.
hide() - Method in class jaxcent.JaxcentHtmlElement
Shortcut for setStyle( "display", "none" );

I

insertAfter(JaxcentHtmlElement) - Method in class jaxcent.JaxcentHtmlElement
Insert element just after target element.
insertAtBeginning() - Method in class jaxcent.JaxcentHtmlElement
Insert element at document beginning.
insertAtBeginning(JaxcentHtmlElement) - Method in class jaxcent.JaxcentHtmlElement
Insert element inside target element, at beginning.
insertAtEnd() - Method in class jaxcent.JaxcentHtmlElement
Insert element at document end.
insertAtEnd(JaxcentHtmlElement) - Method in class jaxcent.JaxcentHtmlElement
Insert element inside target element, at end.
insertBefore(JaxcentHtmlElement) - Method in class jaxcent.JaxcentHtmlElement
Insert element just before target element.
insertCell(int, String) - Method in class jaxcent.HtmlTableRow
Insert a cell in the table at the specified index.
insertCell(int, String, String[], String[]) - Method in class jaxcent.HtmlTableRow
Insert a row in the table at the specified index, and set attributes of the new cell as specified.
insertOption(int, String) - Method in class jaxcent.HtmlSelect
Insert an OPTION in the SELECT at the specified index.
insertOption(int, String, String[], String[]) - Method in class jaxcent.HtmlSelect
Insert an OPTION in the SELECT at the specified index.
insertRow(int, String[]) - Method in class jaxcent.HtmlTable
Insert a row in the table at the specified index.
insertRow(int, String[], String[][], String[][]) - Method in class jaxcent.HtmlTable
Insert a row in the table at the specified index, and set attributes of each new cell as specified.

J

JaxcentHtmlElement - class jaxcent.JaxcentHtmlElement.
This is the base class in Jaxcent for all HTML elements.
JaxcentHtmlElement(JaxcentPage, String) - Constructor for class jaxcent.JaxcentHtmlElement
Search for HTML element on page by specified ID
JaxcentHtmlElement(JaxcentPage, SearchType, String) - Constructor for class jaxcent.JaxcentHtmlElement
Search for HTML element on page by specified search type and search string.
JaxcentHtmlElement(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.JaxcentHtmlElement
Search for HTML Element on page by specified search type and search string, and search index.
JaxcentHtmlElement(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.JaxcentHtmlElement
Create new HTML Element on page using the specified tag.
JaxcentHtmlElement(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.JaxcentHtmlElement
Create new HTML element on page using the specified attributes and values.
JaxcentHtmlElement(JaxcentPage, SearchType, String, String, String[], String[]) - Constructor for class jaxcent.JaxcentHtmlElement
Create new HTML element on page using the specified text and attributes and values.
JaxcentObject - class jaxcent.JaxcentObject.
This is the base class for Jaxcent objects.
JaxcentObject(JaxcentPage, String) - Constructor for class jaxcent.JaxcentObject
Search for object on page by specified ID
JaxcentObject(JaxcentPage, SearchType, String) - Constructor for class jaxcent.JaxcentObject
Search for object on page by specified search type and search string.
JaxcentObject(JaxcentPage, SearchType, String, int) - Constructor for class jaxcent.JaxcentObject
Search for object on page by specified search type and search string, and search index.
JaxcentObject(JaxcentPage, SearchType, String, String) - Constructor for class jaxcent.JaxcentObject
Create new object on page using the specified tag.
JaxcentObject(JaxcentPage, SearchType, String, String[], String[]) - Constructor for class jaxcent.JaxcentObject
Create new object on page using the specified attributes and values.
JaxcentObject(JaxcentPage, SearchType, String, String, String[], String[]) - Constructor for class jaxcent.JaxcentObject
Create new object on page using the specified attributes and values and text.
JaxcentPage - class jaxcent.JaxcentPage.
JaxcentPage is the base class from which all Jaxcent URL handlers need to be derived.
JaxcentPage() - Constructor for class jaxcent.JaxcentPage
Default constructor.
JaxcentTopic - class jaxcent.JaxcentTopic.
JaxcentTopic provides a simple publish-and-subscribe model for a single server, using Java synchronization primitives.
JaxcentTopic(int, long) - Constructor for class jaxcent.JaxcentTopic
Create a new topic.
JaxcentTopicItem - class jaxcent.JaxcentTopicItem.
JaxcentTopicItem objects are returned by JaxcentTopic.
Jaxception - exception jaxcent.Jaxception.
Jaxception is the base class for all Jaxcent related exceptions.
Jaxception(String) - Constructor for class jaxcent.Jaxception
 
jaxcent - package jaxcent
 

N

navigate(String) - Method in class jaxcent.JaxcentPage
Navigate to a given URL.

O

onAbort() - Method in class jaxcent.HtmlElement
Override to handle the "abort" event
onAbort() - Method in class jaxcent.HtmlImage
Override to handle the "abort" event
onBlur() - Method in class jaxcent.HtmlAnchor
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlArea
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlBold
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlButton
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlDiv
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlElement
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlForm
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlImage
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlInputButton
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlInputCheckbox
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlInputPassword
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlInputRadio
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlInputReset
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlInputSubmit
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlInputText
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlItalic
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlListElement
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlNumberedList
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlPara
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlRule
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlSelect
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlTable
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlTableCell
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlTableRow
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlTextArea
Override to handle the "blur" event
onBlur() - Method in class jaxcent.HtmlUnnumberedList
Override to handle the "blur" event
onChange() - Method in class jaxcent.HtmlElement
Override to handle the "change" event
onChange(String) - Method in class jaxcent.HtmlElement
Override to handle the "change" event and receive current element value
onChange(int) - Method in class jaxcent.HtmlElement
Override to handle the "change" event and receive current selected index
onChange() - Method in class jaxcent.HtmlInputText
Override to handle the "change" event
onChange(String) - Method in class jaxcent.HtmlInputText
Override to handle the "change" event and receive current element value
onChange() - Method in class jaxcent.HtmlSelect
Override to handle the "change" event
onChange(String) - Method in class jaxcent.HtmlSelect
Override to handle the "change" event and receive current element value
onChange(int) - Method in class jaxcent.HtmlSelect
Override to handle the "change" event and receive current selected index
onChange() - Method in class jaxcent.HtmlTextArea
Override to handle the "change" event
onChange(String) - Method in class jaxcent.HtmlTextArea
Override to handle the "change" event and receive current element value
onClick() - Method in class jaxcent.HtmlAnchor
Override to handle the "click" event
onClick() - Method in class jaxcent.HtmlArea
Override to handle the "click" event
onClick() - Method in class jaxcent.HtmlBold
Override to handle the "click" event
onClick() - Method in class jaxcent.HtmlButton
Override to handle the "click" event
onClick(Map) - Method in class jaxcent.HtmlButton
Override to handle the "click" event and receive current page data
onClick() - Method in class jaxcent.HtmlDiv
Override to handle the "click" event
onClick() - Method in class jaxcent.HtmlElement
Override to handle the "click" event
onClick(Map) - Method in class jaxcent.HtmlElement
Override to handle the "click" event and receive current page data
onClick() - Method in class jaxcent.HtmlForm
Override to handle the "click" event
onClick() - Method in class jaxcent.HtmlImage
Override to handle the "click" event
onClick(Map) - Method in class jaxcent.HtmlImage
Override to handle the "click" event and receive current page data
onClick() - Method in class jaxcent.HtmlInputButton
Override to handle the "click" event
onClick(Map) - Method in class jaxcent.HtmlInputButton
Override to handle the "click" event and receive current page data
onClick() - Method in class jaxcent.HtmlInputCheckbox
Override to handle the "click" event
onClick(String) - Method in class jaxcent.HtmlInputCheckbox
Override to handle the "click" event and receive current element value
onClick() - Method in class jaxcent.HtmlInputRadio
Override to handle the "click" event
onClick(String) - Method in class jaxcent.HtmlInputRadio
Override to handle the "click" event and receive current element value
onClick() - Method in class jaxcent.HtmlInputReset
Override to handle the "click" event
onClick() - Method in class jaxcent.HtmlInputSubmit
Override to handle the "click" event
onClick(Map) - Method in class jaxcent.HtmlInputSubmit
Override to handle the "click" event and receive current page data
onClick() - Method in class jaxcent.HtmlInputText
Override to handle the "click" event
onClick(String) - Method in class jaxcent.HtmlInputText
Override to handle the "click" event and receive current element value
onClick() - Method in class jaxcent.HtmlItalic
Override to handle the "click" event
onClick() - Method in class jaxcent.HtmlListElement
Override to handle the "click" event
onClick() - Method in class jaxcent.HtmlNumberedList
Override to handle the "click" event
onClick() - Method in class jaxcent.HtmlPara
Override to handle the "click" event
onClick() - Method in class jaxcent.HtmlRule
Override to handle the "click" event
onClick() - Method in class jaxcent.HtmlSelect
Override to handle the "click" event
onClick() - Method in class jaxcent.HtmlTable
Override to handle the "click" event
onClick() - Method in class jaxcent.HtmlTableCell
Override to handle the "click" event
onClick() - Method in class jaxcent.HtmlTableRow
Override to handle the "click" event
onClick() - Method in class jaxcent.HtmlTextArea
Override to handle the "click" event
onClick(String) - Method in class jaxcent.HtmlTextArea
Override to handle the "click" event and receive current element value
onClick() - Method in class jaxcent.HtmlUnnumberedList
Override to handle the "click" event
onComplete() - Method in class jaxcent.HtmlElement
Override to handle the "complete" event
onComplete() - Method in class jaxcent.HtmlImage
Override to handle the "complete" event
onError() - Method in class jaxcent.HtmlElement
Override to handle the "error" event
onError() - Method in class jaxcent.HtmlImage
Override to handle the "error" event
onFinalFormData(Map) - Method in class jaxcent.JaxcentPage
Override to receive form data during page unloading.
onFocus() - Method in class jaxcent.HtmlAnchor
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlArea
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlBold
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlButton
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlDiv
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlElement
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlForm
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlImage
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlInputButton
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlInputCheckbox
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlInputPassword
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlInputRadio
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlInputReset
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlInputSubmit
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlInputText
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlItalic
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlListElement
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlNumberedList
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlPara
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlRule
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlSelect
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlTable
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlTableCell
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlTableRow
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlTextArea
Override to handle the "focus" event
onFocus() - Method in class jaxcent.HtmlUnnumberedList
Override to handle the "focus" event
onJavaScriptRequest(String, String[]) - Method in class jaxcent.JaxcentPage
Override to process data from JavaScript methods sent by calling the "JaxcentServerRequest( args...
onKeyDown() - Method in class jaxcent.HtmlElement
Override to handle the "keyDown" event
onKeyDown(String) - Method in class jaxcent.HtmlElement
Override to handle the "keyDown" event and receive current element value
onKeyDown() - Method in class jaxcent.HtmlInputText
Override to handle the "keyDown" event
onKeyDown(String) - Method in class jaxcent.HtmlInputText
Override to handle the "keyDown" event and receive current element value
onKeyDown() - Method in class jaxcent.HtmlTextArea
Override to handle the "keyDown" event
onKeyDown(String) - Method in class jaxcent.HtmlTextArea
Override to handle the "keyDown" event and receive current element value
onKeyUp() - Method in class jaxcent.HtmlElement
Override to handle the "keyUp" event
onKeyUp(String) - Method in class jaxcent.HtmlElement
Override to handle the "keyUp" event and receive current element value
onKeyUp() - Method in class jaxcent.HtmlInputText
Override to handle the "keyUp" event
onKeyUp(String) - Method in class jaxcent.HtmlInputText
Override to handle the "keyUp" event and receive current element value
onKeyUp() - Method in class jaxcent.HtmlTextArea
Override to handle the "keyUp" event
onKeyUp(String) - Method in class jaxcent.HtmlTextArea
Override to handle the "keyUp" event and receive current element value
onKeypress() - Method in class jaxcent.HtmlElement
Override to handle the "keypress" event
onKeypress(String) - Method in class jaxcent.HtmlElement
Override to handle the "keypress" event and receive current element value
onKeypress() - Method in class jaxcent.HtmlInputText
Override to handle the "keypress" event
onKeypress(String) - Method in class jaxcent.HtmlInputText
Override to handle the "keypress" event and receive current element value
onKeypress() - Method in class jaxcent.HtmlTextArea
Override to handle the "keypress" event
onKeypress(String) - Method in class jaxcent.HtmlTextArea
Override to handle the "keypress" event and receive current element value
onLoad() - Method in class jaxcent.HtmlElement
Override to handle the "load" event
onLoad() - Method in class jaxcent.HtmlImage
Override to handle the "load" event
onLoad() - Method in class jaxcent.JaxcentPage
Override to handle page loading.
onMouseDown() - Method in class jaxcent.HtmlBold
Override to handle the "mouseDown" event
onMouseDown() - Method in class jaxcent.HtmlDiv
Override to handle the "mouseDown" event
onMouseDown() - Method in class jaxcent.HtmlElement
Override to handle the "mouseDown" event
onMouseDown(String) - Method in class jaxcent.HtmlElement
Override to handle the "mouseDown" event and receive current element value
onMouseDown() - Method in class jaxcent.HtmlForm
Override to handle the "mouseDown" event
onMouseDown() - Method in class jaxcent.HtmlInputText
Override to handle the "mouseDown" event
onMouseDown(String) - Method in class jaxcent.HtmlInputText
Override to handle the "mouseDown" event and receive current element value
onMouseDown() - Method in class jaxcent.HtmlItalic
Override to handle the "mouseDown" event
onMouseDown() - Method in class jaxcent.HtmlListElement
Override to handle the "mouseDown" event
onMouseDown() - Method in class jaxcent.HtmlNumberedList
Override to handle the "mouseDown" event
onMouseDown() - Method in class jaxcent.HtmlPara
Override to handle the "mouseDown" event
onMouseDown() - Method in class jaxcent.HtmlRule
Override to handle the "mouseDown" event
onMouseDown() - Method in class jaxcent.HtmlTable
Override to handle the "mouseDown" event
onMouseDown() - Method in class jaxcent.HtmlTableCell
Override to handle the "mouseDown" event
onMouseDown() - Method in class jaxcent.HtmlTableRow
Override to handle the "mouseDown" event
onMouseDown() - Method in class jaxcent.HtmlTextArea
Override to handle the "mouseDown" event
onMouseDown(String) - Method in class jaxcent.HtmlTextArea
Override to handle the "mouseDown" event and receive current element value
onMouseDown() - Method in class jaxcent.HtmlUnnumberedList
Override to handle the "mouseDown" event
onMouseUp() - Method in class jaxcent.HtmlBold
Override to handle the "mouseUp" event
onMouseUp() - Method in class jaxcent.HtmlDiv
Override to handle the "mouseUp" event
onMouseUp() - Method in class jaxcent.HtmlElement
Override to handle the "mouseUp" event
onMouseUp(String) - Method in class jaxcent.HtmlElement
Override to handle the "mouseUp" event and receive current element value
onMouseUp() - Method in class jaxcent.HtmlForm
Override to handle the "mouseUp" event
onMouseUp() - Method in class jaxcent.HtmlInputText
Override to handle the "mouseUp" event
onMouseUp(String) - Method in class jaxcent.HtmlInputText
Override to handle the "mouseUp" event and receive current element value
onMouseUp() - Method in class jaxcent.HtmlItalic
Override to handle the "mouseUp" event
onMouseUp() - Method in class jaxcent.HtmlListElement
Override to handle the "mouseUp" event
onMouseUp() - Method in class jaxcent.HtmlNumberedList
Override to handle the "mouseUp" event
onMouseUp() - Method in class jaxcent.HtmlPara
Override to handle the "mouseUp" event
onMouseUp() - Method in class jaxcent.HtmlRule
Override to handle the "mouseUp" event
onMouseUp() - Method in class jaxcent.HtmlTable
Override to handle the "mouseUp" event
onMouseUp() - Method in class jaxcent.HtmlTableCell
Override to handle the "mouseUp" event
onMouseUp() - Method in class jaxcent.HtmlTableRow
Override to handle the "mouseUp" event
onMouseUp() - Method in class jaxcent.HtmlTextArea
Override to handle the "mouseUp" event
onMouseUp(String) - Method in class jaxcent.HtmlTextArea
Override to handle the "mouseUp" event and receive current element value
onMouseUp() - Method in class jaxcent.HtmlUnnumberedList
Override to handle the "mouseUp" event
onReset() - Method in class jaxcent.HtmlElement
Override to handle the "reset" event
onReset() - Method in class jaxcent.HtmlForm
Override to handle the "reset" event
onSelect() - Method in class jaxcent.HtmlElement
Override to handle the "select" event
onSelect() - Method in class jaxcent.HtmlInputText
Override to handle the "select" event
onSelect() - Method in class jaxcent.HtmlTextArea
Override to handle the "select" event
onSubmit() - Method in class jaxcent.HtmlElement
Override to handle the "submit" event
onSubmit(Map) - Method in class jaxcent.HtmlElement
Override to handle the "submit" event and receive current page data
onSubmit() - Method in class jaxcent.HtmlForm
Override to handle the "submit" event
onSubmit(Map) - Method in class jaxcent.HtmlForm
Override to handle the "submit" event and receive current page data
onUnload() - Method in class jaxcent.JaxcentPage
Override to handle page unloading.

P

postItem(Object) - Method in class jaxcent.JaxcentTopic
Post an item to the topic.

R

reset() - Method in class jaxcent.HtmlElement
Reset the form.
reset() - Method in class jaxcent.HtmlForm
Reset the form.

S

SearchType - class jaxcent.SearchType.
SearchType is a (backwards compatible) enumeration class.
scrollIntoView(boolean) - Method in class jaxcent.HtmlAnchor
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlArea
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlBold
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlButton
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlDiv
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlElement
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlForm
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlImage
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlInputButton
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlInputCheckbox
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlInputPassword
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlInputRadio
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlInputReset
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlInputSubmit
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlInputText
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlItalic
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlListElement
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlNumberedList
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlPara
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlRule
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlTableCell
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlTableRow
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlTextArea
Bring the element into view, by scrolling if necessary.
scrollIntoView(boolean) - Method in class jaxcent.HtmlUnnumberedList
Bring the element into view, by scrolling if necessary.
scrollToBottom() - Method in class jaxcent.HtmlDiv
Scroll DIV to bottom.
scrollToTop() - Method in class jaxcent.HtmlDiv
Scroll DIV to top.
searchById - Static variable in class jaxcent.SearchType
Search by the "ID" attribute.
searchByName - Static variable in class jaxcent.SearchType
Search by the NAME attribute.
searchByTag - Static variable in class jaxcent.SearchType
Search by the tag name.
searchInputByType - Static variable in class jaxcent.SearchType
Search INPUT elements by TYPE.
searchInputByValue - Static variable in class jaxcent.SearchType
Search INPUT elements by VALUE.
select() - Method in class jaxcent.HtmlElement
Select the text in the field.
select() - Method in class jaxcent.HtmlInputPassword
Select the text in the field.
select() - Method in class jaxcent.HtmlInputText
Select the text in the field.
select() - Method in class jaxcent.HtmlTextArea
Select the text in the field.
setAbbr(String) - Method in class jaxcent.HtmlElement
Set the "abbr" property
setAbbr(String) - Method in class jaxcent.HtmlTableCell
Set the "abbr" property
setAction(String) - Method in class jaxcent.HtmlElement
Set the "action" property
setAction(String) - Method in class jaxcent.HtmlForm
Set the "action" property
setAlign(String) - Method in class jaxcent.HtmlElement
Set the "align" property
setAlign(String) - Method in class jaxcent.HtmlImage
Set the "align" property
setAlign(String) - Method in class jaxcent.HtmlTableCell
Set the "align" property
setAttribute(String, String) - Method in class jaxcent.JaxcentHtmlElement
Set the specified attribute.
setAxis(String) - Method in class jaxcent.HtmlElement
Set the "axis" property
setAxis(String) - Method in class jaxcent.HtmlTableCell
Set the "axis" property
setBatchUpdates(boolean) - Method in class jaxcent.JaxcentPage
Used to hold updates without sending them out to the client.
setBorder(int) - Method in class jaxcent.HtmlElement
Set the "border" property
setBorder(int) - Method in class jaxcent.HtmlImage
Set the "border" property
setBorder(int) - Method in class jaxcent.HtmlTable
Set the "border" property
setCaption(String) - Method in class jaxcent.HtmlElement
Set the "caption" property
setCaption(String) - Method in class jaxcent.HtmlTable
Set the "caption" property
setCellIndex(int) - Method in class jaxcent.HtmlElement
Set the "cellIndex" property
setCellIndex(int) - Method in class jaxcent.HtmlTableCell
Set the "cellIndex" property
setCellPadding(int) - Method in class jaxcent.HtmlElement
Set the "cellPadding" property
setCellPadding(int) - Method in class jaxcent.HtmlTable
Set the "cellPadding" property
setCellSpacing(int) - Method in class jaxcent.HtmlElement
Set the "cellSpacing" property
setCellSpacing(int) - Method in class jaxcent.HtmlTable
Set the "cellSpacing" property
setChecked(boolean) - Method in class jaxcent.HtmlElement
Set the "checked" property
setChecked(boolean) - Method in class jaxcent.HtmlInputCheckbox
Set the "checked" property
setChecked(boolean) - Method in class jaxcent.HtmlInputRadio
Set the "checked" property
setColSpan(int) - Method in class jaxcent.HtmlElement
Set the "colSpan" property
setColSpan(int) - Method in class jaxcent.HtmlTableCell
Set the "colSpan" property
setComplete(boolean) - Method in class jaxcent.HtmlElement
 
setCookie(String) - Method in class jaxcent.JaxcentPage
Add cookie to page.
setCookie(String, String, Date, String, String, boolean) - Method in class jaxcent.JaxcentPage
Add cookie to page.
setCoords(String) - Method in class jaxcent.HtmlAnchor
Set the "coords" property
setCoords(String) - Method in class jaxcent.HtmlArea
Set the "coords" property
setCoords(String) - Method in class jaxcent.HtmlElement
Set the "coords" property
setDefaultSelected(boolean) - Method in class jaxcent.HtmlElement
Set the "defaultSelected" property
setDefaultValue(String) - Method in class jaxcent.HtmlElement
Set the "defaultValue" property
setDefaultValue(String) - Method in class jaxcent.HtmlInputText
Set the "defaultValue" property
setDefaultValue(String) - Method in class jaxcent.HtmlTextArea
Set the "defaultValue" property
setDefaultchecked(boolean) - Method in class jaxcent.HtmlElement
 
setDisabled(boolean) - Method in class jaxcent.HtmlButton
Set the "disabled" property
setDisabled(boolean) - Method in class jaxcent.HtmlElement
Set the "disabled" property
setDisabled(boolean) - Method in class jaxcent.HtmlInputButton
Set the "disabled" property
setDisabled(boolean) - Method in class jaxcent.HtmlInputCheckbox
Set the "disabled" property
setDisabled(boolean) - Method in class jaxcent.HtmlInputPassword
Set the "disabled" property
setDisabled(boolean) - Method in class jaxcent.HtmlInputRadio
Set the "disabled" property
setDisabled(boolean) - Method in class jaxcent.HtmlInputReset
Set the "disabled" property
setDisabled(boolean) - Method in class jaxcent.HtmlInputSubmit
Set the "disabled" property
setDisabled(boolean) - Method in class jaxcent.HtmlInputText
Set the "disabled" property
setDisabled(boolean) - Method in class jaxcent.HtmlSelect
Set the "disabled" property
setDisabled(boolean) - Method in class jaxcent.HtmlTextArea
Set the "disabled" property
setFrame(String) - Method in class jaxcent.HtmlElement
Set the "frame" property
setFrame(String) - Method in class jaxcent.HtmlTable
Set the "frame" property
setHeight(int) - Method in class jaxcent.HtmlElement
Set the "height" property
setHeight(int) - Method in class jaxcent.HtmlImage
Set the "height" property
setHref(String) - Method in class jaxcent.HtmlAnchor
Set the "href" property
setHref(String) - Method in class jaxcent.HtmlArea
Set the "href" property
setHref(String) - Method in class jaxcent.HtmlElement
Set the "href" property
setHspace(int) - Method in class jaxcent.HtmlElement
Set the "hspace" property
setHspace(int) - Method in class jaxcent.HtmlImage
Set the "hspace" property
setId(String) - Method in class jaxcent.JaxcentObject
Set ID property.
setIndex(int) - Method in class jaxcent.HtmlElement
Set the "index" property
setIndex(int) - Method in class jaxcent.HtmlOption
Set the "index" property
setInnerHTML(String) - Method in class jaxcent.HtmlAnchor
Set the "innerHTML" property
setInnerHTML(String) - Method in class jaxcent.HtmlBold
Set the "innerHTML" property
setInnerHTML(String) - Method in class jaxcent.HtmlButton
Set the "innerHTML" property
setInnerHTML(String) - Method in class jaxcent.HtmlDiv
Set the "innerHTML" property
setInnerHTML(String) - Method in class jaxcent.HtmlElement
Set the "innerHTML" property
setInnerHTML(String) - Method in class jaxcent.HtmlItalic
Set the "innerHTML" property
setInnerHTML(String) - Method in class jaxcent.HtmlListElement
Set the "innerHTML" property
setInnerHTML(String) - Method in class jaxcent.HtmlPara
Set the "innerHTML" property
setInnerHTML(String) - Method in class jaxcent.HtmlTableCell
Set the "innerHTML" property
setInnerHTML(String) - Method in class jaxcent.HtmlTableRow
Set the "innerHTML" property
setInnerText(String) - Method in class jaxcent.JaxcentHtmlElement
Sets the inner text of the element.
setIsMap(boolean) - Method in class jaxcent.HtmlElement
Set the "isMap" property
setLength(int) - Method in class jaxcent.HtmlElement
Set the "length" property
setLowsrc(String) - Method in class jaxcent.HtmlElement
Set the "lowsrc" property
setLowsrc(String) - Method in class jaxcent.HtmlImage
Set the "lowsrc" property
setMaxLength(String) - Method in class jaxcent.HtmlElement
Sets the maximum number of characters allowed in field
setMaxLength(String) - Method in class jaxcent.HtmlInputPassword
Sets the maximum number of characters allowed in field
setMaxLength(String) - Method in class jaxcent.HtmlInputText
Sets the maximum number of characters allowed in field
setMethod(String) - Method in class jaxcent.HtmlElement
Set the "method" property
setMethod(String) - Method in class jaxcent.HtmlForm
Set the "method" property
setMultiple(boolean) - Method in class jaxcent.HtmlElement
Sets whether multiple items can be selected
setMultiple(boolean) - Method in class jaxcent.HtmlSelect
Sets whether multiple items can be selected
setName(String) - Method in class jaxcent.HtmlElement
Set the "name" property
setName(String) - Method in class jaxcent.HtmlForm
Set the "name" property
setName(String) - Method in class jaxcent.HtmlImage
Set the "name" property
setName(String) - Method in class jaxcent.HtmlSelect
Set the "name" property
setProperty(String, String) - Method in class jaxcent.JaxcentObject
Set a property to the specified value.
setProperty(String, int) - Method in class jaxcent.JaxcentObject
Set a property to the specified int value.
setProperty(String, boolean) - Method in class jaxcent.JaxcentObject
Set a property to the specified boolean value.
setProperty(String, Color) - Method in class jaxcent.JaxcentObject
Set a property to the specified java.awt.Color value.
setReadOnly(boolean) - Method in class jaxcent.HtmlElement
Set the "readOnly" property
setReadOnly(boolean) - Method in class jaxcent.HtmlInputPassword
Set the "readOnly" property
setReadOnly(boolean) - Method in class jaxcent.HtmlInputText
Set the "readOnly" property
setReadOnly(boolean) - Method in class jaxcent.HtmlTextArea
Set the "readOnly" property
setRowIndex(int) - Method in class jaxcent.HtmlElement
Set the "rowIndex" property
setRowIndex(int) - Method in class jaxcent.HtmlTableRow
Set the "rowIndex" property
setRowSpan(int) - Method in class jaxcent.HtmlElement
Set the "rowSpan" property
setRowSpan(int) - Method in class jaxcent.HtmlTableCell
Set the "rowSpan" property
setRows(int) - Method in class jaxcent.HtmlElement
Set the "rows" property
setRows(int) - Method in class jaxcent.HtmlTextArea
Set the "rows" property
setRules(String) - Method in class jaxcent.HtmlElement
Set the "rules" property
setRules(String) - Method in class jaxcent.HtmlTable
Set the "rules" property
setSelected(boolean) - Method in class jaxcent.HtmlElement
Set the "selected" property
setSelected(boolean) - Method in class jaxcent.HtmlOption
Set the "selected" property
setSelectedIndex(int) - Method in class jaxcent.HtmlElement
Set the "selectedIndex" property
setSelectedIndex(int) - Method in class jaxcent.HtmlSelect
Set the "selectedIndex" property
setShape(String) - Method in class jaxcent.HtmlArea
Set the "shape" property
setShape(String) - Method in class jaxcent.HtmlElement
Set the "shape" property
setSize(int) - Method in class jaxcent.HtmlElement
Set the "size" property
setSize(int) - Method in class jaxcent.HtmlInputPassword
Set the "size" property
setSize(int) - Method in class jaxcent.HtmlInputText
Set the "size" property
setSize(int) - Method in class jaxcent.HtmlSelect
Set the "size" property
setSrc(String) - Method in class jaxcent.HtmlElement
Set the "src" property
setSrc(String) - Method in class jaxcent.HtmlImage
Set the "src" property
setStatusText(String) - Method in class jaxcent.JaxcentPage
Set status text.
setStyle(String, String) - Method in class jaxcent.JaxcentHtmlElement
Set the specified style element.
setStyle(String, int) - Method in class jaxcent.JaxcentHtmlElement
Set the specified style element from an int.
setStyle(String, Color) - Method in class jaxcent.JaxcentHtmlElement
Set the specified style element from a java.awt.Color value.
setStyle(String, boolean) - Method in class jaxcent.JaxcentHtmlElement
Set the specified boolean style element.
setTarget(String) - Method in class jaxcent.HtmlAnchor
Set the "target" property
setTarget(String) - Method in class jaxcent.HtmlArea
Set the "target" property
setTarget(String) - Method in class jaxcent.HtmlElement
Set the "target" property
setTarget(String) - Method in class jaxcent.HtmlForm
Set the "target" property
setText(String) - Method in class jaxcent.HtmlElement
Set the "text" property
setText(String) - Method in class jaxcent.HtmlOption
Set the "text" property
setUseMap(String) - Method in class jaxcent.HtmlElement
Set the "useMap" property
setUseMap(String) - Method in class jaxcent.HtmlImage
Set the "useMap" property
setVAlign(String) - Method in class jaxcent.HtmlElement
Set the "vAlign" property
setVAlign(String) - Method in class jaxcent.HtmlTableCell
Set the "vAlign" property
setVAlign(String) - Method in class jaxcent.HtmlTableRow
Set the "vAlign" property
setValue(String) - Method in class jaxcent.HtmlButton
Set the "value" property
setValue(String) - Method in class jaxcent.HtmlElement
Set the "value" property
setValue(String) - Method in class jaxcent.HtmlInputButton
Set the "value" property
setValue(String) - Method in class jaxcent.HtmlInputHidden
Set the "value" property
setValue(String) - Method in class jaxcent.HtmlInputPassword
Set the "value" property
setValue(String) - Method in class jaxcent.HtmlInputRadio
Set the "value" property
setValue(String) - Method in class jaxcent.HtmlInputReset
Set the "value" property
setValue(String) - Method in class jaxcent.HtmlInputSubmit
Set the "value" property
setValue(String) - Method in class jaxcent.HtmlInputText
Set the "value" property
setValue(String) - Method in class jaxcent.HtmlOption
Set the "value" property
setValue(String) - Method in class jaxcent.HtmlTextArea
Set the "value" property
setVisible(boolean) - Method in class jaxcent.JaxcentHtmlElement
Shortcut for setStyle( "visibility", "visible" or "hidden" );
setVspace(int) - Method in class jaxcent.HtmlElement
Set the "vspace" property
setVspace(int) - Method in class jaxcent.HtmlImage
Set the "vspace" property
setWidth(int) - Method in class jaxcent.HtmlElement
Set the "width" property
setWidth(int) - Method in class jaxcent.HtmlSelect
Set the "width" property
setWidth(int) - Method in class jaxcent.HtmlTable
Set the "width" property
setWidth(int) - Method in class jaxcent.HtmlTableCell
Set the "width" property
show() - Method in class jaxcent.JaxcentHtmlElement
Shortcut for setStyle( "display", "block" );
showConfirmDialog(String) - Method in class jaxcent.JaxcentPage
Show JavaScript confirm dialog box to the user.
showInputDialog(String, String) - Method in class jaxcent.JaxcentPage
Show JavaScript prompt dialog box to the user.
showMessageDialog(String) - Method in class jaxcent.JaxcentPage
Show JavaScript alert dialog box to the user.
sizeToOptions() - Method in class jaxcent.HtmlSelect
Set SIZE of SELECT same as the number of options.
submit() - Method in class jaxcent.HtmlElement
Submit the form.
submit() - Method in class jaxcent.HtmlForm
Submit the form.

A B C D E F G H I J N O P R S