Uses of Package
jakarta.faces.component.behavior
-
Packages that use jakarta.faces.component.behavior Package Description jakarta.faces.application jakarta.faces.component jakarta.faces.component.behavior jakarta.faces.component.html Specialized user interface component classes for HTML.jakarta.faces.event jakarta.faces.render -
Classes in jakarta.faces.component.behavior used by jakarta.faces.application Class Description Behavior The Behavior interface is the root API of the component behavior model. -
Classes in jakarta.faces.component.behavior used by jakarta.faces.component Class Description ClientBehavior ClientBehavior is the base contract forBehavior
s that attach script content to client-side events exposed byClientBehaviorHolder
components.ClientBehaviorHolder The ClientBehaviorHolder interface may be implemented by any concreteUIComponent
that wishes to support client behaviors as defined byClientBehavior
. -
Classes in jakarta.faces.component.behavior used by jakarta.faces.component.behavior Class Description Behavior The Behavior interface is the root API of the component behavior model.BehaviorBase BehaviorBase is a convenience base class that provides a default implementation of theBehavior
contract.ClientBehavior ClientBehavior is the base contract forBehavior
s that attach script content to client-side events exposed byClientBehaviorHolder
components.ClientBehaviorBase ClientBehaviorBase is a convenience base class that implements the default concrete behavior of all methods defined byClientBehavior
.ClientBehaviorContext ClientBehaviorContext provides context information that may be useful toClientBehavior.getScript(jakarta.faces.component.behavior.ClientBehaviorContext)
implementations.ClientBehaviorContext.Parameter Parameter instances represent name/value pairs that "submitting" ClientBehavior implementations should include when posting back into the Faces lifecycle.ClientBehaviorHint An enum that specifies hints that describes the behavior of ClientBehavior implementations.FacesBehavior.Literal Supports inline instantiation of theFacesBehavior
qualifier. -
Classes in jakarta.faces.component.behavior used by jakarta.faces.component.html Class Description ClientBehaviorHolder The ClientBehaviorHolder interface may be implemented by any concreteUIComponent
that wishes to support client behaviors as defined byClientBehavior
. -
Classes in jakarta.faces.component.behavior used by jakarta.faces.event Class Description Behavior The Behavior interface is the root API of the component behavior model. -
Classes in jakarta.faces.component.behavior used by jakarta.faces.render Class Description ClientBehavior ClientBehavior is the base contract forBehavior
s that attach script content to client-side events exposed byClientBehaviorHolder
components.ClientBehaviorContext ClientBehaviorContext provides context information that may be useful toClientBehavior.getScript(jakarta.faces.component.behavior.ClientBehaviorContext)
implementations.