Uses of Class
jakarta.faces.component.behavior.AjaxBehavior
-
Uses of AjaxBehavior in com.sun.faces.component.behavior
Modifier and TypeMethodDescriptionvoid
AjaxBehaviors.pushBehavior
(FacesContext context, AjaxBehavior ajaxBehavior, String eventName) Push theAjaxBehavior
instance onto theList
.ModifierConstructorDescriptionBehaviorInfo
(FacesContext context, AjaxBehavior ajaxBehavior, String eventName) -
Uses of AjaxBehavior in com.sun.faces.facelets.tag.composite
Modifier and TypeClassDescriptionclass
Basically represents<f:ajax>
which is retargeted by<cc:clientBehavior>
inAjaxHandler
and checked inAjaxBehaviorRenderer
.ModifierConstructorDescriptionRetargetedAjaxBehavior
(AjaxBehavior retargeted, List<String> targetClientIds)