FormScriptable
, HTMLElement
, ScriptingEngine
, ScriptingHandler
BlockElement
, Button
, FormControl
, FormControl.Scriptable
, HTMLPage.Scriptable
, RadioButtonFormControl
, RadioGroupFormControl
, ResetButton
, ScriptableDelegate
, SubmitButton
, TableCell
, TableRow
, TextBlock
, WebApplet
, WebForm
, WebForm.Scriptable
, WebImage
, WebImage.Scriptable
, WebLink
, WebLink.Scriptable
, WebList
, WebRequestSource
, WebResponse.Scriptable
, WebTable
public interface ScriptingEventHandler
Modifier and Type | Method | Description |
---|---|---|
boolean |
doEvent(java.lang.String eventScript) |
Deprecated.
since 1.7
|
boolean |
doEventScript(java.lang.String eventScript) |
run the Script for the given Event
|
boolean |
handleEvent(java.lang.String eventName) |
handle the event with the given name by getting the
attribute and then executing the eventScript for it
|
boolean doEvent(java.lang.String eventScript)
eventScript
- boolean doEventScript(java.lang.String eventScript)
eventScript
- boolean handleEvent(java.lang.String eventName)
eventName
-