public final class ValueChangeListenerHandler extends TagHandlerImpl implements jakarta.faces.view.EditableValueHolderAttachedObjectHandler
| Constructor and Description |
|---|
ValueChangeListenerHandler(jakarta.faces.view.facelets.TagConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent)
See taglib documentation.
|
void |
applyAttachedObject(jakarta.faces.context.FacesContext context,
jakarta.faces.component.UIComponent parent)
Take the argument |
String |
getFor()
Return the value of the "for" attribute specified by the page author on the tag for this
|
findNextByType, findNextByTypepublic ValueChangeListenerHandler(jakarta.faces.view.facelets.TagConfig config)
public void apply(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent)
throws IOException
apply in interface jakarta.faces.view.facelets.FaceletHandlerctx - the current FaceletContext instance for this executionparent - the parent UIComponent to operate uponIOException - if unable to load relativePathpublic void applyAttachedObject(jakarta.faces.context.FacesContext context,
jakarta.faces.component.UIComponent parent)
jakarta.faces.view.AttachedObjectHandler
Take the argument parent and apply this attached object to it. The action taken varies with class that
implements one of the subinterfaces of this interface.
applyAttachedObject in interface jakarta.faces.view.AttachedObjectHandlercontext - The FacesContext for this requestparent - The UIComponent to which this particular attached object must be applied.public String getFor()
jakarta.faces.view.AttachedObjectHandler
Return the value of the "for" attribute specified by the page author on the tag for this
AttachedObjectHandler.
getFor in interface jakarta.faces.view.AttachedObjectHandlerCopyright © 2010–2022 JBoss by Red Hat. All rights reserved.