C# Class NHtmlUnit.Javascript.Host.Window

Inheritance: NHtmlUnit.Javascript.Host.Events.EventTarget, NHtmlUnit.Javascript.IScriptableWithFallbackGetter
Afficher le fichier Open project: HtmlUnit/NHtmlUnit

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Window ( ) : System

Method Details

Alert() public méthode

public Alert ( object message ) : void
message object
Résultat void

Atob() public méthode

public Atob ( string encodedData ) : string
encodedData string
Résultat string

AttachEvent() public méthode

public AttachEvent ( string type, net listener ) : bool
type string
listener net
Résultat bool

Blur() public méthode

public Blur ( ) : void
Résultat void

Btoa() public méthode

public Btoa ( string stringToEncode ) : string
stringToEncode string
Résultat string

Call() public méthode

public Call ( net cx, net scope, net thisObj, System args ) : object
cx net
scope net
thisObj net
args System
Résultat object

CancelAnimationFrame() public méthode

public CancelAnimationFrame ( object requestId ) : void
requestId object
Résultat void

CaptureEvents() public méthode

public CaptureEvents ( string type ) : void
type string
Résultat void

ClearInterval() public méthode

public ClearInterval ( int intervalID ) : void
intervalID int
Résultat void

ClearTimeout() public méthode

public ClearTimeout ( int timeoutId ) : void
timeoutId int
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

CollectGarbage() public méthode

public CollectGarbage ( ) : void
Résultat void

Confirm() public méthode

public Confirm ( string message ) : bool
message string
Résultat bool

Construct() public méthode

public Construct ( net cx, net scope, System args ) : net.sourceforge.htmlunit.corejs.javascript.Scriptable
cx net
scope net
args System
Résultat net.sourceforge.htmlunit.corejs.javascript.Scriptable

CreatePopup() public méthode

public CreatePopup ( ) : NHtmlUnit.Javascript.Host.Popup
Résultat NHtmlUnit.Javascript.Host.Popup

DetachEvent() public méthode

public DetachEvent ( string type, net listener ) : void
type string
listener net
Résultat void

Dump() public méthode

public Dump ( string message ) : void
message string
Résultat void

ExecScript() public méthode

public ExecScript ( string script, object language ) : void
script string
language object
Résultat void

Focus() public méthode

public Focus ( ) : void
Résultat void

GetComputedStyle() public méthode

public GetComputedStyle ( NHtmlUnit element, string pseudo ) : NHtmlUnit.Javascript.Host.Css.CSS2Properties
element NHtmlUnit
pseudo string
Résultat NHtmlUnit.Javascript.Host.Css.CSS2Properties

GetLocation() public méthode

public GetLocation ( ) : NHtmlUnit.Javascript.Host.Location
Résultat NHtmlUnit.Javascript.Host.Location

GetPrototype() public méthode

public GetPrototype ( string className ) : net.sourceforge.htmlunit.corejs.javascript.Scriptable
className string
Résultat net.sourceforge.htmlunit.corejs.javascript.Scriptable

GetStorage() public méthode

public GetStorage ( com storageType ) : NHtmlUnit.Javascript.Host.Storage
storageType com
Résultat NHtmlUnit.Javascript.Host.Storage

GetWithFallback() public méthode

public GetWithFallback ( string name ) : object
name string
Résultat object

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( NHtmlUnit webWindow ) : void
webWindow NHtmlUnit
Résultat void

MatchMedia() public méthode

public MatchMedia ( string mediaQueryString ) : NHtmlUnit.Javascript.Host.Css.MediaQueryList
mediaQueryString string
Résultat NHtmlUnit.Javascript.Host.Css.MediaQueryList

MoveBy() public méthode

public MoveBy ( int x, int y ) : void
x int
y int
Résultat void

MoveTo() public méthode

public MoveTo ( int x, int y ) : void
x int
y int
Résultat void

Navigate() public méthode

public Navigate ( string url ) : void
url string
Résultat void

Open() public méthode

public Open ( object url, object name, object features, object replace ) : NHtmlUnit.Javascript.Host.WindowProxy
url object
name object
features object
replace object
Résultat NHtmlUnit.Javascript.Host.WindowProxy

PostMessage() public méthode

public PostMessage ( string message, string targetOrigin, object transfer ) : void
message string
targetOrigin string
transfer object
Résultat void

Print() public méthode

public Print ( ) : void
Résultat void

Prompt() public méthode

public Prompt ( string message ) : string
message string
Résultat string

RequestAnimationFrame() public méthode

public RequestAnimationFrame ( object callback ) : int
callback object
Résultat int

ResizeBy() public méthode

public ResizeBy ( int width, int height ) : void
width int
height int
Résultat void

ResizeTo() public méthode

public ResizeTo ( int width, int height ) : void
width int
height int
Résultat void

ScriptEngine() public méthode

public ScriptEngine ( ) : string
Résultat string

ScriptEngineBuildVersion() public méthode

public ScriptEngineBuildVersion ( ) : int
Résultat int

ScriptEngineMajorVersion() public méthode

public ScriptEngineMajorVersion ( ) : int
Résultat int

ScriptEngineMinorVersion() public méthode

public ScriptEngineMinorVersion ( ) : int
Résultat int

Scroll() public méthode

public Scroll ( int x, int y ) : void
x int
y int
Résultat void

ScrollBy() public méthode

public ScrollBy ( int x, int y ) : void
x int
y int
Résultat void

ScrollByLines() public méthode

public ScrollByLines ( int lines ) : void
lines int
Résultat void

ScrollByPages() public méthode

public ScrollByPages ( int pages ) : void
pages int
Résultat void

ScrollTo() public méthode

public ScrollTo ( int x, int y ) : void
x int
y int
Résultat void

SetInterval() public méthode

public SetInterval ( object code, int timeout, object language ) : int
code object
timeout int
language object
Résultat int

SetLocation() public méthode

public SetLocation ( string newLocation ) : void
newLocation string
Résultat void

SetPrototypes() public méthode

public SetPrototypes ( java map, java prototypesPerJSName ) : void
map java
prototypesPerJSName java
Résultat void

SetTimeout() public méthode

public SetTimeout ( object code, int timeout, object language ) : int
code object
timeout int
language object
Résultat int

ShowModalDialog() public méthode

public ShowModalDialog ( string url, object arguments, string features ) : object
url string
arguments object
features string
Résultat object

ShowModelessDialog() public méthode

public ShowModelessDialog ( string url, object arguments, string features ) : object
url string
arguments object
features string
Résultat object

Stop() public méthode

public Stop ( ) : void
Résultat void

TriggerOnError() public méthode

public TriggerOnError ( NHtmlUnit e ) : void
e NHtmlUnit
Résultat void

Window() public méthode

public Window ( com wrappedObject ) : System
wrappedObject com
Résultat System