public final class ValueChangeListenerHandler extends TagHandlerImpl implements javax.faces.view.EditableValueHolderAttachedObjectHandler
Modifier and Type | Class and Description |
---|---|
private static class |
ValueChangeListenerHandler.LazyValueChangeListener |
Modifier and Type | Field and Description |
---|---|
private javax.faces.view.facelets.TagAttribute |
binding |
private java.lang.String |
listenerType |
private javax.faces.view.facelets.TagAttribute |
typeAttribute |
Constructor and Description |
---|
ValueChangeListenerHandler(javax.faces.view.facelets.TagConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
See taglib documentation.
|
void |
applyAttachedObject(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent parent) |
private void |
checkType(java.lang.String type) |
java.lang.String |
getFor() |
findNextByType, findNextByType
private final javax.faces.view.facelets.TagAttribute binding
private final java.lang.String listenerType
private final javax.faces.view.facelets.TagAttribute typeAttribute
public ValueChangeListenerHandler(javax.faces.view.facelets.TagConfig config)
public void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent) throws java.io.IOException
apply
in interface javax.faces.view.facelets.FaceletHandler
java.io.IOException
public void applyAttachedObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent parent)
applyAttachedObject
in interface javax.faces.view.AttachedObjectHandler
public java.lang.String getFor()
getFor
in interface javax.faces.view.AttachedObjectHandler
private void checkType(java.lang.String type)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.