Uses of Interface
jakarta.faces.component.behavior.ClientBehavior
Packages that use ClientBehavior
Package
Description
Fundamental APIs for user
interface components.
APIs for attaching additional
behavior to user interface components.
Classes
and interfaces defining the rendering model.
-
Uses of ClientBehavior in com.sun.faces.facelets.tag.composite
Methods in com.sun.faces.facelets.tag.composite that return types with arguments of type ClientBehaviorMethods in com.sun.faces.facelets.tag.composite with parameters of type ClientBehaviorModifier and TypeMethodDescriptionvoidBehaviorHolderWrapper.addClientBehavior(String eventName, ClientBehavior behavior) -
Uses of ClientBehavior in com.sun.faces.renderkit
Method parameters in com.sun.faces.renderkit with type arguments of type ClientBehaviorModifier and TypeMethodDescriptionstatic voidRenderKitUtils.renderPassThruAttributes(FacesContext context, ResponseWriter writer, UIComponent component, Attribute[] attributes, Map<String, List<ClientBehavior>> behaviors) Render any "passthru" attributes, where we simply just output the raw name and value of the attribute. -
Uses of ClientBehavior in com.sun.faces.renderkit.html_basic
Methods in com.sun.faces.renderkit.html_basic that return types with arguments of type ClientBehaviorModifier and TypeMethodDescriptionprotected static Map<String,List<ClientBehavior>> HtmlBasicInputRenderer.getNonOnChangeBehaviors(UIComponent component) protected static Map<String,List<ClientBehavior>> HtmlBasicInputRenderer.getNonOnClickSelectBehaviors(UIComponent component) protected static Map<String,List<ClientBehavior>> HtmlBasicRenderer.getPassThruBehaviors(UIComponent component, String domEventName, String componentEventName) When rendering pass thru attributes, we need to take any attached Behaviors into account.Methods in com.sun.faces.renderkit.html_basic with parameters of type ClientBehaviorModifier and TypeMethodDescriptionvoidAjaxBehaviorRenderer.decode(FacesContext context, UIComponent component, ClientBehavior behavior) AjaxBehaviorRenderer.getScript(ClientBehaviorContext behaviorContext, ClientBehavior behavior) -
Uses of ClientBehavior in jakarta.faces.component
Methods in jakarta.faces.component that return types with arguments of type ClientBehaviorModifier and TypeMethodDescriptionUIComponentBase.getClientBehaviors()This is a default implementation ofClientBehaviorHolder.getClientBehaviors().Methods in jakarta.faces.component with parameters of type ClientBehaviorModifier and TypeMethodDescriptionvoidUIComponentBase.addClientBehavior(String eventName, ClientBehavior behavior) This is a default implementation ofClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior). -
Uses of ClientBehavior in jakarta.faces.component.behavior
Classes in jakarta.faces.component.behavior that implement ClientBehaviorModifier 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.classClientBehaviorBase is a convenience base class that implements the default concrete behavior of all methods defined byClientBehavior.Methods in jakarta.faces.component.behavior that return types with arguments of type ClientBehaviorModifier and TypeMethodDescriptionClientBehaviorHolder.getClientBehaviors()Returns a non-null, unmodifiableMapthat contains the theClientBehaviors that have been attached to the component implementing this interface.Methods in jakarta.faces.component.behavior with parameters of type ClientBehaviorModifier and TypeMethodDescriptionvoidClientBehaviorHolder.addClientBehavior(String eventName, ClientBehavior behavior) Attaches aClientBehaviorto the component implementing this interface for the specified event. -
Uses of ClientBehavior in jakarta.faces.render
Methods in jakarta.faces.render with parameters of type ClientBehaviorModifier and TypeMethodDescriptionvoidClientBehaviorRenderer.decode(FacesContext context, UIComponent component, ClientBehavior behavior) Decode any new state of thisClientBehaviorfrom the request contained in the specifiedFacesContext.ClientBehaviorRenderer.getScript(ClientBehaviorContext behaviorContext, ClientBehavior behavior) Return the script that implements this ClientBehavior's client-side logic.