Uses of Package
jakarta.faces.component.behavior
Packages that use jakarta.faces.component.behavior
Package
Description
Specialized user interface component classes for HTML.
-
Classes in jakarta.faces.component.behavior used by jakarta.faces.application
-
Classes in jakarta.faces.component.behavior used by jakarta.faces.componentClassDescriptionClientBehavior is the base contract for
Behaviors that attach script content to client-side events exposed byClientBehaviorHoldercomponents.The ClientBehaviorHolder interface may be implemented by any concreteUIComponentthat wishes to support client behaviors as defined byClientBehavior. -
Classes in jakarta.faces.component.behavior used by jakarta.faces.component.behaviorClassDescriptionThe Behavior interface is the root API of the component behavior model.BehaviorBase is a convenience base class that provides a default implementation of the
Behaviorcontract.ClientBehavior is the base contract forBehaviors that attach script content to client-side events exposed byClientBehaviorHoldercomponents.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(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.The presence of this annotation on a class automatically registers the class with the runtime as aBehavior.Supports inline instantiation of theFacesBehaviorqualifier. -
Classes in jakarta.faces.component.behavior used by jakarta.faces.component.htmlClassDescriptionThe ClientBehaviorHolder interface may be implemented by any concrete
UIComponentthat wishes to support client behaviors as defined byClientBehavior. -
Classes in jakarta.faces.component.behavior used by jakarta.faces.event
-
Classes in jakarta.faces.component.behavior used by jakarta.faces.renderClassDescriptionClientBehavior is the base contract for
Behaviors that attach script content to client-side events exposed byClientBehaviorHoldercomponents.ClientBehaviorContext provides context information that may be useful toClientBehavior.getScript(ClientBehaviorContext)implementations.