Uses of Interface
jakarta.faces.component.StateHolder
Packages that use StateHolder
Package
Description
- 
Uses of StateHolder in jakarta.faces.componentSubinterfaces of StateHolder in jakarta.faces.componentClasses in jakarta.faces.component that implement StateHolderModifier and TypeClassDescriptionclasssee Javadoc of Faces SpecificationclassUICommand is a base abstraction for components that implement ActionSource.classsee Javadoc of J SF SpecificationclassStandard implementation of the UIComponent base class; all standard Faces components extend this class.classRepresents an abstraction of a component which has multiple "rows" of data.classsee Javadoc of Faces SpecificationclassDisplays a graphical image.classclassUICommand is a base abstraction for components that implement ActionSource.classclassclassBase class for components that provide a new "namespace" for the ids of their child components.classclassDisplays a value to the user.classclassclassA component that allows the user to select or unselect an object.classclassclassclassclassBase class for the various component classes that allow a user to select zero or more options from a set.classComponent for choosing one option out of a set of possibilities.classclassTODO: documentation on jsp and pld are not the same.classCreates a Faces View, which is a container that holds all of the components that are part of the view.class
- 
Uses of StateHolder in jakarta.faces.component.behaviorClasses in jakarta.faces.component.behavior that implement StateHolder
- 
Uses of StateHolder in jakarta.faces.component.htmlClasses in jakarta.faces.component.html that implement StateHolderModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassRenders as an HTML input tag with its type set to "hidden".classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass
- 
Uses of StateHolder in jakarta.faces.convertClasses in jakarta.faces.convert that implement StateHolderModifier and TypeClassDescriptionclassThis tag associates a date time converter with the nearest parent UIComponent.classsee Javadoc of Faces SpecificationclassThis tag creates a number formatting converter and associates it with the nearest parent UIComponent.
- 
Uses of StateHolder in jakarta.faces.eventClasses in jakarta.faces.event that implement StateHolderModifier and TypeClassDescriptionclassclass
- 
Uses of StateHolder in jakarta.faces.validatorClasses in jakarta.faces.validator that implement StateHolderModifier and TypeClassDescriptionclassBeanValidator is aValidatorthat doesn't do any validation itself, but delegates validation logic to Bean Validation.classCreates a validator and associateds it with the nearest parent UIComponent.classCreates a validator and associateds it with the nearest parent UIComponent.classCreates a validator and associateds it with the nearest parent UIComponent.classsee Javadoc of Faces SpecificationclassRegexValidator is aValidatorthat checks the value of the corresponding component against specified pattern using Java regular expression syntax.