public interface ScriptEventSupport
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
Modifier and Type | Method and Description |
---|---|
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 |
getOnInputScript()
Script that should be executed when the component's onInput 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 |
setOnChangeScript(String onChangeScript)
Setter for the components onChange script
|
void |
setOnClickScript(String onClickScript)
Setter for the components onClick script
|
void |
setOnCloseScript(String onCloseScript)
Setter for the components onClose script
|
void |
setOnDblClickScript(String onDblClickScript)
Setter for the components onDblClick script
|
void |
setOnDocumentReadyScript(String onDocumentReadyScript)
Setter for the components onDocumentReady script
|
void |
setOnFocusScript(String onFocusScript)
Setter for the components onFocus script
|
void |
setOnInputScript(String onInputScript)
Setter for the components onInput script
|
void |
setOnKeyDownScript(String onKeyDownScript)
Setter for the components onKeyDown script
|
void |
setOnKeyPressScript(String onKeyPressScript)
Setter for the components onKeyPress script
|
void |
setOnKeyUpScript(String onKeyUpScript)
Setter for the components onKeyUp script
|
void |
setOnLoadScript(String onLoadScript)
Script that should be executed when the component's onLoad event is fired
|
void |
setOnMouseDownScript(String onMouseDownScript)
Setter for the components onMouseDown script
|
void |
setOnMouseMoveScript(String onMouseMoveScript)
Setter for the components onMouseMove script
|
void |
setOnMouseOutScript(String onMouseOutScript)
Setter for the components onMouseOut script
|
void |
setOnMouseOverScript(String onMouseOverScript)
Setter for the components onMouseOver script
|
void |
setOnMouseUpScript(String onMouseUpScript)
Setter for the components onMouseUp script
|
void |
setOnSubmitScript(String onSubmitScript)
Setter for the components onSubmit script
|
void |
setOnUnloadScript(String onUnloadScript)
Setter for the components onUnload script
|
String getOnLoadScript()
void setOnLoadScript(String onLoadScript)
onLoadScript
- JavaScript codeString getOnDocumentReadyScript()
void setOnDocumentReadyScript(String onDocumentReadyScript)
onDocumentReadyScript
- String getOnUnloadScript()
void setOnUnloadScript(String onUnloadScript)
onUnloadScript
- String getOnCloseScript()
void setOnCloseScript(String onCloseScript)
onCloseScript
- String getOnBlurScript()
void setOnBlurScript(String onBlurScript)
onBlurScript
- JavaScript codeString getOnChangeScript()
void setOnChangeScript(String onChangeScript)
onChangeScript
- String getOnClickScript()
void setOnClickScript(String onClickScript)
onClickScript
- String getOnDblClickScript()
void setOnDblClickScript(String onDblClickScript)
onDblClickScript
- String getOnFocusScript()
void setOnFocusScript(String onFocusScript)
onFocusScript
- String getOnSubmitScript()
void setOnSubmitScript(String onSubmitScript)
onSubmitScript
- String getOnInputScript()
This differs from key press/up or change in that it will catch autocomplete, cut, and paste mouse actions on an input.
void setOnInputScript(String onInputScript)
onInputScript
- String getOnKeyPressScript()
void setOnKeyPressScript(String onKeyPressScript)
onKeyPressScript
- String getOnKeyUpScript()
void setOnKeyUpScript(String onKeyUpScript)
onKeyUpScript
- String getOnKeyDownScript()
void setOnKeyDownScript(String onKeyDownScript)
onKeyDownScript
- String getOnMouseOverScript()
void setOnMouseOverScript(String onMouseOverScript)
onMouseOverScript
- String getOnMouseOutScript()
void setOnMouseOutScript(String onMouseOutScript)
onMouseOutScript
- String getOnMouseUpScript()
void setOnMouseUpScript(String onMouseUpScript)
onMouseUpScript
- String getOnMouseDownScript()
void setOnMouseDownScript(String onMouseDownScript)
onMouseDownScript
- String getOnMouseMoveScript()
void setOnMouseMoveScript(String onMouseMoveScript)
onMouseMoveScript
- Copyright © 2005–2016 The Kuali Foundation. All rights reserved.