public interface AjaxActivatorProps
Modifier and Type | Method and Description |
---|---|
Object |
getData()
Serialized (on default with JSON) data passed to the client by a developer on an AJAX request.
|
String |
getOnbeforedomupdate()
The client-side script method to be called after the ajax response comes back, but before the DOM is updated
|
String |
getOncomplete()
The client-side script method to be called after the DOM is updated
|
Object |
getRender()
IDs of components that will participate in the "render" portion of the Request Processing Lifecycle.
|
boolean |
isLimitRender()
If "true", render only those ids specified in the "render" attribute, forgoing the render of the auto-rendered panels
|
boolean |
isResetValues()
If true, indicate that this particular Ajax transaction is a value reset transaction.
|
Object getRender()
boolean isLimitRender()
Object getData()
String getOnbeforedomupdate()
String getOncomplete()
boolean isResetValues()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.