Uses of Interface
jakarta.faces.component.behavior.Behavior
Packages that use Behavior
-
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.