Developing Secure Code
Testing Components
fire()
getEventType()
getName()
getParam()
getParams()
getPhase()
getSource()
getSourceEvent()
getType()
pause()
preventDefault()
resume()
setParam()
setParams()
stopPropagation()
Previous PDF Versions
Sets a parameter for an event. This method doesn’t modify an event that has already been fired.
setParam(String key, Object value)
key: Type: String. The name of the parameter.
value: Type: Object. The value of the parameter.