Classes


Class actuate.parameter.EventConstants

Defines the supported event constants for parameters.
Member of: actuate.parameter.

Class Summary
Constructor Attributes Constructor Name and Description
 
Global EventConstants used for Parameter class.
Field Summary
Field Attributes Field Name and Description
<static> <constant>  
Event triggered when the action is complete and no internal actions are triggered automatically.
<static> <constant>  
Event triggered when a changed event occurs.
<static> <constant>  
Event triggered when an exception occurs.
<static> <constant>  
Event triggered when the action is complete and no internal actions are triggered automatically.
<static> <constant>  
Session timeout event.
Class Detail
actuate.parameter.EventConstants()
Global EventConstants used for Parameter class.
Field Detail
<static> <constant> {String} ON_CHANGE_COMPLETED
Event triggered when the action is complete and no internal actions are triggered automatically. The event handler takes the following arguments:
See:
actuate.Parameter

<static> <constant> {String} ON_CHANGED
Event triggered when a changed event occurs. For example, this event triggers if the value of a parameter control changes. The event handler takes the following arguments:
See:
actuate.Parameter

<static> <constant> {String} ON_EXCEPTION
Event triggered when an exception occurs. The event handler takes the following arguments:
See:
actuate.Parameter
actuate.Exception

<static> <constant> {String} ON_SELECTION_CHANGED
Event triggered when the action is complete and no internal actions are triggered automatically. For example, when a cascading parameter is changed,its child parameter is changed automatically. This event is triggered when its child parameters are updated. The event handler takes the following arguments:
See:
actuate.Parameter

<static> <constant> {String} ON_SESSION_TIMEOUT
Session timeout event. Whenever a session timeout event occurs and the user tries to perform any operation on parameter component, a prompt dialog will be shown to ask whether the user wants to login again or not. If the user clicks yes, the ON_SESSION_TIMEOUT event will be fired. If no handler has been registered for this event, a default built-in login dialog will be displayed.
The event handler takes the following arguments:
See:
actuate.Parameter

Documentation generated by JsDoc Toolkit 2.0.1 on Tue Jan 29 2013 05:44:21 GMT-0800 (PST)