Uses of Enum Class
jakarta.faces.component.visit.VisitHint
Packages that use VisitHint
Package
Description
-
Uses of VisitHint in jakarta.faces.component
Methods in jakarta.faces.component with parameters of type VisitHintModifier and TypeMethodDescriptionvoidUIViewRoot.resetValues(FacesContext context, Collection<String> clientIds, boolean clearModel, VisitHint... visitHints) UseUIComponent.visitTree(VisitContext, VisitCallback)to visit the clientIds with the given visit hints, if any, and, if the node is an instance ofEditableValueHolder, call itsEditableValueHolder.resetValue()method, and, ifclearModelis true, then invokeValueHolder.setValue(Object)with value ofnull, followed byUIInput.updateModel(FacesContext).voidUIViewRoot.resetValues(FacesContext context, Collection<String> clientIds, VisitHint... visitHints) UseUIComponent.visitTree(VisitContext, VisitCallback)to visit the clientIds with the given visit hints, if any, and, if the node is an instance ofEditableValueHolder, call itsEditableValueHolder.resetValue()method. -
Uses of VisitHint in jakarta.faces.component.search
Methods in jakarta.faces.component.search that return types with arguments of type VisitHintModifier and TypeMethodDescriptionSearchExpressionContext.getVisitHints()Returns hints that influence the behavior of the tree visit, if it's used by anSearchKeywordResolverimplementation. -
Uses of VisitHint in jakarta.faces.component.visit
Subclasses with type arguments of type VisitHint in jakarta.faces.component.visitModifier and TypeClassDescriptionenumAn enum that specifies hints that impact the behavior of a component tree visit.Methods in jakarta.faces.component.visit that return VisitHintModifier and TypeMethodDescriptionstatic VisitHintReturns the enum constant of this class with the specified name.static VisitHint[]VisitHint.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jakarta.faces.component.visit that return types with arguments of type VisitHintModifier and TypeMethodDescriptionVisitContext.getHints()Returns hints that influence the behavior of the tree visit.VisitContextWrapper.getHints()Method parameters in jakarta.faces.component.visit with type arguments of type VisitHintModifier and TypeMethodDescriptionstatic VisitContextVisitContext.createVisitContext(FacesContext context, Collection<String> ids, Set<VisitHint> hints) Returns a VisitContext instance that is initialized with the specified ids and hintsfor use withUIComponent.visitTree(VisitContext, VisitCallback).abstract VisitContextVisitContextFactory.getVisitContext(FacesContext context, Collection<String> ids, Set<VisitHint> hints) Return a newVisitContextinstance.