|
Préférences
Moteurs de recherche
|
|||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.faces.component
|
Method Summary | |
---|---|
void |
invokeContextCallback(FacesContext context,
UIComponent target)
This method will be called by an implementation of UIComponent.invokeOnComponent(javax.faces.context.FacesContext, java.lang.String, javax.faces.component.ContextCallback) and must be passed the component
with the clientId given as an argument to
invokeOnComponent . |
Method Detail |
---|
void invokeContextCallback(FacesContext context, UIComponent target)
This method will be called by an implementation of UIComponent.invokeOnComponent(javax.faces.context.FacesContext, java.lang.String, javax.faces.component.ContextCallback)
and must be passed the component
with the clientId
given as an argument to
invokeOnComponent
. At the point in time when this
method is called, the argument target
is guaranteed
to be in the proper state with respect to its ancestors in the
View.
context
- the FacesContext
for this request.target
- the UIComponent
that was located by
clientId
by a call to UIComponent.invokeOnComponent(javax.faces.context.FacesContext, java.lang.String, javax.faces.component.ContextCallback)
.