public interface AjaxEventsProps
Modifier and Type | Method and Description |
---|---|
String |
getOnbeforedomupdate()
The client-side script method to be called after the ajax response comes back, but before the DOM is updated
|
String |
getOnbegin()
The client-side script method to be called before an ajax request.
|
String |
getOncomplete()
The client-side script method to be called after the DOM is updated
|
String getOnbegin()
String getOnbeforedomupdate()
String getOncomplete()
Copyright © 2014 JBoss by Red Hat. All rights reserved.