Class ValueChangeListenerHandler
- java.lang.Object
- 
- jakarta.faces.view.facelets.TagHandler
- 
- org.apache.myfaces.view.facelets.tag.faces.core.ValueChangeListenerHandler
 
 
- 
- All Implemented Interfaces:
- AttachedObjectHandler,- EditableValueHolderAttachedObjectHandler,- FaceletHandler,- ValueHolderAttachedObjectHandler
 
 @JSFFaceletTag(name="f:valueChangeListener", bodyContent="empty") public final class ValueChangeListenerHandler extends TagHandler implements EditableValueHolderAttachedObjectHandlerRegister an ValueChangeListener instance on the UIComponent associated with the closest parent UIComponent custom action.- Version:
- $Id$
- Author:
- Jacob Hookom
 
- 
- 
Field Summary- 
Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
 
- 
 - 
Constructor SummaryConstructors Constructor Description ValueChangeListenerHandler(TagConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)See taglib documentation.voidapplyAttachedObject(FacesContext context, UIComponent parent)StringgetFor()- 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ValueChangeListenerHandlerpublic ValueChangeListenerHandler(TagConfig config) 
 
- 
 - 
Method Detail- 
applypublic void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException See taglib documentation. See jakarta.faces.view.facelets.FaceletHandler#apply(jakarta.faces.view.facelets.FaceletContext, jakarta.faces.component.UIComponent)- Specified by:
- applyin interface- FaceletHandler
- Throws:
- IOException
- FacesException
- FaceletException
- jakarta.el.ELException
 
 - 
applyAttachedObjectpublic void applyAttachedObject(FacesContext context, UIComponent parent) - Specified by:
- applyAttachedObjectin interface- AttachedObjectHandler
 
 - 
getFor@JSFFaceletAttribute public String getFor() - Specified by:
- getForin interface- AttachedObjectHandler
 
 
- 
 
-