Uses of Interface
jakarta.faces.component.ContextCallback
-
Packages that use ContextCallback Package Description com.sun.faces.component.search com.sun.faces.facelets.component com.sun.faces.facelets.tag.composite jakarta.faces.component Fundamental APIs for user interface components.jakarta.faces.component.search APIs for searching for components in the component tree by using expressions. -
-
Uses of ContextCallback in com.sun.faces.component.search
Methods in com.sun.faces.component.search with parameters of type ContextCallback Modifier and Type Method Description protected voidSearchExpressionHandlerImpl. invokeKeywordResolvers(SearchExpressionContext searchExpressionContext, UIComponent previous, String keyword, String remainingExpression, ContextCallback callback)voidSearchExpressionHandlerImpl. invokeOnComponent(SearchExpressionContext searchExpressionContext, UIComponent previous, String expression, ContextCallback callback)voidSearchExpressionHandlerImpl. resolveComponent(SearchExpressionContext searchExpressionContext, String expression, ContextCallback callback)voidSearchExpressionHandlerImpl. resolveComponents(SearchExpressionContext searchExpressionContext, String expressions, ContextCallback callback) -
Uses of ContextCallback in com.sun.faces.facelets.component
Methods in com.sun.faces.facelets.component with parameters of type ContextCallback Modifier and Type Method Description booleanUIRepeat. invokeOnComponent(FacesContext faces, String clientId, ContextCallback callback) -
Uses of ContextCallback in com.sun.faces.facelets.tag.composite
Methods in com.sun.faces.facelets.tag.composite with parameters of type ContextCallback Modifier and Type Method Description booleanBehaviorHolderWrapper. invokeOnComponent(FacesContext context, String clientId, ContextCallback callback) -
Uses of ContextCallback in jakarta.faces.component
Methods in jakarta.faces.component with parameters of type ContextCallback Modifier and Type Method Description booleanUIComponent. invokeOnComponent(FacesContext context, String clientId, ContextCallback callback)Starting at this component in the View hierarchy, search for a component with aclientIdequal to the argumentclientIdand, if found, call theinvokeContextCallback(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent)method on the argumentcallback, passing the currentFacesContextand the found component as arguments.booleanUIComponentBase. invokeOnComponent(FacesContext context, String clientId, ContextCallback callback)Starting at this component in the View hierarchy, search for a component with aclientIdequal to the argumentclientIdand, if found, call theinvokeContextCallback(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent)method on the argumentcallback, passing the currentFacesContextand the found component as arguments.booleanUIData. 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.booleanUIForm. invokeOnComponent(FacesContext context, String clientId, ContextCallback callback) -
Uses of ContextCallback in jakarta.faces.component.search
Methods in jakarta.faces.component.search that return ContextCallback Modifier and Type Method Description ContextCallbackSearchKeywordContext. getCallback()Returns theContextCallbackfor the current request.Methods in jakarta.faces.component.search with parameters of type ContextCallback Modifier and Type Method Description abstract voidSearchExpressionHandler. invokeOnComponent(SearchExpressionContext searchExpressionContext, UIComponent previous, String expression, ContextCallback callback)Resolves multipleUIComponents for the given expression.voidSearchExpressionHandler. invokeOnComponent(SearchExpressionContext searchExpressionContext, String expression, ContextCallback callback)Resolves multipleUIComponents for the given expression.voidSearchExpressionHandlerWrapper. invokeOnComponent(SearchExpressionContext searchExpressionContext, UIComponent previous, String expression, ContextCallback callback)voidSearchExpressionHandlerWrapper. invokeOnComponent(SearchExpressionContext searchExpressionContext, String expression, ContextCallback callback)abstract voidSearchExpressionHandler. resolveComponent(SearchExpressionContext searchExpressionContext, String expression, ContextCallback callback)Resolves a singleUIComponents for the given expression.voidSearchExpressionHandlerWrapper. resolveComponent(SearchExpressionContext searchExpressionContext, String expression, ContextCallback callback)abstract voidSearchExpressionHandler. resolveComponents(SearchExpressionContext searchExpressionContext, String expressions, ContextCallback callback)Resolves multipleUIComponents for the given expression(s).voidSearchExpressionHandlerWrapper. resolveComponents(SearchExpressionContext searchExpressionContext, String expressions, ContextCallback callback)Constructors in jakarta.faces.component.search with parameters of type ContextCallback Constructor Description SearchKeywordContext(SearchExpressionContext searchExpressionContext, ContextCallback callback, String remainingExpression)Construct a new context with the given arguments.
-