Метод | Описание | |
---|---|---|
Alert ( object message ) : void | ||
Atob ( string encodedData ) : string | ||
AttachEvent ( string type, net listener ) : bool | ||
Blur ( ) : void | ||
Btoa ( string stringToEncode ) : string | ||
Call ( net cx, net scope, net thisObj, System args ) : object | ||
CancelAnimationFrame ( object requestId ) : void | ||
CaptureEvents ( string type ) : void | ||
ClearInterval ( int intervalID ) : void | ||
ClearTimeout ( int timeoutId ) : void | ||
Close ( ) : void | ||
CollectGarbage ( ) : void | ||
Confirm ( string message ) : bool | ||
Construct ( net cx, net scope, System args ) : net.sourceforge.htmlunit.corejs.javascript.Scriptable | ||
CreatePopup ( ) : NHtmlUnit.Javascript.Host.Popup | ||
DetachEvent ( string type, net listener ) : void | ||
Dump ( string message ) : void | ||
ExecScript ( string script, object language ) : void | ||
Focus ( ) : void | ||
GetComputedStyle ( NHtmlUnit element, string pseudo ) : NHtmlUnit.Javascript.Host.Css.CSS2Properties | ||
GetLocation ( ) : NHtmlUnit.Javascript.Host.Location | ||
GetPrototype ( string className ) : net.sourceforge.htmlunit.corejs.javascript.Scriptable | ||
GetStorage ( com storageType ) : NHtmlUnit.Javascript.Host.Storage | ||
GetWithFallback ( string name ) : object | ||
Initialize ( ) : void | ||
Initialize ( NHtmlUnit webWindow ) : void | ||
MatchMedia ( string mediaQueryString ) : NHtmlUnit.Javascript.Host.Css.MediaQueryList | ||
MoveBy ( int x, int y ) : void | ||
MoveTo ( int x, int y ) : void | ||
Navigate ( string url ) : void | ||
Open ( object url, object name, object features, object replace ) : NHtmlUnit.Javascript.Host.WindowProxy | ||
PostMessage ( string message, string targetOrigin, object transfer ) : void | ||
Print ( ) : void | ||
Prompt ( string message ) : string | ||
RequestAnimationFrame ( object callback ) : int | ||
ResizeBy ( int width, int height ) : void | ||
ResizeTo ( int width, int height ) : void | ||
ScriptEngine ( ) : string | ||
ScriptEngineBuildVersion ( ) : int | ||
ScriptEngineMajorVersion ( ) : int | ||
ScriptEngineMinorVersion ( ) : int | ||
Scroll ( int x, int y ) : void | ||
ScrollBy ( int x, int y ) : void | ||
ScrollByLines ( int lines ) : void | ||
ScrollByPages ( int pages ) : void | ||
ScrollTo ( int x, int y ) : void | ||
SetInterval ( object code, int timeout, object language ) : int | ||
SetLocation ( string newLocation ) : void | ||
SetPrototypes ( java map, java prototypesPerJSName ) : void | ||
SetTimeout ( object code, int timeout, object language ) : int | ||
ShowModalDialog ( string url, object arguments, string features ) : object | ||
ShowModelessDialog ( string url, object arguments, string features ) : object | ||
Stop ( ) : void | ||
TriggerOnError ( NHtmlUnit e ) : void | ||
Window ( com wrappedObject ) : System |
Метод | Описание | |
---|---|---|
Window ( ) : System |
public Atob ( string encodedData ) : string | ||
encodedData | string | |
Результат | string |
public AttachEvent ( string type, net listener ) : bool | ||
type | string | |
listener | net | |
Результат | bool |
public Btoa ( string stringToEncode ) : string | ||
stringToEncode | string | |
Результат | string |
public Call ( net cx, net scope, net thisObj, System args ) : object | ||
cx | net | |
scope | net | |
thisObj | net | |
args | System | |
Результат | object |
public CancelAnimationFrame ( object requestId ) : void | ||
requestId | object | |
Результат | void |
public CaptureEvents ( string type ) : void | ||
type | string | |
Результат | void |
public ClearInterval ( int intervalID ) : void | ||
intervalID | int | |
Результат | void |
public ClearTimeout ( int timeoutId ) : void | ||
timeoutId | int | |
Результат | void |
public Construct ( net cx, net scope, System args ) : net.sourceforge.htmlunit.corejs.javascript.Scriptable | ||
cx | net | |
scope | net | |
args | System | |
Результат | net.sourceforge.htmlunit.corejs.javascript.Scriptable |
public CreatePopup ( ) : NHtmlUnit.Javascript.Host.Popup | ||
Результат | NHtmlUnit.Javascript.Host.Popup |
public DetachEvent ( string type, net listener ) : void | ||
type | string | |
listener | net | |
Результат | void |
public ExecScript ( string script, object language ) : void | ||
script | string | |
language | object | |
Результат | void |
public GetComputedStyle ( NHtmlUnit element, string pseudo ) : NHtmlUnit.Javascript.Host.Css.CSS2Properties | ||
element | NHtmlUnit | |
pseudo | string | |
Результат | NHtmlUnit.Javascript.Host.Css.CSS2Properties |
public GetLocation ( ) : NHtmlUnit.Javascript.Host.Location | ||
Результат | NHtmlUnit.Javascript.Host.Location |
public GetPrototype ( string className ) : net.sourceforge.htmlunit.corejs.javascript.Scriptable | ||
className | string | |
Результат | net.sourceforge.htmlunit.corejs.javascript.Scriptable |
public GetStorage ( com storageType ) : NHtmlUnit.Javascript.Host.Storage | ||
storageType | com | |
Результат | NHtmlUnit.Javascript.Host.Storage |
public GetWithFallback ( string name ) : object | ||
name | string | |
Результат | object |
public Initialize ( NHtmlUnit webWindow ) : void | ||
webWindow | NHtmlUnit | |
Результат | void |
public MatchMedia ( string mediaQueryString ) : NHtmlUnit.Javascript.Host.Css.MediaQueryList | ||
mediaQueryString | string | |
Результат | NHtmlUnit.Javascript.Host.Css.MediaQueryList |
public Open ( object url, object name, object features, object replace ) : NHtmlUnit.Javascript.Host.WindowProxy | ||
url | object | |
name | object | |
features | object | |
replace | object | |
Результат | NHtmlUnit.Javascript.Host.WindowProxy |
public PostMessage ( string message, string targetOrigin, object transfer ) : void | ||
message | string | |
targetOrigin | string | |
transfer | object | |
Результат | void |
public RequestAnimationFrame ( object callback ) : int | ||
callback | object | |
Результат | int |
public ResizeBy ( int width, int height ) : void | ||
width | int | |
height | int | |
Результат | void |
public ResizeTo ( int width, int height ) : void | ||
width | int | |
height | int | |
Результат | void |
public SetInterval ( object code, int timeout, object language ) : int | ||
code | object | |
timeout | int | |
language | object | |
Результат | int |
public SetLocation ( string newLocation ) : void | ||
newLocation | string | |
Результат | void |
public SetPrototypes ( java map, java prototypesPerJSName ) : void | ||
map | java | |
prototypesPerJSName | java | |
Результат | void |
public SetTimeout ( object code, int timeout, object language ) : int | ||
code | object | |
timeout | int | |
language | object | |
Результат | int |
public ShowModalDialog ( string url, object arguments, string features ) : object | ||
url | string | |
arguments | object | |
features | string | |
Результат | object |
public ShowModelessDialog ( string url, object arguments, string features ) : object | ||
url | string | |
arguments | object | |
features | string | |
Результат | object |
public TriggerOnError ( NHtmlUnit e ) : void | ||
e | NHtmlUnit | |
Результат | void |
public Window ( com wrappedObject ) : System | ||
wrappedObject | com | |
Результат | System |