public class RenderFacetHandler
extends javax.faces.view.facelets.ComponentHandler
| Constructor and Description |
|---|
RenderFacetHandler(javax.faces.view.facelets.ComponentConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComponentPopulated(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent c,
javax.faces.component.UIComponent parent)
This method is guaranteed to be called after the component has been populated with children. |
createComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentCreatedapply, applyNextHandler, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributespublic RenderFacetHandler(javax.faces.view.facelets.ComponentConfig config)
public void onComponentPopulated(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent c,
javax.faces.component.UIComponent parent)
javax.faces.view.facelets.ComponentHandlerThis method is guaranteed to be called after the component has been populated with children.
onComponentPopulated in class javax.faces.view.facelets.ComponentHandlerctx - the FaceletContext for this view executionc - the UIComponent that has just been
populated with children.parent - the parent UIComponent of the
component represented by this element instance.Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.