|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScriptEventSupport
Declares methods for determining which client side events are supported by a
Component
and methods for retrieving the event code
The code returned by the get*Script methods will be wrapped in the appropriate event registration code, therefore only the body needs to be returned
Method Summary | |
---|---|
String |
getOnBlurScript()
Script that should be executed when the component's onBlur event is fired |
String |
getOnChangeScript()
Script that should be executed when the component's onChange event is fired |
String |
getOnClickScript()
Script that should be executed when the component's onClick event is fired |
String |
getOnCloseScript()
Script that should be executed when the component's onClose event is fired |
String |
getOnDblClickScript()
Script that should be executed when the component's onDblClick event is fired |
String |
getOnDocumentReadyScript()
Script to be run when the document ready event is triggered |
String |
getOnFocusScript()
Script that should be executed when the component's onFocus event is fired |
String |
getOnKeyDownScript()
Script that should be executed when the component's onKeyDown event is fired |
String |
getOnKeyPressScript()
Script that should be executed when the component's onKeyPress event is fired |
String |
getOnKeyUpScript()
Script that should be executed when the component's onKeyUp event is fired |
String |
getOnLoadScript()
Script that should be executed when the component's onLoad event is fired |
String |
getOnMouseDownScript()
Script that should be executed when the component's onMouseDown event is fired |
String |
getOnMouseMoveScript()
Script that should be executed when the component's onMouseMove event is fired |
String |
getOnMouseOutScript()
Script that should be executed when the component's onMouseOut event is fired |
String |
getOnMouseOverScript()
Script that should be executed when the component's onMouseOver event is fired |
String |
getOnMouseUpScript()
Script that should be executed when the component's onMouseUp event is fired |
String |
getOnSubmitScript()
Script that should be executed when the component's onSubmit event is fired |
String |
getOnUnloadScript()
Script that should be executed when the component's onUnload event is fired |
boolean |
getSupportsOnBlur()
Indicates whether the component supports the onBlur event |
boolean |
getSupportsOnChange()
Indicates whether the component supports the onChange event |
boolean |
getSupportsOnClick()
Indicates whether the component supports the onClick event |
boolean |
getSupportsOnClose()
Indicates whether the component supports the onClose event |
boolean |
getSupportsOnDblClick()
Indicates whether the component supports the onDblClick event |
boolean |
getSupportsOnDocumentReady()
Indicates whether the component supports the document ready event |
boolean |
getSupportsOnFocus()
Indicates whether the component supports the onFocus event |
boolean |
getSupportsOnKeyDown()
Indicates whether the component supports the onKeyDown event |
boolean |
getSupportsOnKeyPress()
Indicates whether the component supports the onKeyPress event |
boolean |
getSupportsOnKeyUp()
Indicates whether the component supports the onKeyUp event |
boolean |
getSupportsOnLoad()
Indicates whether the component supports the onLoad event |
boolean |
getSupportsOnMouseDown()
Indicates whether the component supports the onMouseDown event |
boolean |
getSupportsOnMouseMove()
Indicates whether the component supports the onMouseMove event |
boolean |
getSupportsOnMouseOut()
Indicates whether the component supports the onMouseOut event |
boolean |
getSupportsOnMouseOver()
Indicates whether the component supports the onMouseOver event |
boolean |
getSupportsOnMouseUp()
Indicates whether the component supports the onMouseUp event |
boolean |
getSupportsOnSubmit()
Indicates whether the component supports the onSubmit event |
boolean |
getSupportsOnUnload()
Indicates whether the component supports the onUnload event |
void |
setOnBlurScript(String script)
Setter for the onblur script |
void |
setOnDocumentReadyScript(String script)
Setter for the onDocumentReadyScript |
void |
setOnLoadScript(String script)
Setter for the onLoad script |
Method Detail |
---|
boolean getSupportsOnLoad()
String getOnLoadScript()
void setOnLoadScript(String script)
script
- - script for on loadboolean getSupportsOnDocumentReady()
void setOnDocumentReadyScript(String script)
script
- - script for onDocumentReadyScriptString getOnDocumentReadyScript()
boolean getSupportsOnUnload()
String getOnUnloadScript()
boolean getSupportsOnClose()
String getOnCloseScript()
boolean getSupportsOnBlur()
String getOnBlurScript()
void setOnBlurScript(String script)
script
- boolean getSupportsOnChange()
String getOnChangeScript()
boolean getSupportsOnClick()
String getOnClickScript()
boolean getSupportsOnDblClick()
String getOnDblClickScript()
boolean getSupportsOnFocus()
String getOnFocusScript()
boolean getSupportsOnSubmit()
String getOnSubmitScript()
boolean getSupportsOnKeyPress()
String getOnKeyPressScript()
boolean getSupportsOnKeyUp()
String getOnKeyUpScript()
boolean getSupportsOnKeyDown()
String getOnKeyDownScript()
boolean getSupportsOnMouseOver()
String getOnMouseOverScript()
boolean getSupportsOnMouseOut()
String getOnMouseOutScript()
boolean getSupportsOnMouseUp()
String getOnMouseUpScript()
boolean getSupportsOnMouseDown()
String getOnMouseDownScript()
boolean getSupportsOnMouseMove()
String getOnMouseMoveScript()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |