| Module: | libcrosscheck | Package: | wrap.frontside.crosscheck | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - LibCrossCheck Library: Project Home | Documentation |
wrap.frontside.crosscheck.Host
Inheritance : Object
Methods
| Name | Signature |
| addEventListener | void addEventListener(HTMLElement target, String type, DOMEventDelegate listener, boolean useCapture) |
| advanceFocus | void advanceFocus() |
| clearIntervals | void clearIntervals() |
| clearTimeouts | void clearTimeouts() |
| click | void click(HTMLElement target) |
| dispatchEvent | void dispatchEvent(HTMLElement target, String type, Array<Object> options) |
| escapeXML | void escapeXML(String toEscape) |
| getFocus | HTMLElement getFocus() |
| getInterval | Object getInterval(int id) |
| getResponse | void getResponse(String response) |
| getTimeout | Object getTimeout(int id) |
| invokeIntervals | void invokeIntervals() |
| invokeTimeouts | void invokeTimeouts() |
| mousedown | void mousedown(HTMLElement target) |
| mouseup | void mouseup(HTMLElement target) |
| parse | void parse(String toParse) |
| parseXML | void parseXML(String xml) |
| reverseFocus | void reverseFocus() |
| setFocus | void setFocus(HTMLElement toFocus) |
| setLocation | void setLocation(String url) |
| setOffsetLeft | void setOffsetLeft(HTMLElement element, int offset) |
| setOffsetTop | void setOffsetTop(HTMLElement element, int offset) |
| setResponse | void setResponse(String response) |
| typeKey | void typeKey(int keyCode, boolean isChar, Object modifiers) |
| unloadPage | void unloadPage() |
Properties
| Name | Type | Comment | |
| alerts |
| ||
| intervals |
| ||
| timeouts |
|
Methods
|
addEventListener void addEventListener(HTMLElement target, String type, DOMEventDelegate listener, boolean useCapture) Parameters
|
|
advanceFocus void advanceFocus() |
|
clearIntervals void clearIntervals() |
|
clearTimeouts void clearTimeouts() |
|
click void click(HTMLElement target) Parameters
|
|
dispatchEvent void dispatchEvent(HTMLElement target, String type, Array<Object> options) Parameters
|
|
escapeXML void escapeXML(String toEscape) Parameters
|
|
getFocus HTMLElement getFocus()
|
||||
|
getInterval Object getInterval(int id)
Parameters
|
||||||||||
|
getResponse void getResponse(String response) Parameters
|
|
getTimeout Object getTimeout(int id)
Parameters
|
||||||||||
|
invokeIntervals void invokeIntervals() |
|
invokeTimeouts void invokeTimeouts() |
|
mousedown void mousedown(HTMLElement target) Parameters
|
|
mouseup void mouseup(HTMLElement target) Parameters
|
|
parse void parse(String toParse) Parameters
|
|
parseXML void parseXML(String xml) Parameters
|
|
reverseFocus void reverseFocus() |
|
setFocus void setFocus(HTMLElement toFocus) Parameters
|
|
setLocation void setLocation(String url) Parameters
|
|
setOffsetLeft void setOffsetLeft(HTMLElement element, int offset) Parameters
|
|
setOffsetTop void setOffsetTop(HTMLElement element, int offset) Parameters
|
|
setResponse void setResponse(String response) Parameters
|
|
typeKey void typeKey(int keyCode, boolean isChar, Object modifiers) Parameters
|
|
unloadPage void unloadPage() |
| Module: | libcrosscheck | Package: | wrap.frontside.crosscheck | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - LibCrossCheck Library: Project Home | Documentation |