| Package | Description | 
|---|---|
| jakarta.faces.component | |
| jakarta.faces.component.search | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | UIData. invokeOnComponent(FacesContext context,
                 String clientId,
                 ContextCallback callback) | 
| boolean | UIForm. invokeOnComponent(FacesContext context,
                 String clientId,
                 ContextCallback callback) | 
| boolean | UIComponentBase. invokeOnComponent(FacesContext context,
                 String clientId,
                 ContextCallback callback)invokeOnComponentmust be implemented inUIComponentBasetoo... | 
| boolean | UIComponent. invokeOnComponent(FacesContext context,
                 String clientId,
                 ContextCallback callback)Invokes the  invokeContextCallbackmethod with the component, specified byclientId. | 
| Modifier and Type | Method and Description | 
|---|---|
| ContextCallback | SearchKeywordContext. getCallback() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SearchExpressionHandlerWrapper. invokeOnComponent(SearchExpressionContext searchExpressionContext,
                 String expression,
                 ContextCallback topCallback) | 
| void | SearchExpressionHandler. invokeOnComponent(SearchExpressionContext searchExpressionContext,
                 String expressions,
                 ContextCallback topCallback) | 
| void | SearchExpressionHandlerWrapper. invokeOnComponent(SearchExpressionContext searchExpressionContext,
                 UIComponent previous,
                 String expression,
                 ContextCallback topCallback) | 
| abstract void | SearchExpressionHandler. invokeOnComponent(SearchExpressionContext searchExpressionContext,
                 UIComponent previous,
                 String expression,
                 ContextCallback topCallback) | 
| void | SearchExpressionHandlerWrapper. resolveComponent(SearchExpressionContext searchExpressionContext,
                String expression,
                ContextCallback callback) | 
| abstract void | SearchExpressionHandler. resolveComponent(SearchExpressionContext searchExpressionContext,
                String expression,
                ContextCallback callback) | 
| void | SearchExpressionHandlerWrapper. resolveComponents(SearchExpressionContext searchExpressionContext,
                 String expressions,
                 ContextCallback callback) | 
| abstract void | SearchExpressionHandler. resolveComponents(SearchExpressionContext searchExpressionContext,
                 String expressions,
                 ContextCallback callback) | 
| Constructor and Description | 
|---|
| SearchKeywordContext(SearchExpressionContext searchExpressionContext,
                    ContextCallback callback,
                    String remainingExpression) | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.