Uses of Interface
jakarta.faces.view.BehaviorHolderAttachedObjectHandler
-
Uses of BehaviorHolderAttachedObjectHandler in com.sun.faces.facelets.tag.faces.core
Modifier and TypeClassDescriptionfinal class
Enable one or more components in the view to perform Ajax operations. -
Uses of BehaviorHolderAttachedObjectHandler in jakarta.faces.view.facelets
Modifier and TypeClassDescriptionclass
TheFaceletHandler
that corresponds to attached objects that represent an instance ofClientBehavior
that must be added to the parent component, which must implementClientBehaviorHolder
, with a call toClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior)
.