Uses of Class
jakarta.faces.component.behavior.ClientBehaviorHint
Package | Description |
---|---|
jakarta.faces.component.behavior |
-
Uses of ClientBehaviorHint in jakarta.faces.component.behavior
Methods in jakarta.faces.component.behavior that return ClientBehaviorHint Modifier and Type Method Description static ClientBehaviorHint
ClientBehaviorHint. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientBehaviorHint[]
ClientBehaviorHint. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jakarta.faces.component.behavior that return types with arguments of type ClientBehaviorHint Modifier and Type Method Description Set<ClientBehaviorHint>
AjaxBehavior. getHints()
Set<ClientBehaviorHint>
ClientBehavior. getHints()
Returns hints that describe the behavior of the ClientBehavior implementation.Set<ClientBehaviorHint>
ClientBehaviorBase. getHints()
Default implementation ofClientBehavior.getHints()
.