com.osbcp.apbs.events
Class SilentAjaxPostBackEvent

java.lang.Object
  extended by com.osbcp.apbs.events.AjaxPostBackEvent
      extended by com.osbcp.apbs.events.SilentAjaxPostBackEvent

public abstract class SilentAjaxPostBackEvent
extends AjaxPostBackEvent

An ajax post back event that returns null as the JavaScript response.


Constructor Summary
SilentAjaxPostBackEvent()
           
 
Method Summary
 com.osbcp.jjsw.JavaScript getJavaScriptResponse()
          Returns null as the JavaScript response.
 
Methods inherited from class com.osbcp.apbs.events.AjaxPostBackEvent
getMetaData, setMetaData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SilentAjaxPostBackEvent

public SilentAjaxPostBackEvent()
Method Detail

getJavaScriptResponse

public com.osbcp.jjsw.JavaScript getJavaScriptResponse()
Returns null as the JavaScript response.

Specified by:
getJavaScriptResponse in class AjaxPostBackEvent
Returns:
Returns null as the JavaScript response