Uses of Interface
jakarta.faces.component.StateHolder
- 
Packages that use StateHolder Package Description jakarta.faces.component jakarta.faces.component.behavior jakarta.faces.component.html jakarta.faces.convert jakarta.faces.event jakarta.faces.validator 
- 
- 
Uses of StateHolder in jakarta.faces.componentSubinterfaces of StateHolder in jakarta.faces.component Modifier and Type Interface Description interfacePartialStateHolderinterfaceStateHelperClasses in jakarta.faces.component that implement StateHolder Modifier and Type Class Description classUIColumnsee Javadoc of JSF SpecificationclassUICommandUICommand is a base abstraction for components that implement ActionSource.classUIComponentsee Javadoc of J SF SpecificationclassUIComponentBaseStandard implementation of the UIComponent base class; all standard JSF components extend this class.classUIDataRepresents an abstraction of a component which has multiple "rows" of data.classUIFormsee Javadoc of JSF SpecificationclassUIGraphicDisplays a graphical image.classUIImportConstantsclassUIInputUICommand is a base abstraction for components that implement ActionSource.classUIMessageclassUIMessagesclassUINamingContainerBase class for components that provide a new "namespace" for the ids of their child components.classUIOutcomeTargetclassUIOutputDisplays a value to the user.classUIPanelclassUIParameterclassUISelectBooleanA component that allows the user to select or unselect an object.classUISelectItemclassUISelectItemGroupsclassUISelectItemsclassUISelectManyBase class for the various component classes that allow a user to select zero or more options from a set.classUISelectOneComponent for choosing one option out of a set of possibilities.classUIViewActionclassUIViewParameterTODO: documentation on jsp and pld are not the same.classUIViewRootCreates a JSF View, which is a container that holds all of the components that are part of the view.classUIWebsocket
- 
Uses of StateHolder in jakarta.faces.component.behaviorClasses in jakarta.faces.component.behavior that implement StateHolder Modifier and Type Class Description classAjaxBehaviorclassBehaviorBaseclassClientBehaviorBase
- 
Uses of StateHolder in jakarta.faces.component.htmlClasses in jakarta.faces.component.html that implement StateHolder Modifier and Type Class Description classHtmlBodyclassHtmlColumnclassHtmlCommandButtonclassHtmlCommandLinkclassHtmlCommandScriptclassHtmlDataTableclassHtmlDoctypeclassHtmlFormclassHtmlGraphicImageclassHtmlHeadclassHtmlInputFileclassHtmlInputHiddenRenders as an HTML input tag with its type set to "hidden".classHtmlInputSecretclassHtmlInputTextclassHtmlInputTextareaclassHtmlMessageclassHtmlMessagesclassHtmlOutcomeTargetButtonclassHtmlOutcomeTargetLinkclassHtmlOutputFormatclassHtmlOutputLabelclassHtmlOutputLinkclassHtmlOutputTextclassHtmlPanelGridclassHtmlPanelGroupclassHtmlSelectBooleanCheckboxclassHtmlSelectManyCheckboxclassHtmlSelectManyListboxclassHtmlSelectManyMenuclassHtmlSelectOneListboxclassHtmlSelectOneMenuclassHtmlSelectOneRadio
- 
Uses of StateHolder in jakarta.faces.convertClasses in jakarta.faces.convert that implement StateHolder Modifier and Type Class Description classDateTimeConverterThis tag associates a date time converter with the nearest parent UIComponent.classEnumConvertersee Javadoc of JSF SpecificationclassNumberConverterThis 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 StateHolder Modifier and Type Class Description classMethodExpressionActionListenerclassMethodExpressionValueChangeListener
- 
Uses of StateHolder in jakarta.faces.validatorClasses in jakarta.faces.validator that implement StateHolder Modifier and Type Class Description classBeanValidatorBeanValidator is aValidatorthat doesn't do any validation itself, but delegates validation logic to Bean Validation.classDoubleRangeValidatorCreates a validator and associateds it with the nearest parent UIComponent.classLengthValidatorCreates a validator and associateds it with the nearest parent UIComponent.classLongRangeValidatorCreates a validator and associateds it with the nearest parent UIComponent.classMethodExpressionValidatorsee Javadoc of JSF SpecificationclassRegexValidatorRegexValidator is aValidatorthat checks the value of the corresponding component against specified pattern using Java regular expression syntax.
 
-