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 classConvertDateTimeHandlerRegister a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action.classConvertDelegateHandlerRegister a named Converter instance on the UIComponent associated with the closest parent UIComponent custom action.classConvertNumberHandlerRegister a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action.classValidateDelegateHandlerRegister a named Validator instance on the UIComponent associated with the closest parent UIComponent custom action.classValueChangeListenerHandlerRegister 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 interfaceEditableValueHolderAttachedObjectHandlerA VDL handler that exposesValidatororValueChangeListenerto 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 classConverterHandlerHandles setting aConverterinstance on aValueHolderparent.classValidatorHandlerHandles setting aValidatorinstance on anEditableValueHolderparent.