jsf.js_next_gen
Preparing search index...
faces
AjaxEvent
Interface AjaxEvent
Data passed to ajax event callbacks.
interface
AjaxEvent
{
responseCode
?:
number
;
responseText
?:
string
;
responseXML
?:
XMLDocument
;
source
?:
Element
;
status
:
AjaxEventStatus
;
type
:
"event"
;
}
Hierarchy (
View Summary
)
AjaxData
AjaxEvent
Index
Properties
response
Code?
response
Text?
response
XML?
source?
status
type
Properties
Optional
response
Code
responseCode
?:
number
Optional
response
Text
responseText
?:
string
Optional
response
XML
responseXML
?:
XMLDocument
Optional
source
source
?:
Element
status
status
:
AjaxEventStatus
type
type
:
"event"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
response
Code
response
Text
response
XML
source
status
type
jsf.js_next_gen
Loading...
Data passed to ajax event callbacks.