Uses of Class
jakarta.faces.component.behavior.AjaxBehavior
Packages that use AjaxBehavior
-
Uses of AjaxBehavior in com.sun.faces.component.behavior
Methods in com.sun.faces.component.behavior with parameters of type AjaxBehaviorModifier and TypeMethodDescriptionvoidAjaxBehaviors.pushBehavior(FacesContext context, AjaxBehavior ajaxBehavior, String eventName) Push theAjaxBehaviorinstance onto theList.Constructors in com.sun.faces.component.behavior with parameters of type AjaxBehaviorModifierConstructorDescriptionBehaviorInfo(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.compositeModifier and TypeClassDescriptionclassBasically represents<f:ajax>which is retargeted by<cc:clientBehavior>inAjaxHandlerand checked inAjaxBehaviorRenderer.Constructors in com.sun.faces.facelets.tag.composite with parameters of type AjaxBehaviorModifierConstructorDescriptionRetargetedAjaxBehavior(AjaxBehavior retargeted, List<String> targetClientIds)