|
RichFaces UI Components UI 4.3.3.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.component.event.PreRenderParentListener
public abstract class PreRenderParentListener
Listener takes component to be processed before parent component is rendered.
The parent does not need to be parent component, but given component will be searched for in context of parent component by
its id using UIComponent.findComponent(String).
The listener for PreRenderComponentEvent will be automatically bound to parent component.
| Constructor Summary | |
|---|---|
PreRenderParentListener(javax.faces.component.UIComponent parent,
javax.faces.component.UIComponent component)
|
|
| Method Summary | |
|---|---|
protected abstract void |
preRenderParent(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
Will be processed before the component which this event is registered to is rendered |
void |
processEvent(javax.faces.event.ComponentSystemEvent event)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreRenderParentListener(javax.faces.component.UIComponent parent,
javax.faces.component.UIComponent component)
| Method Detail |
|---|
protected abstract void preRenderParent(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
public void processEvent(javax.faces.event.ComponentSystemEvent event)
throws javax.faces.event.AbortProcessingException
processEvent in interface javax.faces.event.ComponentSystemEventListenerjavax.faces.event.AbortProcessingException
|
RichFaces UI Components UI 4.3.3.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||