Uses of Interface
jakarta.faces.view.ValueHolderAttachedObjectHandler
Package | Description |
---|---|
com.sun.faces.facelets.tag.jsf.core | |
jakarta.faces.view | |
jakarta.faces.view.facelets |
-
Uses of ValueHolderAttachedObjectHandler in com.sun.faces.facelets.tag.jsf.core
Classes in com.sun.faces.facelets.tag.jsf.core that implement ValueHolderAttachedObjectHandler Modifier and Type Class Description class
ConvertDateTimeHandler
Register a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action.class
ConvertDelegateHandler
Register a named Converter instance on the UIComponent associated with the closest parent UIComponent custom action.class
ConvertNumberHandler
Register a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action.class
ValidateDelegateHandler
Register a named Validator instance on the UIComponent associated with the closest parent UIComponent custom action.class
ValueChangeListenerHandler
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.view Modifier and Type Interface Description interface
EditableValueHolderAttachedObjectHandler
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 ValueHolderAttachedObjectHandler Modifier and Type Class Description class
ConverterHandler
Handles setting aConverter
instance on aValueHolder
parent.class
ValidatorHandler
Handles setting aValidator
instance on anEditableValueHolder
parent.