Uses of Interface
jakarta.faces.view.ValueHolderAttachedObjectHandler
-
Packages that use ValueHolderAttachedObjectHandler Package Description com.sun.faces.facelets.tag.faces.core jakarta.faces.view Classes for defining a View Declaration Language (VDL) for authoring Jakarta Faces user interfaces.jakarta.faces.view.facelets This package contains public classes for the Java code API of Facelets. -
-
Uses of ValueHolderAttachedObjectHandler in com.sun.faces.facelets.tag.faces.core
Classes in com.sun.faces.facelets.tag.faces.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.
-