Interface EditableValueHolderAttachedObjectHandler
- All Superinterfaces:
AttachedObjectHandler, ValueHolderAttachedObjectHandler
- All Known Implementing Classes:
ValidatorHandler
A VDL handler that exposes Validator or
ValueChangeListener to a page author. The default implementation of Facelets
must provide an implemention of this in the handler for the <f:validator> (and any tags for any of
the standard validators) and <f:valueChangeListener> tags.
- Since:
- 2.0
-
Method Summary
Methods inherited from interface AttachedObjectHandler
applyAttachedObject, getForModifier and TypeMethodDescriptionvoidapplyAttachedObject(FacesContext context, UIComponent parent) Take the argumentparentand apply this attached object to it.getFor()Return the value of the "for" attribute specified by the page author on the tag for thisAttachedObjectHandler.