Uses of Interface
jakarta.faces.view.ValueHolderAttachedObjectHandler
Packages that use ValueHolderAttachedObjectHandler
Package
Description
-
Uses of ValueHolderAttachedObjectHandler in com.sun.faces.facelets.tag.faces.core
Classes in com.sun.faces.facelets.tag.faces.core that implement ValueHolderAttachedObjectHandlerModifier and TypeClassDescriptionfinal class
Register a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action.final class
Register a named Converter instance on the UIComponent associated with the closest parent UIComponent custom action.final class
Register a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action.final class
Register a named Validator instance on the UIComponent associated with the closest parent UIComponent custom action.final class
Register an ValueChangeListener instance on the UIComponent associated with the closest parent UIComponent custom action. -
Uses of ValueHolderAttachedObjectHandler in jakarta.faces.view
Subinterfaces of ValueHolderAttachedObjectHandler in jakarta.faces.viewModifier and TypeInterfaceDescriptioninterface
A VDL handler that exposesValidator
orValueChangeListener
to a page author. -
Uses of ValueHolderAttachedObjectHandler in jakarta.faces.view.facelets
Classes in jakarta.faces.view.facelets that implement ValueHolderAttachedObjectHandlerModifier and TypeClassDescriptionclass
Handles setting aConverter
instance on aValueHolder
parent.class
Handles setting aValidator
instance on anEditableValueHolder
parent.