Uses of Interface
jakarta.faces.component.behavior.Behavior
-
Packages that use Behavior Package Description jakarta.faces.application jakarta.faces.component.behavior jakarta.faces.event -
-
Uses of Behavior in jakarta.faces.application
Methods in jakarta.faces.application that return Behavior Modifier and Type Method Description BehaviorApplication. createBehavior(String behaviorId)Instantiate and return a newBehaviorinstance of the class specified by a previous call toaddBehavior()for the specified behavior id.BehaviorApplicationWrapper. 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.behavior Modifier and Type Interface Description interfaceClientBehaviorClientBehavior is the base contract forBehaviors that attach script content to client-side events exposed byClientBehaviorHoldercomponents.Classes in jakarta.faces.component.behavior that implement Behavior Modifier and Type Class Description classAjaxBehaviorAn 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.classBehaviorBaseBehaviorBase is a convenience base class that provides a default implementation of theBehaviorcontract.classClientBehaviorBaseClientBehaviorBase 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 Behavior Modifier and Type Method Description BehaviorBehaviorEvent. getBehavior()Return the sourceBehaviorthat sent this event.Constructors in jakarta.faces.event with parameters of type Behavior Constructor Description AjaxBehaviorEvent(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.
-