Uses of Interface
org.apache.myfaces.custom.ajax.AjaxCallbacks

Packages that use AjaxCallbacks
org.apache.myfaces.custom.ajax.util   
org.apache.myfaces.custom.inputAjax   
 

Uses of AjaxCallbacks in org.apache.myfaces.custom.ajax.util
 

Methods in org.apache.myfaces.custom.ajax.util with parameters of type AjaxCallbacks
static void AjaxRendererUtils.writeAjaxScript(javax.faces.context.FacesContext context, javax.faces.context.ResponseWriter out, AjaxCallbacks component)
           
static void AjaxRendererUtils.writeAjaxScript(javax.faces.context.FacesContext context, javax.faces.context.ResponseWriter out, AjaxCallbacks component, java.lang.String extraParams)
          Not really liking having the extraParams thing, seems to inflexible for altering other things
 

Uses of AjaxCallbacks in org.apache.myfaces.custom.inputAjax
 

Classes in org.apache.myfaces.custom.inputAjax that implement AjaxCallbacks
 class AbstractHtmlCommandButtonAjax
          Extends standard commandButton allowing for dynamic ajax submitting of the form.
 class AbstractHtmlInputTextAjax
          Extends standard inputText allowing for dynamic ajax submitting.
 class AbstractHtmlSelectBooleanCheckboxAjax
          Extends standard selectBooleanCheckbox by user role support.
 class AbstractHtmlSelectManyCheckboxAjax
          Extends standard selectManyCheckbox allowing for dynamic ajax submitting.
 class AbstractHtmlSelectOneRadioAjax
          Extends standard selectOneRadio allowing for dynamic ajax submitting.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.