Uses of Interface
jakarta.faces.component.behavior.Behavior
Packages that use Behavior
Package
Description
-
Uses of Behavior in com.sun.faces.application
Methods in com.sun.faces.application that return Behavior -
Uses of Behavior in com.sun.faces.application.annotation
Methods in com.sun.faces.application.annotation with parameters of type BehaviorModifier and TypeMethodDescriptionvoid
AnnotationManager.applyBehaviorAnnotations
(FacesContext ctx, Behavior b) Apply annotations relevant toBehavior
instances. -
Uses of Behavior in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl that return Behavior -
Uses of Behavior in com.sun.faces.cdi
Methods in com.sun.faces.cdi that return BehaviorModifier and TypeMethodDescriptionstatic Behavior
CdiUtils.createBehavior
(jakarta.enterprise.inject.spi.BeanManager beanManager, String value) Create a behavior using the FacesBehavior value attribute. -
Uses of Behavior in jakarta.faces.application
Methods in jakarta.faces.application that return BehaviorModifier and TypeMethodDescriptionApplication.createBehavior
(String behaviorId) Instantiate and return a newBehavior
instance of the class specified by a previous call toaddBehavior()
for the specified behavior id.ApplicationWrapper.createBehavior
(String behaviorId) The default behavior of this method is to callApplication.createBehavior(String)
on the wrappedApplication
object. -
Uses of Behavior in jakarta.faces.component.behavior
Subinterfaces of Behavior in jakarta.faces.component.behaviorModifier and TypeInterfaceDescriptioninterface
ClientBehavior is the base contract forBehavior
s that attach script content to client-side events exposed byClientBehaviorHolder
components.Classes in jakarta.faces.component.behavior that implement BehaviorModifier and TypeClassDescriptionclass
An instance of this class is added as aClientBehavior
to a component using theClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior)
contract that components implement.class
BehaviorBase is a convenience base class that provides a default implementation of theBehavior
contract.class
ClientBehaviorBase is a convenience base class that implements the default concrete behavior of all methods defined byClientBehavior
. -
Uses of Behavior in jakarta.faces.event
Methods in jakarta.faces.event that return BehaviorModifier and TypeMethodDescriptionBehaviorEvent.getBehavior()
Return the sourceBehavior
that sent this event.Constructors in jakarta.faces.event with parameters of type BehaviorModifierConstructorDescriptionAjaxBehaviorEvent
(UIComponent component, Behavior behavior) Construct a new event object from the specified source component and Ajax behavior.AjaxBehaviorEvent
(FacesContext facesContext, UIComponent component, Behavior behavior) Construct a new event object from the Faces context, specified source component and Ajax behavior.BehaviorEvent
(UIComponent component, Behavior behavior) Construct a new event object from the specified source component andbehavior
.BehaviorEvent
(FacesContext facesContext, UIComponent component, Behavior behavior) Construct a new event object from the Faces context, specified source component and behavior.