Uses of Interface
jakarta.faces.component.ContextCallback
-
Uses of ContextCallback in jakarta.faces.component
Modifier and TypeMethodDescriptionboolean
UIComponent.invokeOnComponent
(FacesContext context, String clientId, ContextCallback callback) Starting at this component in the View hierarchy, search for a component with aclientId
equal to the argumentclientId
and, if found, call theinvokeContextCallback(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent)
method on the argumentcallback
, passing the currentFacesContext
and the found component as arguments.boolean
UIComponentBase.invokeOnComponent
(FacesContext context, String clientId, ContextCallback callback) Starting at this component in the View hierarchy, search for a component with aclientId
equal to the argumentclientId
and, if found, call theinvokeContextCallback(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent)
method on the argumentcallback
, passing the currentFacesContext
and the found component as arguments.boolean
UIData.invokeOnComponent
(FacesContext context, String clientId, ContextCallback callback) Override behavior fromUIComponentBase.invokeOnComponent(jakarta.faces.context.FacesContext, java.lang.String, jakarta.faces.component.ContextCallback)
to provide special care for positioning the data properly before finding the component and invoking the callback on it.boolean
UIForm.invokeOnComponent
(FacesContext context, String clientId, ContextCallback callback) -
Uses of ContextCallback in jakarta.faces.component.search
Modifier and TypeMethodDescriptionSearchKeywordContext.getCallback()
Returns theContextCallback
for the current request.Modifier and TypeMethodDescriptionabstract void
SearchExpressionHandler.invokeOnComponent
(SearchExpressionContext searchExpressionContext, UIComponent previous, String expression, ContextCallback callback) Resolves multipleUIComponent
s for the given expression.void
SearchExpressionHandler.invokeOnComponent
(SearchExpressionContext searchExpressionContext, String expression, ContextCallback callback) Resolves multipleUIComponent
s for the given expression.void
SearchExpressionHandlerWrapper.invokeOnComponent
(SearchExpressionContext searchExpressionContext, UIComponent previous, String expression, ContextCallback callback) void
SearchExpressionHandlerWrapper.invokeOnComponent
(SearchExpressionContext searchExpressionContext, String expression, ContextCallback callback) abstract void
SearchExpressionHandler.resolveComponent
(SearchExpressionContext searchExpressionContext, String expression, ContextCallback callback) Resolves a singleUIComponent
s for the given expression.void
SearchExpressionHandlerWrapper.resolveComponent
(SearchExpressionContext searchExpressionContext, String expression, ContextCallback callback) abstract void
SearchExpressionHandler.resolveComponents
(SearchExpressionContext searchExpressionContext, String expressions, ContextCallback callback) Resolves multipleUIComponent
s for the given expression(s).void
SearchExpressionHandlerWrapper.resolveComponents
(SearchExpressionContext searchExpressionContext, String expressions, ContextCallback callback) ModifierConstructorDescriptionSearchKeywordContext
(SearchExpressionContext searchExpressionContext, ContextCallback callback, String remainingExpression) Construct a new context with the given arguments.