Uses of Interface
jakarta.faces.component.behavior.Behavior
Packages that use Behavior
Package
Description
APIs that are used to link an application's
business logic objects to Jakarta Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on Jakarta Faces.
APIs for attaching additional
behavior to user interface components.
Interfaces describing
events and event listeners, and concrete event implementation classes.
-
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 TypeMethodDescriptionvoidAnnotationManager.applyBehaviorAnnotations(FacesContext ctx, Behavior b) Apply annotations relevant toBehaviorinstances. -
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 BehaviorCdiUtils.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 newBehaviorinstance 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 wrappedApplicationobject. -
Uses of Behavior in jakarta.faces.component.behavior
Subinterfaces of Behavior in jakarta.faces.component.behaviorModifier and TypeInterfaceDescriptioninterfaceClientBehavior is the base contract forBehaviors that attach script content to client-side events exposed byClientBehaviorHoldercomponents.Classes in jakarta.faces.component.behavior that implement BehaviorModifier and TypeClassDescriptionclassAn instance of this class is added as aClientBehaviorto a component using theClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior)contract that components implement.classBehaviorBase is a convenience base class that provides a default implementation of theBehaviorcontract.classClientBehaviorBase 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 sourceBehaviorthat 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.