version 1.0
A B C D E F G H I J L M N O P R S T U V W X

A

ABOVE_CELL - Static variable in interface com.actimind.actiwate.testing.html.TableCellAssert
All cells above the current cell in the same column.
ACCEPT_LANGUAGE_HEADER - Static variable in class com.actimind.actiwate.testing.TestProperties
 
AUTH_CREDS_HOST_PROPERTY - Static variable in class com.actimind.actiwate.testing.TestProperties
 
AUTH_CREDS_PASSWORD_PROPERTY - Static variable in class com.actimind.actiwate.testing.TestProperties
 
AUTH_CREDS_REALM_PROPERTY - Static variable in class com.actimind.actiwate.testing.TestProperties
 
AUTH_CREDS_USERNAME_PROPERTY - Static variable in class com.actimind.actiwate.testing.TestProperties
 
AUTO_EXEC_ASYNC_EVENTS - Static variable in class com.actimind.actiwate.testing.TestProperties
 
AUTO_EXEC_ASYNC_EVENTS_OFFSET - Static variable in class com.actimind.actiwate.testing.TestProperties
 
AUTO_EXEC_META_REFRESHES - Static variable in class com.actimind.actiwate.testing.TestProperties
 
Action - interface com.actimind.actiwate.testing.html.Action.
Interface contains methods emulating user actions on HTML page.
ActiwateException - exception com.actimind.actiwate.ActiwateException.
Basic class for all Actiwate exceptions
ActiwateException(LogMessage) - Constructor for class com.actimind.actiwate.ActiwateException
 
ActiwateException() - Constructor for class com.actimind.actiwate.ActiwateException
 
ActiwateException(LogMessage, Throwable) - Constructor for class com.actimind.actiwate.ActiwateException
 
ActiwateSession - interface com.actimind.actiwate.testing.ActiwateSession.
Base interface for the test session.
ActiwateTestCase - class com.actimind.actiwate.testing.ActiwateTestCase.
Base test case class for all tests.
ActiwateTestCase() - Constructor for class com.actimind.actiwate.testing.ActiwateTestCase
 
ActiwateTestCase(String) - Constructor for class com.actimind.actiwate.testing.ActiwateTestCase
 
ActiwateTestCase(Properties) - Constructor for class com.actimind.actiwate.testing.ActiwateTestCase
Constructs test case with custom actiwate test properties.
ActiwateTestCase(String, Properties) - Constructor for class com.actimind.actiwate.testing.ActiwateTestCase
Constructs test case with the given name and custom actiwate test properties.
AlertAssert - interface com.actimind.actiwate.testing.html.AlertAssert.
The interface provides an ability to implement custom alert dialog verification.
Area - interface com.actimind.actiwate.testing.html.objects.Area.
Represents an HTML area element within a map.
AssertionException - exception com.actimind.actiwate.testing.AssertionException.
 
AssertionException(String) - Constructor for class com.actimind.actiwate.testing.AssertionException
 
AsyncEvent - interface com.actimind.actiwate.testing.events.AsyncEvent.
Base interface for all async events.
AsyncEvents - interface com.actimind.actiwate.testing.events.AsyncEvents.
Container for sheduled AsyncEvent's.
addAuthCredentials(String, String, String, String) - Method in interface com.actimind.actiwate.testing.ActiwateSession
Adds credentials to a session for the given authentication realm on the given host.
addAuthCredentials(String, String, String, String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
Adds credentials to a CURRENT SESSION only for the given authentication realm on the given host.
addHeaders(HttpMethod) - Method in class com.actimind.actiwate.http.HttpRequest
 
addParameter(String, String, InputStreamFactory, String) - Method in class com.actimind.actiwate.http.MultipartPostRequest
Adds new file to request.
addParameter(String, String) - Method in class com.actimind.actiwate.http.MultipartPostRequest
 
addParameter(String, String) - Method in class com.actimind.actiwate.http.PostRequest
Adds a new parameter to be used in the POST request body.
addParameter(PostRequest.Parameter) - Method in class com.actimind.actiwate.http.PostRequest
 
alt() - Method in interface com.actimind.actiwate.testing.html.objects.Area
Returns alt attribute value for this area.
alt() - Method in interface com.actimind.actiwate.testing.html.objects.Image
Returns value of alt attribute.
areAuthCredentialsConfigured() - Method in class com.actimind.actiwate.testing.TestProperties
 
area(int) - Method in interface com.actimind.actiwate.testing.html.objects.ImageMap
Returns an area by index.
area(String) - Method in interface com.actimind.actiwate.testing.html.objects.ImageMap
Searches for an area with specified name or id.
areaByAlt(String) - Method in interface com.actimind.actiwate.testing.html.objects.ImageMap
Searches for an area with specified alternative description.
areaByShape(String, int) - Method in interface com.actimind.actiwate.testing.html.objects.ImageMap
Searches for an area with specified value of 'shape' attribute.
areaByTitle(String) - Method in interface com.actimind.actiwate.testing.html.objects.ImageMap
Searches for an area with specified title.
areas() - Method in interface com.actimind.actiwate.testing.html.objects.ImageMap
Returns map's areas.
areasByShape(String) - Method in interface com.actimind.actiwate.testing.html.objects.ImageMap
Returns map areas with specificed shape attribute.
assertCellWithTextExist(String, int) - Method in interface com.actimind.actiwate.testing.html.TableCellAssert
Asserts that at specified direction there is a table cell having specified text.
assertImageWithURLNotPresent(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
assertImageWithURLNotPresent(String) - Method in interface com.actimind.actiwate.testing.html.PageAssert
Asserts that page does not contain image with specified URL.
assertImageWithURLNotPresent(String) - Method in interface com.actimind.actiwate.testing.html.TableCellAssert
Asserts that table cell does not contain image with specified URL.
assertImageWithURLPresent(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
assertImageWithURLPresent(String) - Method in interface com.actimind.actiwate.testing.html.PageAssert
Asserts that page contains image with specified URL.
assertImageWithURLPresent(String) - Method in interface com.actimind.actiwate.testing.html.TableCellAssert
Asserts that table cell contains image with specified URL.
assertLinkWithTextNotPresent(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
assertLinkWithTextNotPresent(String) - Method in interface com.actimind.actiwate.testing.html.PageAssert
Asserts that page does not contain link with specified text.
assertLinkWithTextNotPresent(String) - Method in interface com.actimind.actiwate.testing.html.TableCellAssert
Asserts that cell does not contain link with specified text.
assertLinkWithTextPresent(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
assertLinkWithTextPresent(String) - Method in interface com.actimind.actiwate.testing.html.PageAssert
Asserts that link with specified text contained within this page.
assertLinkWithTextPresent(String) - Method in interface com.actimind.actiwate.testing.html.TableCellAssert
Asserts that cell contains link with specified text.
assertTextEquals(String) - Method in interface com.actimind.actiwate.testing.html.TableCellAssert
Asserts that cell has specified text.
assertTextNotPresent(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
assertTextNotPresent(String) - Method in interface com.actimind.actiwate.testing.html.PageAssert
Asserts that page does not contain notExpectedText as substring.
assertTextNotPresent(String) - Method in interface com.actimind.actiwate.testing.html.TableCellAssert
Asserts that cell does not contain notExpectedText as substring.
assertTextPresent(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
assertTextPresent(String) - Method in interface com.actimind.actiwate.testing.html.PageAssert
Asserts that page contains expectedText as substring.
assertTextPresent(String) - Method in interface com.actimind.actiwate.testing.html.TableCellAssert
Asserts that cell contains expectedText as substring.
assertTitleEquals(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
assertTitleEquals(String) - Method in interface com.actimind.actiwate.testing.html.PageAssert
Asserts that page has title equal to expectedTitle.

B

BASE_URL_PROPERTY - Static variable in class com.actimind.actiwate.testing.TestProperties
 
BELOW_CELL - Static variable in interface com.actimind.actiwate.testing.html.TableCellAssert
All cells below the current cell in the same column.
BaseElement - interface com.actimind.actiwate.testing.html.objects.BaseElement.
Base object for HTML elements
BaseSelect - interface com.actimind.actiwate.testing.html.objects.BaseSelect.
Base interface for single and multiple select elements.
Button - interface com.actimind.actiwate.testing.html.objects.Button.
Represents an HTML button (input type='button/submit/reset' or button with type='button/submit/reset').
ByteArrayStreamFactory - class com.actimind.actiwate.testing.util.ByteArrayStreamFactory.
Factory for creating InputStreams from byte arrays.
ByteArrayStreamFactory(byte[]) - Constructor for class com.actimind.actiwate.testing.util.ByteArrayStreamFactory
Creates a new ByteArrayStreamFactory.
back() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
back() - Method in interface com.actimind.actiwate.testing.html.Action
Emulates browser back function
button(int) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
button(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
button(String, int) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
button(int) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Returns button within this page by specified index.
button(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for a button with specified name or id.
button(String, int) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for a buttons with specified name/id and returns button having specified index.
button() - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns first button contained in this table cell.
button(int) - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns button contained in this table cell by specified index.
buttonByText(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
buttonByText(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
The search is done by visible button caption text: this means that for <button> tags this is a text within button and for all other types of button this is a text within button value.

C

COMPLETED - Static variable in interface com.actimind.actiwate.core.scripting.XmlHttpRequestReadyStates
Request is completed.
CONNECTION_TIMEOUT - Static variable in class com.actimind.actiwate.testing.TestProperties
 
Checkbox - interface com.actimind.actiwate.testing.html.objects.Checkbox.
Represents HTML checkbox element.
ClickableElement - interface com.actimind.actiwate.testing.html.objects.ClickableElement.
Clickable element.
ConfirmAssert - interface com.actimind.actiwate.testing.html.ConfirmAssert.
The interface provides an ability to implement custom confirmation dialog verification.
cell(int, int) - Method in interface com.actimind.actiwate.testing.html.objects.Table
Returns table cell by row and cell index.
cell(int) - Method in interface com.actimind.actiwate.testing.html.objects.TableRow
Returns cell by its index.
cellByText(String) - Method in interface com.actimind.actiwate.testing.html.objects.Table
Returns table cell having specified text.
cellByText(String) - Method in interface com.actimind.actiwate.testing.html.objects.TableRow
Returns cell in this row having specified text.
cellNum() - Method in interface com.actimind.actiwate.testing.html.objects.TableCell
Returns position number of this cell in a row.
cells() - Method in interface com.actimind.actiwate.testing.html.objects.TableRow
Returns cells within this row.
cellsNum() - Method in interface com.actimind.actiwate.testing.html.objects.TableRow
Returns number of cells in this row.
checkbox(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
checkbox(String, String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
checkbox(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for checkbox with specified name or id attribute
checkbox(String, String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for checkbox with specified name/id and value
checkbox() - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns first checkbox contained in this table cell.
checkbox(int) - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns checkbox contained in this table cell by specified index.
checkboxes(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
checkboxes(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for checkboxes with specified nameOrId or id attribute
checked() - Method in interface com.actimind.actiwate.testing.html.objects.Checkbox
Returns true if this checkbox is checked and false otherwise.
checked() - Method in interface com.actimind.actiwate.testing.html.objects.RadioButton
Returns true if this radio button is checked and false otherwise.
chooseFile(FileField, String, InputStreamFactory, String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
chooseFile(FileField, String, InputStreamFactory, String) - Method in interface com.actimind.actiwate.testing.html.Action
Emulates result of a file choose dialog when a user clicks "Browse" button in the browser.
click(ClickableElement) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
click(Area, Image) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
click(HTMLElement) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
click(ClickableElement) - Method in interface com.actimind.actiwate.testing.html.Action
Emulates single mouse click on an object.
click(HTMLElement) - Method in interface com.actimind.actiwate.testing.html.Action
Emulates single mouse click on an arbitrary HTML element.
click(Area, Image) - Method in interface com.actimind.actiwate.testing.html.Action
Emulates single mouse click on an Area element.
com.actimind.actiwate - package com.actimind.actiwate
 
com.actimind.actiwate.core.scripting - package com.actimind.actiwate.core.scripting
 
com.actimind.actiwate.http - package com.actimind.actiwate.http
 
com.actimind.actiwate.impl - package com.actimind.actiwate.impl
 
com.actimind.actiwate.testing - package com.actimind.actiwate.testing
 
com.actimind.actiwate.testing.events - package com.actimind.actiwate.testing.events
 
com.actimind.actiwate.testing.html - package com.actimind.actiwate.testing.html
 
com.actimind.actiwate.testing.html.objects - package com.actimind.actiwate.testing.html.objects
 
com.actimind.actiwate.testing.html.util - package com.actimind.actiwate.testing.html.util
 
com.actimind.actiwate.testing.util - package com.actimind.actiwate.testing.util
 
containsText(String, String) - Static method in class com.actimind.actiwate.testing.html.util.HTMLUtil
Returns true if html text contains specified text.
coords() - Method in interface com.actimind.actiwate.testing.html.objects.Area
Returns coords attribute value for this area.
createHttpMethod() - Method in class com.actimind.actiwate.http.GetRequest
 
createHttpMethod() - Method in class com.actimind.actiwate.http.HttpRequest
 
createHttpMethod() - Method in class com.actimind.actiwate.http.MultipartPostRequest
 
createHttpMethod() - Method in class com.actimind.actiwate.http.PostRequest
 
createInputStream() - Method in class com.actimind.actiwate.testing.util.ByteArrayStreamFactory
Creates and returns a new ByteArrayInputStream.
createInputStream() - Method in class com.actimind.actiwate.testing.util.FileStreamFactory
Creates and returns a new FileInputStream.
createInputStream() - Method in interface com.actimind.actiwate.testing.util.InputStreamFactory
Creates a new InputStream.
createInstance(Properties) - Static method in class com.actimind.actiwate.testing.TestProperties
 

D

DATA_TIMEOUT - Static variable in class com.actimind.actiwate.testing.TestProperties
 
DEFAULT_CHARSET - Static variable in class com.actimind.actiwate.testing.TestProperties
 
DialogException - exception com.actimind.actiwate.testing.html.DialogException.
 
DialogException(String) - Constructor for class com.actimind.actiwate.testing.html.DialogException
 
debug(String) - Static method in class com.actimind.actiwate.testing.ActiwateTestCase
Logs debug message in the log
debug(String) - Static method in class com.actimind.actiwate.testing.TestLog
 
describeElement(HTMLElement) - Static method in class com.actimind.actiwate.testing.html.util.HTMLUtil
Makes human readable description of HTML element.
describeNode(Node) - Static method in class com.actimind.actiwate.testing.html.util.HTMLUtil
Makes human readable description of document node.
describeNode(StringBuffer, Node) - Static method in class com.actimind.actiwate.testing.html.util.HTMLUtil
 
disableJavaScript(boolean) - Method in interface com.actimind.actiwate.testing.ActiwateSession
Disables JavaScript support in this session for all the session windows and frames.
disableJavaScript(boolean) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
document() - Method in interface com.actimind.actiwate.testing.html.Page
Returns HTMLDocument corresponding to this context.

E

EditableControl - interface com.actimind.actiwate.testing.html.objects.EditableControl.
Editable form control (text field, textarea, file field).
element() - Method in interface com.actimind.actiwate.testing.html.objects.BaseElement
Returns HTML element correspondint to this object.
enableJavaScript() - Method in interface com.actimind.actiwate.testing.ActiwateSession
Enables JavaScript support for all the session windows and frames.
enableJavaScript() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
equals(Object) - Method in class com.actimind.actiwate.http.GetRequest
 
error(String) - Static method in class com.actimind.actiwate.testing.ActiwateTestCase
Logs error message in the log
error(String) - Static method in class com.actimind.actiwate.testing.TestLog
 
executeAllUntilEmpty() - Method in interface com.actimind.actiwate.testing.events.AsyncEvents
Executes all events in this container.
executeByTimeOffset(long) - Method in interface com.actimind.actiwate.testing.events.AsyncEvents
Executes all events having time offset less or equal to offsetMillis.
executeJavaScript(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
executeJavaScript(String, HTMLElement) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
executeJavaScript(String) - Method in interface com.actimind.actiwate.testing.html.Action
Executes specified JavaScript statements in the scope of the current page.
executeJavaScript(String, HTMLElement) - Method in interface com.actimind.actiwate.testing.html.Action
Executes specified JavaScript statements in the scope of the current page.
executeNextEvent() - Method in interface com.actimind.actiwate.testing.events.AsyncEvents
Executes event with least time offset.
executeTillLatestEventOffset() - Method in interface com.actimind.actiwate.testing.events.AsyncEvents
Executes all events in this container.
expectAlert(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
expectAlert(AlertAssert, String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
expectAlert(String) - Method in interface com.actimind.actiwate.testing.html.UserDialogExpect
Setups alert expectation with specified text.
expectAlert(AlertAssert, String) - Method in interface com.actimind.actiwate.testing.html.UserDialogExpect
Setups custom alert expectation.
expectAnyAlert() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
expectAnyAlert() - Method in interface com.actimind.actiwate.testing.html.UserDialogExpect
Setups any alert expectation.
expectAnyConfirm(int) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
expectAnyConfirm(int) - Method in interface com.actimind.actiwate.testing.html.UserDialogExpect
Setups any confirmation dialog expectation.
expectAnyPrompt(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
expectAnyPrompt(String) - Method in interface com.actimind.actiwate.testing.html.UserDialogExpect
Setups prompt dialog expectation.
expectConfirm(String, int) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
expectConfirm(ConfirmAssert, String, int) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
expectConfirm(String, int) - Method in interface com.actimind.actiwate.testing.html.UserDialogExpect
Setups confirmation dialog expectation with specified text.
expectConfirm(ConfirmAssert, String, int) - Method in interface com.actimind.actiwate.testing.html.UserDialogExpect
Setups custom confirmation dialog expectation.
expectPrompt(PromptAssert, String, String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
expectPrompt(PromptAssert, String, String) - Method in interface com.actimind.actiwate.testing.html.UserDialogExpect
Setups custom prompt dialog expectation.
expectPromptWithText(String, String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
expectPromptWithText(String, String) - Method in interface com.actimind.actiwate.testing.html.UserDialogExpect
Setups prompt dialog expectation with expected text.
expectPromptWithTextAndValue(String, String, String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
expectPromptWithTextAndValue(String, String, String) - Method in interface com.actimind.actiwate.testing.html.UserDialogExpect
Setups prompt dialog expectation with expected text and initial value.

F

FileField - interface com.actimind.actiwate.testing.html.objects.FileField.
Represents HTML file field (input type='file').
FileStreamFactory - class com.actimind.actiwate.testing.util.FileStreamFactory.
Factory for creating InputStreams from files.
FileStreamFactory(File) - Constructor for class com.actimind.actiwate.testing.util.FileStreamFactory
Creates a new FileStreamFactory.
FileStreamFactory(String) - Constructor for class com.actimind.actiwate.testing.util.FileStreamFactory
Creates a new FileStreamFactory.
FormControl - interface com.actimind.actiwate.testing.html.objects.FormControl.
Represents form control.
Frame - interface com.actimind.actiwate.testing.html.Frame.
Represents single frame within a window or another frame.
FrameNotFoundException - exception com.actimind.actiwate.testing.html.FrameNotFoundException.
Thrown if frame or iframe was not found.
FrameNotFoundException(String) - Constructor for class com.actimind.actiwate.testing.html.FrameNotFoundException
 
fatal(String) - Static method in class com.actimind.actiwate.testing.ActiwateTestCase
Logs fatal message in the log
fatal(String) - Static method in class com.actimind.actiwate.testing.TestLog
 
fileField(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
fileField(String, int) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
fileField(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for a file field with specified name or id.
fileField(String, int) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for a file fields with specified name or id and returns field with specified order index.
fileField() - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns first file field contained in this table cell.
fileField(int) - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns file field contained in this table cell by specified index.
fileFields(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
fileFields(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Returns all file fields with specified name or id.
forward() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
forward() - Method in interface com.actimind.actiwate.testing.html.Action
Emulates browser forward function
frame(String) - Method in interface com.actimind.actiwate.testing.html.Page
Searches for frame with specified name.
frame(int) - Method in interface com.actimind.actiwate.testing.html.Page
Searches for frame by specified index.
frameElement() - Method in interface com.actimind.actiwate.testing.html.Frame
Returns HTML element corresponding this frame object.
frames() - Method in interface com.actimind.actiwate.testing.html.Page
Returns all frames of this page.

G

GET_METHOD - Static variable in class com.actimind.actiwate.http.HttpRequest
 
GetRequest - class com.actimind.actiwate.http.GetRequest.
Implements the HTTP GET method request.
GetRequest(String) - Constructor for class com.actimind.actiwate.http.GetRequest
Constructs the request with the specified URL.
getAcceptLanguageHeader() - Method in class com.actimind.actiwate.testing.TestProperties
 
getAllHeaders() - Method in interface com.actimind.actiwate.http.HttpResponse
Returns string containing all headers, one in a line.
getAsyncEvents() - Method in interface com.actimind.actiwate.testing.ActiwateSession
Returns AsyncEvents class containing all sheduled but not executed async events.
getAsyncEvents() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
getAuthCredentialsHost() - Method in class com.actimind.actiwate.testing.TestProperties
 
getAuthCredentialsPassword() - Method in class com.actimind.actiwate.testing.TestProperties
 
getAuthCredentialsRealm() - Method in class com.actimind.actiwate.testing.TestProperties
 
getAuthCredentialsUsername() - Method in class com.actimind.actiwate.testing.TestProperties
 
getAutoExecMetaRefreshes() - Method in interface com.actimind.actiwate.testing.ActiwateSession
Returns value specified in ActiwateSession.setAutoExecMetaRefreshes(boolean) method.
getAutoExecMetaRefreshes() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
Returns value specified in ActiwateTestCase.setAutoExecMetaRefreshes(boolean) method.
getAutoExecMetaRefreshes() - Method in class com.actimind.actiwate.testing.TestProperties
 
getAvailHeight() - Method in interface com.actimind.actiwate.Screen
Retrieves the height of the working area of the screen (excluding the Microsoft® Windows® taskbar in Microsoft® Windows®)
getAvailWidth() - Method in interface com.actimind.actiwate.Screen
Retrieves the width of the working area of the screen (excluding the Microsoft® Windows® taskbar in Microsoft® Windows®)
getBaseURL() - Method in interface com.actimind.actiwate.testing.ActiwateSession
Returns base URL for this session.
getBaseURL() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
getBaseURL() - Method in class com.actimind.actiwate.testing.TestProperties
 
getColorDepth() - Method in interface com.actimind.actiwate.Screen
Retrieves the number of bits per pixel used for colors on the screen.
getCompletedStateOffset() - Method in class com.actimind.actiwate.core.scripting.XmlHttpRequestConfig
Returns offset for the COMPLETED state event.
getConnectTimeout() - Method in class com.actimind.actiwate.testing.TestProperties
 
getContentType() - Method in class com.actimind.actiwate.http.MultipartPostRequest.MultipartParameter
 
getContentType() - Method in interface com.actimind.actiwate.http.MultipartPostRequest.Part
Returns the content type of the file part.
getDataTimeout() - Method in class com.actimind.actiwate.testing.TestProperties
 
getDefaultCharset() - Method in class com.actimind.actiwate.testing.TestProperties
 
getEvents() - Method in interface com.actimind.actiwate.testing.events.AsyncEvents
Returns iterator of AsyncEvents of this container.
getExecAsyncEventsAutomatically() - Method in interface com.actimind.actiwate.testing.ActiwateSession
Returns value specified in ActiwateSession.setExecAsyncEventsAutomatically(boolean).
getExecAsyncEventsAutomatically() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
getExecAsyncEventsAutomatically() - Method in class com.actimind.actiwate.testing.TestProperties
 
getExecAsyncEventsOffset() - Method in interface com.actimind.actiwate.testing.ActiwateSession
Returns value specified in ActiwateSession.setExecAsyncEventsOffset(long).
getExecAsyncEventsOffset() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
getExecAsyncEventsOffset() - Method in class com.actimind.actiwate.testing.TestProperties
 
getFailureReporter() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
getFilePart() - Method in class com.actimind.actiwate.http.MultipartPostRequest.MultipartParameter
 
getGlobalInstance() - Static method in class com.actimind.actiwate.testing.TestProperties
 
getHeaderValue(String) - Method in interface com.actimind.actiwate.http.HttpResponse
Returns value of header with specified name, or null is such header does not exist.
getHeight() - Method in interface com.actimind.actiwate.Screen
Retrieves the vertical resolution of the screen
getInteractiveStateOffset() - Method in class com.actimind.actiwate.core.scripting.XmlHttpRequestConfig
Returns offset for the INTERACTIVE state event.
getJSHandler() - Method in interface com.actimind.actiwate.testing.events.IntervalAsyncEvent
Returns intervals's handler.
getJSHandler() - Method in interface com.actimind.actiwate.testing.events.TimeoutAsyncEvent
Returns intervals's handler.
getJSTimerId() - Method in interface com.actimind.actiwate.testing.events.IntervalAsyncEvent
Returns interval's timer id.
getJSTimerId() - Method in interface com.actimind.actiwate.testing.events.TimeoutAsyncEvent
Returns timeout's timer id returned by setTimeout() javascript method call.
getJsHandlerName() - Method in interface com.actimind.actiwate.testing.events.XmlHttpRequestAsyncEvent
Returns name of the handler specified in onreadystatechange property of corresponding XmlHttpRequest object.
getLength() - Method in class com.actimind.actiwate.testing.util.ByteArrayStreamFactory
Returns stream's length in bytes.
getLength() - Method in class com.actimind.actiwate.testing.util.FileStreamFactory
Returns stream's length in bytes.
getLength() - Method in interface com.actimind.actiwate.testing.util.InputStreamFactory
Returns stream's length in bytes.
getLoadedStateOffset() - Method in class com.actimind.actiwate.core.scripting.XmlHttpRequestConfig
Returns offset for the LOADED state event.
getLoadingStateOffset() - Method in class com.actimind.actiwate.core.scripting.XmlHttpRequestConfig
Returns offset for the LOADING state event.
getLogDirectory() - Method in class com.actimind.actiwate.testing.TestProperties
 
getLogEnabled() - Method in class com.actimind.actiwate.testing.TestProperties
 
getLogLevel() - Method in class com.actimind.actiwate.testing.TestProperties
 
getLogMessage() - Method in class com.actimind.actiwate.ActiwateException
 
getMap() - Method in interface com.actimind.actiwate.testing.html.objects.Image
Retuns associated map or throws a LookupException if no map associated.
getMappedImage() - Method in interface com.actimind.actiwate.testing.html.objects.ImageMap
Returns Image object representing HTML image having reference to this map.
getMappedImages() - Method in interface com.actimind.actiwate.testing.html.objects.ImageMap
Returns array of Image objects representing HTML images having references to this map.
getMessage() - Method in class com.actimind.actiwate.ActiwateException
 
getMethod() - Method in class com.actimind.actiwate.http.GetRequest
 
getMethod() - Method in class com.actimind.actiwate.http.HttpRequest
 
getMethod() - Method in class com.actimind.actiwate.http.PostRequest
 
getName() - Method in interface com.actimind.actiwate.http.MultipartPostRequest.Part
Returns the name of the part.
getName() - Method in class com.actimind.actiwate.http.PostRequest.Parameter
 
getOriginatingNode() - Method in interface com.actimind.actiwate.testing.events.AsyncEvent
Returns originating node.
getPage() - Method in interface com.actimind.actiwate.testing.events.AsyncEvent
Returns page which contains originating node returned by AsyncEvent.getOriginatingNode() method.
getParameter(String) - Method in class com.actimind.actiwate.http.MultipartPostRequest
 
getParameterValue(String) - Method in class com.actimind.actiwate.http.PostRequest
 
getParameters() - Method in class com.actimind.actiwate.http.PostRequest
 
getParts() - Method in class com.actimind.actiwate.http.MultipartPostRequest
 
getProxyHost() - Method in class com.actimind.actiwate.testing.TestProperties
 
getProxyPassword() - Method in class com.actimind.actiwate.testing.TestProperties
 
getProxyPort() - Method in class com.actimind.actiwate.testing.TestProperties
 
getProxyUsername() - Method in class com.actimind.actiwate.testing.TestProperties
 
getReadyState() - Method in interface com.actimind.actiwate.testing.events.XmlHttpRequestAsyncEvent
Returns readyState which will be set to XmlHttpRequest object when this event will be executed.
getRedirectUrl() - Method in interface com.actimind.actiwate.http.HttpResponse
 
getRefreshRequest() - Method in interface com.actimind.actiwate.testing.events.MetaRefreshAsyncEvent
Returns refresh request corresponding to this metarefresh async event.
getRequestBody() - Method in class com.actimind.actiwate.http.PostRequest
 
getRequestHeaders() - Method in class com.actimind.actiwate.http.HttpRequest
 
getRequestURL() - Method in interface com.actimind.actiwate.testing.events.XmlHttpRequestAsyncEvent
Returns url of the resource being requested.
getResourcesLoading() - Method in class com.actimind.actiwate.testing.TestProperties
 
getScreenAvailHeight() - Method in class com.actimind.actiwate.testing.TestProperties
 
getScreenAvailWidth() - Method in class com.actimind.actiwate.testing.TestProperties
 
getScreenColorDepth() - Method in class com.actimind.actiwate.testing.TestProperties
 
getScreenHeight() - Method in class com.actimind.actiwate.testing.TestProperties
 
getScreenWidth() - Method in class com.actimind.actiwate.testing.TestProperties
 
getSession() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
Returns current actiwate session.
getStatusCode() - Method in interface com.actimind.actiwate.http.HttpResponse
Returns status code of the response.
getStatusText() - Method in interface com.actimind.actiwate.http.HttpResponse
Returns status text of the response.
getTestCaseName() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
getTestMethodName() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
getTestStartTimestamp() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
getTextWithin(HTMLElement, boolean) - Static method in class com.actimind.actiwate.testing.html.util.HTMLUtil
Returns text within element: concatenates all text nodes within element and returns them as single string object.
getTimeOffset() - Method in interface com.actimind.actiwate.testing.events.AsyncEvent
Returns offset in milliseconds after which the event should be executed.
getType() - Method in interface com.actimind.actiwate.testing.events.AsyncEvent
Returns async event type.
getURL() - Method in class com.actimind.actiwate.http.HttpRequest
 
getURL(String) - Method in interface com.actimind.actiwate.testing.ActiwateSession
Returns URL for specified relative URL.
getURL(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
getUseAuxResourcesCache() - Method in class com.actimind.actiwate.testing.TestProperties
 
getUseJSCache() - Method in class com.actimind.actiwate.testing.TestProperties
 
getValue() - Method in interface com.actimind.actiwate.http.MultipartPostRequest.Part
Returns the value of the part.
getValue() - Method in class com.actimind.actiwate.http.PostRequest.Parameter
 
getWidth() - Method in interface com.actimind.actiwate.Screen
Retrieves the horizontal resolution of the screen
getXmlHttpRequestCompletedStateOffset() - Method in class com.actimind.actiwate.testing.TestProperties
 
getXmlHttpRequestConfig() - Method in interface com.actimind.actiwate.testing.ActiwateSession
Returns configuration for XmlHttpRequest async events.
getXmlHttpRequestConfig() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
getXmlHttpRequestInstanceId() - Method in interface com.actimind.actiwate.testing.events.XmlHttpRequestAsyncEvent
Returns instanse id of the corresponding XmlHttpRequest javascript object.
getXmlHttpRequestInteractiveStateOffset() - Method in class com.actimind.actiwate.testing.TestProperties
 
getXmlHttpRequestLoadedStateOffset() - Method in class com.actimind.actiwate.testing.TestProperties
 
getXmlHttpRequestLoadingStateOffset() - Method in class com.actimind.actiwate.testing.TestProperties
 
goTo(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
goTo(HttpRequest) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
goTo(String) - Method in interface com.actimind.actiwate.testing.html.Action
Sends GET request to the specified URL.
goTo(HttpRequest) - Method in interface com.actimind.actiwate.testing.html.Action
Sends arbitrary HTTP request.

H

HTMLUtil - class com.actimind.actiwate.testing.html.util.HTMLUtil.
Utility methods for HTML elements
HTMLUtil() - Constructor for class com.actimind.actiwate.testing.html.util.HTMLUtil
 
HTTPConnectionException - exception com.actimind.actiwate.HTTPConnectionException.
Thrown if exception occurs during HTTP communication.
HTTPConnectionException(String) - Constructor for class com.actimind.actiwate.HTTPConnectionException
 
HTTPConnectionException(String, Throwable) - Constructor for class com.actimind.actiwate.HTTPConnectionException
 
HistoryExhaustedException - exception com.actimind.actiwate.impl.HistoryExhaustedException.
 
HistoryExhaustedException() - Constructor for class com.actimind.actiwate.impl.HistoryExhaustedException
 
HttpRequest - class com.actimind.actiwate.http.HttpRequest.
 
HttpRequest(String) - Constructor for class com.actimind.actiwate.http.HttpRequest
 
HttpResponse - interface com.actimind.actiwate.http.HttpResponse.
 
hasFile() - Method in class com.actimind.actiwate.http.MultipartPostRequest.MultipartParameter
 
href() - Method in interface com.actimind.actiwate.testing.html.objects.Area
Returns href attribute value for this area.
href() - Method in interface com.actimind.actiwate.testing.html.objects.Link
Returns href attribute value for this link.

I

IFrame - interface com.actimind.actiwate.testing.html.IFrame.
Represents iframe within a window or another frame.
INTERACTIVE - Static variable in interface com.actimind.actiwate.core.scripting.XmlHttpRequestReadyStates
Request is in proccessing.
INTERVAL - Static variable in interface com.actimind.actiwate.testing.events.AsyncEvent
Timer(setInterval()) async event type code.
Image - interface com.actimind.actiwate.testing.html.objects.Image.
Represents HTML image (img tag) or image button (input type='image') element.
ImageMap - interface com.actimind.actiwate.testing.html.objects.ImageMap.
Represents an HTML map element
InputStreamFactory - interface com.actimind.actiwate.testing.util.InputStreamFactory.
Factory for creating InputStreams.
IntervalAsyncEvent - interface com.actimind.actiwate.testing.events.IntervalAsyncEvent.
Async event created by setInterval() javascript method call.
InvalidURLException - exception com.actimind.actiwate.testing.InvalidURLException.
Thrown if specified URL is invalid.
InvalidURLException(String) - Constructor for class com.actimind.actiwate.testing.InvalidURLException
 
id() - Method in interface com.actimind.actiwate.testing.html.objects.BaseElement
Returns value of id attribute for this element.
iframe(String) - Method in interface com.actimind.actiwate.testing.html.Page
Searches for iframe with specified name within this page.
iframe(int) - Method in interface com.actimind.actiwate.testing.html.Page
Searches for inline frame by specified index.
iframeElement() - Method in interface com.actimind.actiwate.testing.html.IFrame
Returns HTML element corresponding this iframe object.
iframes() - Method in interface com.actimind.actiwate.testing.html.Page
Returns all inline frames of this page.
image(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
image(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for image or image button by name or id attribute value.
image() - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns first image or image button contained in this table cell.
imageByAlt(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
imageByAlt(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for image or image button by alt attribute value.
imageByURL(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
imageByURL(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for image or image button by specified url.
imageMap(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
imageMap(int) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
imageMap(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for map by name or id attribute value.
imageMap(int) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Returns map by index on a page.
imageMaps() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
imageMaps() - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Returns all HTML maps found on a page.
images() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
images() - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Returns all images and image buttons.
images() - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns all images and image buttons contained in this table cell.
info(String) - Static method in class com.actimind.actiwate.testing.ActiwateTestCase
Logs info message in the log
info(String) - Static method in class com.actimind.actiwate.testing.TestLog
 
innerImage() - Method in interface com.actimind.actiwate.testing.html.objects.Link
Returns image contained within this link.
isButton() - Method in interface com.actimind.actiwate.testing.html.objects.Button
Returns true if button is a simple button: button has attribute type = 'button'.
isButton() - Method in interface com.actimind.actiwate.testing.html.objects.Image
Returns true if this image represents image button element.
isCancelled() - Method in interface com.actimind.actiwate.testing.events.AsyncEvent
Returns value indicating whether or not this event was cancelled.
isClosed() - Method in interface com.actimind.actiwate.testing.Window
Indicates whether this window is closed.
isConnectTimeoutConfigured() - Method in class com.actimind.actiwate.testing.TestProperties
 
isDataTimeoutConfigured() - Method in class com.actimind.actiwate.testing.TestProperties
 
isExecuted() - Method in interface com.actimind.actiwate.testing.events.AsyncEvent
Returns value indicating whether or not this event was executed.
isJavaScriptAutoRunningEnabled() - Method in interface com.actimind.actiwate.testing.ActiwateSession
Returns value indicating whether or not JavaScript support is enabled.
isJavaScriptAutoRunningEnabled() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
isProxyConfigured() - Method in class com.actimind.actiwate.testing.TestProperties
 
isRedirect() - Method in interface com.actimind.actiwate.http.HttpResponse
 
isReset() - Method in interface com.actimind.actiwate.testing.html.objects.Button
Returns true if button is a reset button: button has attribute type = 'reset'.
isSubmit() - Method in interface com.actimind.actiwate.testing.html.objects.Button
Returns true if button is a submit button: button has attribute type = 'submit'.

J

JavaScriptException - exception com.actimind.actiwate.JavaScriptException.
Thrown if exception occurs during JavaScript execution.
JavaScriptException(String, Throwable) - Constructor for class com.actimind.actiwate.JavaScriptException
 
JavaScriptException(String) - Constructor for class com.actimind.actiwate.JavaScriptException
 

L

LOADED - Static variable in interface com.actimind.actiwate.core.scripting.XmlHttpRequestReadyStates
Request is in proccessing.
LOADING - Static variable in interface com.actimind.actiwate.core.scripting.XmlHttpRequestReadyStates
Request parameters are set.
LOG_DIR_PROPERTY - Static variable in class com.actimind.actiwate.testing.TestProperties
 
LOG_ENABLED_PROPERTY - Static variable in class com.actimind.actiwate.testing.TestProperties
 
LOG_LEVEL_PROPERTY - Static variable in class com.actimind.actiwate.testing.TestProperties
 
Link - interface com.actimind.actiwate.testing.html.objects.Link.
Represents HTML link element.
LoadConfigurationException - exception com.actimind.actiwate.testing.LoadConfigurationException.
Thrown if exception occurs during actiWATE confirguration loading.
LoadConfigurationException(String) - Constructor for class com.actimind.actiwate.testing.LoadConfigurationException
 
LookupException - exception com.actimind.actiwate.testing.html.LookupException.
This exception throwed by an object lookup methods if object method looking for was not found.
LookupException(String) - Constructor for class com.actimind.actiwate.testing.html.LookupException
 
link(int) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
link(int) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Returns link contained in this page by its index.
link() - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns first link contained in this table cell.
linkById(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
linkById(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for link by specified id attribute.
linkByText(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
linkByText(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for link having specified text.
linkByTitle(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
linkByTitle(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for link by title attribute value.
links() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
links() - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Returns all links.
links() - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns all links contained in this table cell.
location() - Method in interface com.actimind.actiwate.testing.html.Page
Returns this page location URL.
location() - Method in interface com.actimind.actiwate.testing.html.objects.Image
Returns location of this image.

M

METAREFRESH - Static variable in interface com.actimind.actiwate.testing.events.AsyncEvent
Meta refresh async event type code.
MetaRefreshAsyncEvent - interface com.actimind.actiwate.testing.events.MetaRefreshAsyncEvent.
Meta refresh async event.
MultipartPostRequest - class com.actimind.actiwate.http.MultipartPostRequest.
Represents multipart POST request.
MultipartPostRequest(String, String) - Constructor for class com.actimind.actiwate.http.MultipartPostRequest
 
MultipartPostRequest.MultipartParameter - class com.actimind.actiwate.http.MultipartPostRequest.MultipartParameter.
 
MultipartPostRequest.MultipartParameter(String, String, FilePart) - Constructor for class com.actimind.actiwate.http.MultipartPostRequest.MultipartParameter
 
MultipartPostRequest.Part - interface com.actimind.actiwate.http.MultipartPostRequest.Part.
Represents a part of a multipart post request
MultipleSelect - interface com.actimind.actiwate.testing.html.objects.MultipleSelect.
Represents HTML multiple select element.
multiSelect(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
multiSelect(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for HTML multiple select with specified name or id attribute.
multiSelect() - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns first multiple select contained in this table cell.
multiSelect(int) - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns multiple select contained in this table cell by specified index.

N

name() - Method in interface com.actimind.actiwate.testing.Window
Returns name of this window.
name() - Method in interface com.actimind.actiwate.testing.html.objects.Area
Return name attribute for this area
name() - Method in interface com.actimind.actiwate.testing.html.objects.FormControl
Returns name of this control.
name() - Method in interface com.actimind.actiwate.testing.html.objects.Image
Returns value of name attribute.
name() - Method in interface com.actimind.actiwate.testing.html.objects.ImageMap
Return name attribute of this map
newSession() - Static method in class com.actimind.actiwate.testing.ActiwateTestCase
Creates new actiwate session.
newSession(Properties) - Static method in class com.actimind.actiwate.testing.ActiwateTestCase
Creates new actiwate session with specified test properties.
newWindow() - Method in interface com.actimind.actiwate.testing.ActiwateSession
Creates new window.
newWindow() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
normalize(String) - Static method in class com.actimind.actiwate.testing.html.util.HTMLUtil
Normalizes specified string.
normalizedEquals(HTMLElement, String) - Static method in class com.actimind.actiwate.testing.html.util.HTMLUtil
Returns true if element's text equals to specified text after normalization.
normalizedEquals(String, String) - Static method in class com.actimind.actiwate.testing.html.util.HTMLUtil
Returns true if actual text equals to expected text after normalization.

O

ON_THE_LEFT - Static variable in interface com.actimind.actiwate.testing.html.TableCellAssert
All cells on the left of the current cell in the same row.
ON_THE_RIGHT - Static variable in interface com.actimind.actiwate.testing.html.TableCellAssert
All cells on the right of the current cell in the same row.
Option - interface com.actimind.actiwate.testing.html.objects.Option.
Represents option of HTML select.
option(int) - Method in interface com.actimind.actiwate.testing.html.objects.BaseSelect
Returns option with specified index.
optionByText(String) - Method in interface com.actimind.actiwate.testing.html.objects.BaseSelect
Returns option having specified text.
optionByValue(String) - Method in interface com.actimind.actiwate.testing.html.objects.BaseSelect
Returns option having specified value.
options() - Method in interface com.actimind.actiwate.testing.html.objects.BaseSelect
Returns all option within this select.
optionsNum() - Method in interface com.actimind.actiwate.testing.html.objects.BaseSelect
Returns number of options in this select.
outerLink() - Method in interface com.actimind.actiwate.testing.html.objects.Image
Returns link containing this image.
ownerMap() - Method in interface com.actimind.actiwate.testing.html.objects.Area
Returns parent ImageMap of this area.

P

POST_METHOD - Static variable in class com.actimind.actiwate.http.HttpRequest
 
PRESS_CANCEL - Static variable in interface com.actimind.actiwate.testing.html.UserDialogExpect
Cancel button
PRESS_OK - Static variable in interface com.actimind.actiwate.testing.html.UserDialogExpect
Ok button
PROXY_HOSTNAME_PROPERTY - Static variable in class com.actimind.actiwate.testing.TestProperties
 
PROXY_PASSWORD_PROPERTY - Static variable in class com.actimind.actiwate.testing.TestProperties
 
PROXY_PORT_PROPERTY - Static variable in class com.actimind.actiwate.testing.TestProperties
 
PROXY_USERNAME_PROPERTY - Static variable in class com.actimind.actiwate.testing.TestProperties
 
Page - interface com.actimind.actiwate.testing.html.Page.
The context in which object lookup and assertion performed.
PageAssert - interface com.actimind.actiwate.testing.html.PageAssert.
Contains asserts for HTML page as a whole.
PageExpiredException - exception com.actimind.actiwate.impl.PageExpiredException.
 
PageExpiredException(LogMessage) - Constructor for class com.actimind.actiwate.impl.PageExpiredException
 
PageExpiredException() - Constructor for class com.actimind.actiwate.impl.PageExpiredException
 
PageExpiredException(LogMessage, Throwable) - Constructor for class com.actimind.actiwate.impl.PageExpiredException
 
PageObjectLookup - interface com.actimind.actiwate.testing.html.PageObjectLookup.
Contains methods for HTML objects lookup.
PasswordField - interface com.actimind.actiwate.testing.html.objects.PasswordField.
Represents HTML password element.
PostRequest - class com.actimind.actiwate.http.PostRequest.
Implements the HTTP POST method request.
PostRequest(String) - Constructor for class com.actimind.actiwate.http.PostRequest
Constructs the request with the specified URL.
PostRequest(String, String) - Constructor for class com.actimind.actiwate.http.PostRequest
 
PostRequest.Parameter - class com.actimind.actiwate.http.PostRequest.Parameter.
 
PostRequest.Parameter(String, String) - Constructor for class com.actimind.actiwate.http.PostRequest.Parameter
 
PromptAssert - interface com.actimind.actiwate.testing.html.PromptAssert.
The interface provides an ability to implement custom prompt dialog verification.
page() - Method in interface com.actimind.actiwate.testing.ActiwateSession
Returns current page.
page() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
pageTitle() - Method in interface com.actimind.actiwate.testing.html.Page
Returns title of the page corresponding to this context.
passwordField(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
passwordField(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for a password field with specified name or id.
passwordField() - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns first password field contained in this table cell.
passwordField(int) - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns password field contained in this table cell by specified index.

R

RESOURCESLOADING - Static variable in class com.actimind.actiwate.testing.TestProperties
 
RadioButton - interface com.actimind.actiwate.testing.html.objects.RadioButton.
Represents HTML radio button element.
radioButton(String, int) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
radioButton(String, String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
radioButton(String, int) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for group of radio buttons with specified name or id and returns radio button with specified index.
radioButton(String, String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for radio button with specified name/id and value.
radioButton() - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns first radio button contained in this table cell.
radioButton(int) - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns radio button contained in this table cell by specified index.
radioButtons(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
radioButtons(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for group of radio buttons with specified name or id attribute
reload() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
reload() - Method in interface com.actimind.actiwate.testing.html.Action
Reloads the current page
response() - Method in interface com.actimind.actiwate.testing.html.Frame
Returns HttpResponseImpl object corresponding to last response received by this frame.
response() - Method in interface com.actimind.actiwate.testing.html.IFrame
Returns HttpResponseImpl object corresponding to last response received by this frame.
response() - Method in interface com.actimind.actiwate.testing.html.Page
Returns HttpResponseImpl object corresponding to this page.
row(int) - Method in interface com.actimind.actiwate.testing.html.objects.Table
Returns table row by index.
rowNum() - Method in interface com.actimind.actiwate.testing.html.objects.TableCell
Returns number of a row this cell corresponds to.
rowNum() - Method in interface com.actimind.actiwate.testing.html.objects.TableRow
Returns this row number in a table.
rows() - Method in interface com.actimind.actiwate.testing.html.objects.Table
Returns table rows.
rowsNum() - Method in interface com.actimind.actiwate.testing.html.objects.Table
Returns number of rows in this table.
runBare() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
runPageScripts() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
runPageScripts() - Method in interface com.actimind.actiwate.testing.html.Action
Loads and executes all scripts associated with the current page.

S

SCREEN_AVAILHEIGHT_PROPERTY - Static variable in class com.actimind.actiwate.testing.TestProperties
 
SCREEN_AVAILWIDTH_PROPERTY - Static variable in class com.actimind.actiwate.testing.TestProperties
 
SCREEN_COLORDEPTH_PROPERTY - Static variable in class com.actimind.actiwate.testing.TestProperties
 
SCREEN_HEIGHT_PROPERTY - Static variable in class com.actimind.actiwate.testing.TestProperties
 
SCREEN_WIDTH_PROPERTY - Static variable in class com.actimind.actiwate.testing.TestProperties
 
Screen - interface com.actimind.actiwate.Screen.
The interface represents a virtual client's screen.
SingleSelect - interface com.actimind.actiwate.testing.html.objects.SingleSelect.
Represents HTML single select (drop down).
screen() - Method in interface com.actimind.actiwate.testing.ActiwateSession
Returns the Screen interface containing parameters of the screen within this session.
screen() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
Returns the Screen interface containing parameters of the screen within the current session.
selectOption(Option) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
selectOption(Option) - Method in interface com.actimind.actiwate.testing.html.Action
Emulates option selection in drop down or multiple select.
selected() - Method in interface com.actimind.actiwate.testing.html.objects.Option
Returns true if this option is selected.
selectedNum() - Method in interface com.actimind.actiwate.testing.html.objects.SingleSelect
Returns index of selected option, starting from zero or -1 in case of empty options list.
selectedOption() - Method in interface com.actimind.actiwate.testing.html.objects.SingleSelect
Returns selected option or null in case of empty options list.
selectedOptions() - Method in interface com.actimind.actiwate.testing.html.objects.MultipleSelect
Returns all selected options.
setAutoExecMetaRefreshes(boolean) - Method in interface com.actimind.actiwate.testing.ActiwateSession
Specifies one of two modes of processing of Meta Refreshes: parameter enabled=true - Browser will process Meta-refreshes automatically (without necessity of calling ActiwateSession.shiftTime(long) method).
setAutoExecMetaRefreshes(boolean) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
Specifies one of two modes of processing of Meta Refreshes for the current session: parameter enabled=true - Browser will process Meta-refreshes automatically (without necessity of calling ActiwateTestCase.shiftTime(long) method).
setAvailHeight(int) - Method in interface com.actimind.actiwate.Screen
Sets the height of the working area of the screen (excluding the Microsoft® Windows® taskbar in Microsoft® Windows®)
setAvailWidth(int) - Method in interface com.actimind.actiwate.Screen
Sets the width of the working area of the screen (excluding the Microsoft® Windows® taskbar in Microsoft® Windows®)
setBaseURL(String) - Method in interface com.actimind.actiwate.testing.ActiwateSession
Sets base URL for this session.
setBaseURL(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
setColorDepth(int) - Method in interface com.actimind.actiwate.Screen
Sets the number of bits per pixel used for colors on the screen.
setCompletedStateOffset(int) - Method in class com.actimind.actiwate.core.scripting.XmlHttpRequestConfig
Sets offset for the COMPLETED state event.
setConnectTimeout(int) - Method in interface com.actimind.actiwate.testing.ActiwateSession
Sets the timeout until HTTP connection with a server is established.
setConnectTimeout(int) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
setDataTimeout(int) - Method in interface com.actimind.actiwate.testing.ActiwateSession
Sets the time which actiWATE waits for data server after connection is established.
setDataTimeout(int) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
setExecAsyncEventsAutomatically(boolean) - Method in interface com.actimind.actiwate.testing.ActiwateSession
Specifies one of two modes of processing of async events: parameter auto=true - Browser will execute async events automatically.
setExecAsyncEventsAutomatically(boolean) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
setExecAsyncEventsOffset(long) - Method in interface com.actimind.actiwate.testing.ActiwateSession
Sets offset for automatic async events execution.
setExecAsyncEventsOffset(long) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
setFailureReporter(FailureReporter) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
setFile(FileField, File, String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
setFile(FileField, File, String) - Method in interface com.actimind.actiwate.testing.html.Action
Deprecated.  
setFileName(FileField, String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
setFileName(FileField, String, InputStreamFactory, String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
setFileName(FileField, String) - Method in interface com.actimind.actiwate.testing.html.Action
Emulates manual enter of text into a file field.
setFileName(FileField, String, InputStreamFactory, String) - Method in interface com.actimind.actiwate.testing.html.Action
Emulates manual enter of text into a file field.
setHeight(int) - Method in interface com.actimind.actiwate.Screen
Sets the vertical resolution of the screen
setInteractiveStateOffset(int) - Method in class com.actimind.actiwate.core.scripting.XmlHttpRequestConfig
Sets offset for the INTERACTIVE state event.
setLoadedStateOffset(int) - Method in class com.actimind.actiwate.core.scripting.XmlHttpRequestConfig
Sets offset for the LOADED state event.
setLoadingStateOffset(int) - Method in class com.actimind.actiwate.core.scripting.XmlHttpRequestConfig
Sets offset for the LOADING state event.
setRequestBody(byte[]) - Method in class com.actimind.actiwate.http.PostRequest
 
setRequestHeader(String, String) - Method in class com.actimind.actiwate.http.HttpRequest
 
setRequestHeaderIfNotSet(String, String) - Method in class com.actimind.actiwate.http.HttpRequest
 
setSession(ActiwateSession) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
Sets specified session as current session.
setText(TextField, String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
setText(PasswordField, String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
setText(Textarea, String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
setText(PasswordField, String) - Method in interface com.actimind.actiwate.testing.html.Action
Emulates text insert operation in a password field object.
setText(TextField, String) - Method in interface com.actimind.actiwate.testing.html.Action
Emulates text insert operation in a text field object.
setText(Textarea, String) - Method in interface com.actimind.actiwate.testing.html.Action
Emulates text insert operation in a textarea object.
setWidth(int) - Method in interface com.actimind.actiwate.Screen
Sets the horizontal resolution of the screen
setXmlHttpRequestConfig(XmlHttpRequestConfig) - Method in interface com.actimind.actiwate.testing.ActiwateSession
Sets configuration for XmlHttpRequest async events.
setXmlHttpRequestConfig(XmlHttpRequestConfig) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
shape() - Method in interface com.actimind.actiwate.testing.html.objects.Area
Returns shape attribute value for this area.
shiftTime(long) - Method in interface com.actimind.actiwate.testing.ActiwateSession
Deprecated. replaced with ActiwateSession.getAsyncEvents().AsyncEvents.executeByTimeOffset(long)
shiftTime(long) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
singleSelect(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
singleSelect(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for HTML single select (drop down) with specified name or id attribute.
singleSelect() - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns first single select (drop down) contained in this table cell.
singleSelect(int) - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns single select (drop down) contained in this table cell by specified index.
size() - Method in interface com.actimind.actiwate.testing.events.AsyncEvents
Returns number of events in this container.
src() - Method in interface com.actimind.actiwate.testing.html.objects.Image
Returns value of src attribute.
switchTo(Page) - Method in interface com.actimind.actiwate.testing.ActiwateSession
Switches context to the specified page.
switchTo(Page) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 

T

TEST_PROPERTIES_FILENAME - Static variable in class com.actimind.actiwate.testing.TestProperties
 
TEST_PROPERTIES_FILENAME_SYSTEM_PROP - Static variable in class com.actimind.actiwate.testing.TestProperties
 
TIMEOUT - Static variable in interface com.actimind.actiwate.testing.events.AsyncEvent
Timer(setTimeout()) async event type code.
Table - interface com.actimind.actiwate.testing.html.objects.Table.
Represents an HTML table.
TableCell - interface com.actimind.actiwate.testing.html.objects.TableCell.
Represents HTML table cell (td or th element).
TableCellAssert - interface com.actimind.actiwate.testing.html.TableCellAssert.
Contains asserts for TableCell content.
TableCellObjectLookup - interface com.actimind.actiwate.testing.html.TableCellObjectLookup.
Contains methods for lookup HTML objects within TableCell.
TableRow - interface com.actimind.actiwate.testing.html.objects.TableRow.
Represents HTML table row (tr element).
TestFailedException - exception com.actimind.actiwate.testing.TestFailedException.
Use this exception to throw exception from the test.
TestFailedException(String) - Constructor for class com.actimind.actiwate.testing.TestFailedException
 
TestFailedException() - Constructor for class com.actimind.actiwate.testing.TestFailedException
 
TestLog - class com.actimind.actiwate.testing.TestLog.
This class contains convenience methods for centralized logging in user tests.
TestLog() - Constructor for class com.actimind.actiwate.testing.TestLog
 
TestProperties - class com.actimind.actiwate.testing.TestProperties.
Container for test properties.
TestProperties(Properties) - Constructor for class com.actimind.actiwate.testing.TestProperties
 
TextField - interface com.actimind.actiwate.testing.html.objects.TextField.
Represents HTML text field element.
Textarea - interface com.actimind.actiwate.testing.html.objects.Textarea.
Represents HTML textarea element.
TimeoutAsyncEvent - interface com.actimind.actiwate.testing.events.TimeoutAsyncEvent.
Async event created by setTimeout() javascript method call.
table(int) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
table(int) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Returns table by index on a page.
table(int) - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns table by index in the cell.
tableById(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
tableById(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for table having specified value in id attribute.
tableByText(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
tableByText(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Returns table having containing specified text in one of it's cells.
target() - Method in interface com.actimind.actiwate.testing.html.objects.Area
Returns target attribute value for this area.
tearDown() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
Performs verification of expected user dialogs.
text() - Method in interface com.actimind.actiwate.testing.html.objects.Link
Returns text within link tag.
text() - Method in interface com.actimind.actiwate.testing.html.objects.Option
Returns text within this control.
text() - Method in interface com.actimind.actiwate.testing.html.objects.TableCell
Returns text within this table cell.
textField(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
textField(String, int) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
textField(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for a text field with specified name or id.
textField(String, int) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for a text fields with specified name or id and returns field with specified index.
textField() - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns first text field contained in this table cell.
textField(int) - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns text field contained in this table cell by specified index.
textFields(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
textFields(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Returns all text fields with specified name or id.
textarea(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
textarea(String) - Method in interface com.actimind.actiwate.testing.html.PageObjectLookup
Searches for a textarea with specified name or id.
textarea() - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns first textarea contained in this table cell.
textarea(int) - Method in interface com.actimind.actiwate.testing.html.TableCellObjectLookup
Returns textarea contained in this table cell by specified index.
title() - Method in interface com.actimind.actiwate.testing.html.objects.Area
Returns title attribute value for this area.
toLog(LogWriter) - Method in class com.actimind.actiwate.http.GetRequest
Renders this object for logging purposes.
toLog(LogWriter) - Method in class com.actimind.actiwate.http.PostRequest
 
toString() - Method in class com.actimind.actiwate.http.HttpRequest
 
toggleOption(Option) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
toggleOption(Option) - Method in interface com.actimind.actiwate.testing.html.Action
Emulates option toggling in multiple select (Ctrl + mouse click).
top() - Method in interface com.actimind.actiwate.testing.html.Page
Returns top window for this page.

U

UNINITIALIZED - Static variable in interface com.actimind.actiwate.core.scripting.XmlHttpRequestReadyStates
Request is unitialized.
USE_AUX_RESOURCES_CACHE - Static variable in class com.actimind.actiwate.testing.TestProperties
 
USE_JS_CACHE - Static variable in class com.actimind.actiwate.testing.TestProperties
 
UnexpectedUserDialogException - exception com.actimind.actiwate.testing.html.UnexpectedUserDialogException.
Thrown if unexpected alert, confirm or prompt occurred.
UnexpectedUserDialogException(String) - Constructor for class com.actimind.actiwate.testing.html.UnexpectedUserDialogException
 
UserDialogExpect - interface com.actimind.actiwate.testing.html.UserDialogExpect.
User dialog expectation methods.
UserDialogExpectedException - exception com.actimind.actiwate.testing.html.UserDialogExpectedException.
Thrown if user dialog was expected but did not occur.
UserDialogExpectedException(String) - Constructor for class com.actimind.actiwate.testing.html.UserDialogExpectedException
 

V

value() - Method in interface com.actimind.actiwate.testing.html.objects.Button
Returns submission value for this button (inner text for <button> elements).
value() - Method in interface com.actimind.actiwate.testing.html.objects.Checkbox
Returns submission value for this checkbox.
value() - Method in interface com.actimind.actiwate.testing.html.objects.EditableControl
Returns submission value for this control.
value() - Method in interface com.actimind.actiwate.testing.html.objects.FileField
Returns submission value for this control.
value() - Method in interface com.actimind.actiwate.testing.html.objects.Option
Returns value attribute of this option.
value() - Method in interface com.actimind.actiwate.testing.html.objects.RadioButton
Returns submission value for this control.
verifyAlert(String) - Method in interface com.actimind.actiwate.testing.html.AlertAssert
The method is called by actiWATE to delegate an alert message verification.
verifyConfirm(String) - Method in interface com.actimind.actiwate.testing.html.ConfirmAssert
The method is called by actiWATE to delegate a confirmation message verification.
verifyPrompt(String, String) - Method in interface com.actimind.actiwate.testing.html.PromptAssert
The method is called by actiWATE to delegate a prompt dialog verification.
verifyUserDialogs() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
verifyUserDialogs() - Method in interface com.actimind.actiwate.testing.html.UserDialogExpect
Verifies that all expected user dialogs are occurred.

W

Window - interface com.actimind.actiwate.testing.Window.
Represents browser window.
WindowNotFoundException - exception com.actimind.actiwate.testing.WindowNotFoundException.
Thrown if window was not found.
WindowNotFoundException(String) - Constructor for class com.actimind.actiwate.testing.WindowNotFoundException
 
warn(String) - Static method in class com.actimind.actiwate.testing.ActiwateTestCase
Logs warning message in the log
warn(String) - Static method in class com.actimind.actiwate.testing.TestLog
 
window(int) - Method in interface com.actimind.actiwate.testing.ActiwateSession
Returns window by creation index.
window(String) - Method in interface com.actimind.actiwate.testing.ActiwateSession
Returns window by its name.
window() - Method in interface com.actimind.actiwate.testing.ActiwateSession
Returns window containing current context.
window(int) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
window(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
window() - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 
windowWithTitle(String) - Method in interface com.actimind.actiwate.testing.ActiwateSession
Returns first window with specified title substring.
windowWithTitle(String) - Method in class com.actimind.actiwate.testing.ActiwateTestCase
 

X

XMLHTTPREQUEST - Static variable in interface com.actimind.actiwate.testing.events.AsyncEvent
XmlHttpRequest async event type code.
XMLHTTP_COMPLETED_STATE_OFFSET - Static variable in class com.actimind.actiwate.testing.TestProperties
 
XMLHTTP_INTERACTIVE_STATE_OFFSET - Static variable in class com.actimind.actiwate.testing.TestProperties
 
XMLHTTP_LOADED_STATE_OFFSET - Static variable in class com.actimind.actiwate.testing.TestProperties
 
XMLHTTP_LOADING_STATE_OFFSET - Static variable in class com.actimind.actiwate.testing.TestProperties
 
XmlHttpRequestAsyncEvent - interface com.actimind.actiwate.testing.events.XmlHttpRequestAsyncEvent.
XmlHttpRequest async event.
XmlHttpRequestConfig - class com.actimind.actiwate.core.scripting.XmlHttpRequestConfig.
Configuration for the XmlHttpRequest async events.
XmlHttpRequestConfig(int, int, int, int) - Constructor for class com.actimind.actiwate.core.scripting.XmlHttpRequestConfig
Creates new XmlHttpRequestConfig.
XmlHttpRequestReadyStates - interface com.actimind.actiwate.core.scripting.XmlHttpRequestReadyStates.
States of the XmlHttpRequest object.

A B C D E F G H I J L M N O P R S T U V W X

Copyright © 2007 Actimind, Inc. All Rights Reserved.