Uses of Interface
jakarta.faces.component.StateHolder
Packages that use StateHolder
Package
Description
-
Uses of StateHolder in jakarta.faces.component
Subinterfaces of StateHolder in jakarta.faces.componentClasses in jakarta.faces.component that implement StateHolderModifier and TypeClassDescriptionclass
see Javadoc of Faces Specificationclass
UICommand is a base abstraction for components that implement ActionSource.class
see Javadoc of J SF Specificationclass
Standard implementation of the UIComponent base class; all standard Faces components extend this class.class
Represents an abstraction of a component which has multiple "rows" of data.class
see Javadoc of Faces Specificationclass
Displays a graphical image.class
class
UICommand is a base abstraction for components that implement ActionSource.class
class
class
Base class for components that provide a new "namespace" for the ids of their child components.class
class
Displays a value to the user.class
class
class
A component that allows the user to select or unselect an object.class
class
class
class
class
Base class for the various component classes that allow a user to select zero or more options from a set.class
Component for choosing one option out of a set of possibilities.class
class
TODO: documentation on jsp and pld are not the same.class
Creates 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.behavior
Classes in jakarta.faces.component.behavior that implement StateHolder -
Uses of StateHolder in jakarta.faces.component.html
Classes in jakarta.faces.component.html that implement StateHolderModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
Renders as an HTML input tag with its type set to "hidden".class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of StateHolder in jakarta.faces.convert
Classes in jakarta.faces.convert that implement StateHolderModifier and TypeClassDescriptionclass
This tag associates a date time converter with the nearest parent UIComponent.class
see Javadoc of Faces Specificationclass
This tag creates a number formatting converter and associates it with the nearest parent UIComponent. -
Uses of StateHolder in jakarta.faces.event
Classes in jakarta.faces.event that implement StateHolderModifier and TypeClassDescriptionclass
class
-
Uses of StateHolder in jakarta.faces.validator
Classes in jakarta.faces.validator that implement StateHolderModifier and TypeClassDescriptionclass
BeanValidator is aValidator
that doesn't do any validation itself, but delegates validation logic to Bean Validation.class
Creates a validator and associateds it with the nearest parent UIComponent.class
Creates a validator and associateds it with the nearest parent UIComponent.class
Creates a validator and associateds it with the nearest parent UIComponent.class
see Javadoc of Faces Specificationclass
RegexValidator is aValidator
that checks the value of the corresponding component against specified pattern using Java regular expression syntax.