Class DynamicControlHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
javax.faces.view.facelets.MetaTagHandler
javax.faces.view.facelets.DelegatingMetaTagHandler
javax.faces.view.facelets.ComponentHandler
com.webmethods.caf.faces.component.DynamicControlHandler
- All Implemented Interfaces:
FaceletHandler
- Direct Known Subclasses:
DataListHandler
,DragAndDropFileInputHandler
,HtmlTableColumnHandler
,PeopleSwapBoxHandler
,ResourcePickerModalDialogHandler
,SearchBarHandler
Subclass the facelet tag handler to deal with compatibility issues
with the controls that manipulate the component tree
-
Field Summary
Fields inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
delegateFactory
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onComponentPopulated
(FaceletContext ctx, UIComponent c, UIComponent parent) Override to ensure that the dynamic components are loaded.Methods inherited from class javax.faces.view.facelets.ComponentHandler
createComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentCreated
Methods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
apply, applyNextHandler, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
Methods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
DynamicControlHandler
- Parameters:
config
-
-
-
Method Details
-
onComponentPopulated
Override to ensure that the dynamic components are loaded.- Overrides:
onComponentPopulated
in classComponentHandler
-