Uses of Class
com.osbcp.apbs.events.AjaxPostBackEvent

Packages that use AjaxPostBackEvent
com.osbcp.apbs Package for the core logic. 
com.osbcp.apbs.events Package for the events. 
 

Uses of AjaxPostBackEvent in com.osbcp.apbs
 

Constructor parameters in com.osbcp.apbs with type arguments of type AjaxPostBackEvent
AjaxPostBackCaller(com.osbcp.jjsw.JavaScript preScript, com.osbcp.jjsw.JavaScript postScript, java.lang.Class<? extends AjaxPostBackEvent> eventClass, java.io.Serializable... arguments)
          Creates a new instance of an AjaxPostBackCaller instance, used to call the $apb JavaScript function that performs an AJAX request.
 

Uses of AjaxPostBackEvent in com.osbcp.apbs.events
 

Subclasses of AjaxPostBackEvent in com.osbcp.apbs.events
 class SilentAjaxPostBackEvent
          An ajax post back event that returns null as the JavaScript response.