Package com.softwareag.caf.controls.mwsx
Class PeoplePickerDialogHandler
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
com.webmethods.caf.faces.component.search.SearchBarHandler
com.softwareag.caf.controls.mwsx.PeoplePickerDialogHandler
- All Implemented Interfaces:
FaceletHandler
Subclass the facelet tag handler to deal with the MethodBinding property of
the control type and compatibility issues.
-
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
Override to move the controls around before the children are populated by facelets.protected MetaRuleset
createMetaRuleset
(Class type) Methods inherited from class com.webmethods.caf.faces.component.DynamicControlHandler
onComponentPopulated
Methods inherited from class javax.faces.view.facelets.ComponentHandler
createComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentCreated
Methods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
apply, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
Methods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
PeoplePickerDialogHandler
- Parameters:
config
-
-
-
Method Details
-
applyNextHandler
public void applyNextHandler(FaceletContext ctx, UIComponent c) throws IOException, FacesException, ELException Override to move the controls around before the children are populated by facelets.- Overrides:
applyNextHandler
in classSearchBarHandler
- Throws:
IOException
FacesException
ELException
-
createMetaRuleset
- Overrides:
createMetaRuleset
in classSearchBarHandler
-