Uses of Interface
jakarta.faces.event.AjaxBehaviorListener
-
Packages that use AjaxBehaviorListener Package Description com.sun.faces.facelets.tag.composite jakarta.faces.component.behavior APIs for attaching additional behavior to user interface components. -
-
Uses of AjaxBehaviorListener in com.sun.faces.facelets.tag.composite
Methods in com.sun.faces.facelets.tag.composite with parameters of type AjaxBehaviorListener Modifier and Type Method Description voidRetargetedAjaxBehavior. addAjaxBehaviorListener(AjaxBehaviorListener listener)voidRetargetedAjaxBehavior. removeAjaxBehaviorListener(AjaxBehaviorListener listener) -
Uses of AjaxBehaviorListener in jakarta.faces.component.behavior
Methods in jakarta.faces.component.behavior with parameters of type AjaxBehaviorListener Modifier and Type Method Description voidAjaxBehavior. addAjaxBehaviorListener(AjaxBehaviorListener listener)Add the specifiedAjaxBehaviorListenerto the set of listeners registered to receive event notifications from thisAjaxBehavior.voidAjaxBehavior. removeAjaxBehaviorListener(AjaxBehaviorListener listener)Remove the specifiedAjaxBehaviorListenerfrom the set of listeners registered to receive event notifications from thisAjaxBehavior.
-