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 HtmlCommandButtonAjax
          User: Travis Reeder Date: Mar 22, 2006 Time: 4:37:53 PM
 class HtmlInputTextAjax
          User: treeder Date: Oct 28, 2005 Time: 7:48:57 PM
 class HtmlInputTextAjaxTag
          User: treeder Date: Oct 28, 2005 Time: 7:42:08 PM
 class HtmlSelectBooleanCheckboxAjax
          User: treeder Date: Nov 21, 2005 Time: 8:47:27 AM
 class HtmlSelectManyCheckboxAjax
          Current limitations - Bound value must be a Collection of Strings!
 class HtmlSelectManyCheckboxAjaxTag
           
 class HtmlSelectOneRadioAjax
          User: treeder Date: Nov 10, 2005 Time: 4:45:09 PM
 class HtmlSelectOneRadioAjaxTag
          User: treeder Date: Nov 10, 2005 Time: 4:43:24 PM
 



Copyright © 2010. All Rights Reserved.