Uses of Interface
jakarta.faces.view.ValueHolderAttachedObjectHandler
Package
Description
-
Uses of ValueHolderAttachedObjectHandler in com.sun.faces.facelets.tag.faces.core
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
A VDL handler that exposesValidator
orValueChangeListener
to a page author. -
Uses of ValueHolderAttachedObjectHandler in jakarta.faces.view.facelets
Modifier and TypeClassDescriptionclass
Handles setting aConverter
instance on aValueHolder
parent.class
Handles setting aValidator
instance on anEditableValueHolder
parent.