public class RenderFacetHandler extends ComponentHandler
delegateFactorynextHandler, tag, tagId| Constructor and Description |
|---|
RenderFacetHandler(ComponentConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComponentPopulated(FaceletContext ctx,
UIComponent c,
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, setAttributesgetAttribute, getRequiredAttribute, toStringpublic RenderFacetHandler(ComponentConfig config)
public void onComponentPopulated(FaceletContext ctx, UIComponent c, UIComponent parent)
ComponentHandlerThis method is guaranteed to be called after the component has been populated with children.
onComponentPopulated in class 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 © 1997–2019 Eclipse Foundation. All rights reserved.