Uses of Class
jakarta.faces.component.behavior.AjaxBehavior
-
Packages that use AjaxBehavior Package Description com.sun.faces.component.behavior com.sun.faces.facelets.tag.composite -
-
Uses of AjaxBehavior in com.sun.faces.component.behavior
Methods in com.sun.faces.component.behavior with parameters of type AjaxBehavior Modifier and Type Method Description voidAjaxBehaviors. pushBehavior(FacesContext context, AjaxBehavior ajaxBehavior, String eventName)Push theAjaxBehaviorinstance onto theList.Constructors in com.sun.faces.component.behavior with parameters of type AjaxBehavior Constructor Description BehaviorInfo(FacesContext context, AjaxBehavior ajaxBehavior, String eventName) -
Uses of AjaxBehavior in com.sun.faces.facelets.tag.composite
Subclasses of AjaxBehavior in com.sun.faces.facelets.tag.composite Modifier and Type Class Description classRetargetedAjaxBehaviorBasically represents<f:ajax>which is retargeted by<cc:clientBehavior>inAjaxHandlerand checked inAjaxBehaviorRenderer.Constructors in com.sun.faces.facelets.tag.composite with parameters of type AjaxBehavior Constructor Description RetargetedAjaxBehavior(AjaxBehavior retargeted)
-