Uses of Interface
jakarta.faces.component.EditableValueHolder
- 
Packages that use EditableValueHolder Package Description jakarta.faces.component jakarta.faces.component.html 
- 
- 
Uses of EditableValueHolder in jakarta.faces.componentClasses in jakarta.faces.component that implement EditableValueHolder Modifier and Type Class Description classUIInputUICommand is a base abstraction for components that implement ActionSource.classUISelectBooleanA component that allows the user to select or unselect an object.classUISelectManyBase 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.classUIViewParameterTODO: documentation on jsp and pld are not the same.
- 
Uses of EditableValueHolder in jakarta.faces.component.htmlClasses in jakarta.faces.component.html that implement EditableValueHolder Modifier and Type Class Description classHtmlInputFileclassHtmlInputHiddenRenders as an HTML input tag with its type set to "hidden".classHtmlInputSecretclassHtmlInputTextclassHtmlInputTextareaclassHtmlSelectBooleanCheckboxclassHtmlSelectManyCheckboxclassHtmlSelectManyListboxclassHtmlSelectManyMenuclassHtmlSelectOneListboxclassHtmlSelectOneMenuclassHtmlSelectOneRadio
 
-