Package | Description |
---|---|
jakarta.faces.component | |
jakarta.faces.component.search |
Modifier and Type | Method and Description |
---|---|
boolean |
UIData.invokeOnComponent(FacesContext context,
String clientId,
ContextCallback callback)
Override behavior from
UIComponentBase.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 |
UIComponentBase.invokeOnComponent(FacesContext context,
String clientId,
ContextCallback callback)
Starting at this component in the View hierarchy, search for a component
with a
clientId equal to the argument clientId and, if found, call the
invokeContextCallback(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent) method on the argument callback , passing the current
FacesContext and the found component as arguments. |
boolean |
UIComponent.invokeOnComponent(FacesContext context,
String clientId,
ContextCallback callback)
Starting at this component in the View hierarchy, search for a component
with a
clientId equal to the argument clientId and, if found, call the
invokeContextCallback(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent) method on the argument callback , passing the current
FacesContext and the found component as arguments. |
Modifier and Type | Method and Description |
---|---|
ContextCallback |
SearchKeywordContext.getCallback()
Returns the |
Modifier and Type | Method and Description |
---|---|
void |
SearchExpressionHandlerWrapper.invokeOnComponent(SearchExpressionContext searchExpressionContext,
String expression,
ContextCallback callback) |
void |
SearchExpressionHandler.invokeOnComponent(SearchExpressionContext searchExpressionContext,
String expression,
ContextCallback callback)
Resolves multiple |
void |
SearchExpressionHandlerWrapper.invokeOnComponent(SearchExpressionContext searchExpressionContext,
UIComponent previous,
String expression,
ContextCallback callback) |
abstract void |
SearchExpressionHandler.invokeOnComponent(SearchExpressionContext searchExpressionContext,
UIComponent previous,
String expression,
ContextCallback callback)
Resolves multiple |
void |
SearchExpressionHandlerWrapper.resolveComponent(SearchExpressionContext searchExpressionContext,
String expression,
ContextCallback callback) |
abstract void |
SearchExpressionHandler.resolveComponent(SearchExpressionContext searchExpressionContext,
String expression,
ContextCallback callback)
Resolves a single |
void |
SearchExpressionHandlerWrapper.resolveComponents(SearchExpressionContext searchExpressionContext,
String expressions,
ContextCallback callback) |
abstract void |
SearchExpressionHandler.resolveComponents(SearchExpressionContext searchExpressionContext,
String expressions,
ContextCallback callback)
Resolves multiple |
Constructor and Description |
---|
SearchKeywordContext(SearchExpressionContext searchExpressionContext,
ContextCallback callback,
String remainingExpression)
Construct a new context with the given arguments. |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.