Uses of Enum Class
jakarta.faces.component.behavior.ClientBehaviorHint
-
Uses of ClientBehaviorHint in jakarta.faces.component.behavior
Modifier and TypeMethodDescriptionstatic ClientBehaviorHint
Returns 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.Modifier and TypeMethodDescriptionAjaxBehavior.getHints()
ClientBehavior.getHints()
Returns hints that describe the behavior of the ClientBehavior implementation.ClientBehaviorBase.getHints()
Default implementation ofClientBehavior.getHints()
.