Package | Description |
---|---|
javax.faces.component |
Fundamental APIs for user
interface components.
|
javax.faces.component.search |
APIs for searching for components in the component tree by using expressions. |
Modifier and Type | Method and Description |
---|---|
boolean |
UIData.invokeOnComponent(FacesContext context,
String clientId,
ContextCallback callback)
Override behavior from
UIComponentBase.invokeOnComponent(javax.faces.context.FacesContext, java.lang.String, javax.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(javax.faces.context.FacesContext, javax.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(javax.faces.context.FacesContext, javax.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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.