Uses of Interface
jakarta.faces.view.AttachedObjectHandler
-
Packages that use AttachedObjectHandler Package Description com.sun.faces.application.view com.sun.faces.facelets.tag.faces 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 AttachedObjectHandler in com.sun.faces.application.view
Method parameters in com.sun.faces.application.view with type arguments of type AttachedObjectHandler Modifier and Type Method Description voidFaceletViewHandlingStrategy. retargetAttachedObjects(FacesContext context, UIComponent topLevelComponent, List<AttachedObjectHandler> handlers) -
Uses of AttachedObjectHandler in com.sun.faces.facelets.tag.faces
Classes in com.sun.faces.facelets.tag.faces that implement AttachedObjectHandler Modifier and Type Class Description classConverterTagHandlerDelegateImplclassValidatorTagHandlerDelegateImplMethods in com.sun.faces.facelets.tag.faces that return types with arguments of type AttachedObjectHandler Modifier and Type Method Description static List<AttachedObjectHandler>CompositeComponentTagHandler. getAttachedObjectHandlers(UIComponent component)static List<AttachedObjectHandler>CompositeComponentTagHandler. getAttachedObjectHandlers(UIComponent component, boolean create) -
Uses of AttachedObjectHandler in com.sun.faces.facelets.tag.faces.core
Classes in com.sun.faces.facelets.tag.faces.core that implement AttachedObjectHandler Modifier and Type Class Description classActionListenerHandlerRegister an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action.classActionListenerHandlerBaseRegister an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action.classAjaxHandlerEnable one or more components in the view to perform Ajax operations.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.classResetValuesHandlerclassSetPropertyActionListenerHandlerclassValidateDelegateHandlerRegister 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 AttachedObjectHandler in jakarta.faces.view
Subinterfaces of AttachedObjectHandler in jakarta.faces.view Modifier and Type Interface Description interfaceActionSource2AttachedObjectHandlerA VDL handler that exposesActionListenerto a page author.interfaceBehaviorHolderAttachedObjectHandlerRepresent an attached object that is aBehaviorHolderin a VDL page.interfaceEditableValueHolderAttachedObjectHandlerA VDL handler that exposesValidatororValueChangeListenerto a page author.interfaceValueHolderAttachedObjectHandlerA VDL handler that exposesConverterto a page author.Method parameters in jakarta.faces.view with type arguments of type AttachedObjectHandler Modifier and Type Method Description voidViewDeclarationLanguage. retargetAttachedObjects(FacesContext context, UIComponent topLevelComponent, List<AttachedObjectHandler> handlers)Assuming the component metadata for argumenttopLevelComponenthas been made available by an earlier call toViewDeclarationLanguage.getComponentMetadata(jakarta.faces.context.FacesContext, jakarta.faces.application.Resource), leverage the component metadata for the purpose of re-targeting attached objects from the top level composite component to the individualAttachedObjectTargetinstances inside the composite component.voidViewDeclarationLanguageWrapper. retargetAttachedObjects(FacesContext context, UIComponent topLevelComponent, List<AttachedObjectHandler> handlers) -
Uses of AttachedObjectHandler in jakarta.faces.view.facelets
Classes in jakarta.faces.view.facelets that implement AttachedObjectHandler Modifier and Type Class Description classBehaviorHandlerTheFaceletHandlerthat corresponds to attached objects that represent an instance ofClientBehaviorthat must be added to the parent component, which must implementClientBehaviorHolder, with a call toClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior).classConverterHandlerHandles setting aConverterinstance on aValueHolderparent.classFaceletsAttachedObjectHandlerRoot class for all tag handlers that represent attached objetcts in a Facelets page.classValidatorHandlerHandles setting aValidatorinstance on anEditableValueHolderparent.Methods in jakarta.faces.view.facelets that return AttachedObjectHandler Modifier and Type Method Description protected AttachedObjectHandlerFaceletsAttachedObjectHandler. getAttachedObjectHandlerHelper()Return the underlying handler for this tag handler instance.
-