Uses of Enum Class
jakarta.faces.component.behavior.ClientBehaviorHint
Packages that use ClientBehaviorHint
-
Uses of ClientBehaviorHint in jakarta.faces.component.behavior
Subclasses with type arguments of type ClientBehaviorHint in jakarta.faces.component.behaviorModifier and TypeClassDescriptionenumAn enum that specifies hints that describes the behavior of ClientBehavior implementations.Methods in jakarta.faces.component.behavior that return ClientBehaviorHintModifier and TypeMethodDescriptionstatic ClientBehaviorHintReturns the enum constant of this class with the specified name.static ClientBehaviorHint[]ClientBehaviorHint.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jakarta.faces.component.behavior that return types with arguments of type ClientBehaviorHintModifier and TypeMethodDescriptionAjaxBehavior.getHints()ClientBehavior.getHints()Returns hints that describe the behavior of the ClientBehavior implementation.ClientBehaviorBase.getHints()Default implementation ofClientBehavior.getHints().