Class HtmlTableColumnHandler
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.table.html.HtmlTableColumnHandler
- All Implemented Interfaces:
FaceletHandler
Subclass the facelet tag handler to deal with the auto-wrapping
of the header component with a sort link.
-
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.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, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
Methods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
HtmlTableColumnHandler
- 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 classDelegatingMetaTagHandler
- Throws:
IOException
FacesException
ELException
-