Uses of Interface
jakarta.faces.component.EditableValueHolder
Packages that use EditableValueHolder
Package
Description
Specialized user interface component classes for HTML.
-
Uses of EditableValueHolder in jakarta.faces.component
Classes in jakarta.faces.component that implement EditableValueHolderModifier and TypeClassDescriptionclassUIInput is aUIComponentthat represents a component that both displays output to the user (likeUIOutputcomponents do) and processes request parameters on the subsequent request that need to be decoded.classclassUISelectMany is aUIComponentthat represents the user's choice of a zero or more items from among a discrete set of available options.classUISelectOne is aUIComponentthat represents the user's choice of zero or one items from among a discrete set of available options.classUIViewParameter represents a binding between a request parameter and a model property orUIViewRootproperty. -
Uses of EditableValueHolder in jakarta.faces.component.html
Classes in jakarta.faces.component.html that implement EditableValueHolderModifier and TypeClassDescriptionclassRepresents an HTMLinputelement of typefile.classRepresents an HTMLinputelement of typehidden.classRepresents an HTMLinputelement of typepassword.classRepresents an HTMLinputelement of typetext.classRepresents an HTMLtextareaelement.classRepresents an HTMLinputelement of typecheckbox.classRepresents a multiple-selection component that is rendered as a set of HTMLinputelements of typecheckbox.classRepresents a multiple-selection component that is rendered as an HTMLselectelement, showing either all available options or the specified number of options.classRepresents a multiple-selection component that is rendered as an HTMLselectelement, showing a single available option at a time.classRepresents a single-selection component that is rendered as an HTMLselectelement, showing either all available options or the specified number of options.classRepresents a single-selection component that is rendered as an HTMLselectelement, showing a single available option at a time.classRepresents a single-selection component that is rendered as a set of HTMLinputelements of typeradio.