|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScriptEventSupport
Declares methods for retrieving the event script 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 |
void |
setOnBlurScript(String onBlurScript)
Script that should be executed when the component's onBlur event is fired |
void |
setOnLoadScript(String onLoadScript)
Script that should be executed when the component's onLoad event is fired |
Method Detail |
---|
String getOnLoadScript()
void setOnLoadScript(String onLoadScript)
String getOnDocumentReadyScript()
String getOnUnloadScript()
String getOnCloseScript()
String getOnBlurScript()
void setOnBlurScript(String onBlurScript)
String getOnChangeScript()
String getOnClickScript()
String getOnDblClickScript()
String getOnFocusScript()
String getOnSubmitScript()
String getOnKeyPressScript()
String getOnKeyUpScript()
String getOnKeyDownScript()
String getOnMouseOverScript()
String getOnMouseOutScript()
String getOnMouseUpScript()
String getOnMouseDownScript()
String getOnMouseMoveScript()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |