Package | Description |
---|---|
com.gargoylesoftware.htmlunit.html |
Classes specific to html pages
|
com.gargoylesoftware.htmlunit.javascript.host |
Implementations of the various javascript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
Page |
ClickableElement.click(Event event)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Simulate clicking this element. |
ScriptResult |
HtmlElement.fireEvent(Event event)
Fire the event on the element.
|
Modifier and Type | Class and Description |
---|---|
class |
MouseEvent
JavaScript object representing a Mouse Event.
|
class |
UIEvent
JavaScript object representing a UI event.
|
Modifier and Type | Method and Description |
---|---|
Event |
Document.jsxFunction_createEvent(String eventType)
Implementation of the
DocumentEvent interface's
events.DocumentEvent method. |
Event |
Document.jsxFunction_createEventObject()
Implementation of the createEventObject method supported by Internet Explorer.
|
Modifier and Type | Method and Description |
---|---|
void |
Event.copyPropertiesFrom(Event event)
Copies properties from another event to this event.
|
void |
MouseEvent.copyPropertiesFrom(Event event)
Copies properties from another event to this event.
|
void |
UIEvent.copyPropertiesFrom(Event event)
Copies properties from another event to this event.
|
ScriptResult |
Node.executeEvent(Event event)
Execute the event on this object only (needed for instance for onload on (i)frame tags)
|
ScriptResult |
Node.fireEvent(Event event)
Fires the event on the node with capturing and bubbling phase
|
boolean |
HTMLElement.jsxFunction_dispatchEvent(Event event)
Dispatches an event into the event system (standards-conformant browsers only).
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.