|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextCallback
A simple callback interace that enables taking action on a specific UIComponent (either facet or child) in the view while preserving any contextual state for that component instance in the view.
Method Summary | |
---|---|
void |
invokeContextCallback(FacesContext context,
UIComponent target)
This method will be called by an implementation of UIComponent#invokeOnComponent 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
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
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41