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