Uses of Class
jakarta.faces.component.UIInput
Packages that use UIInput
Package
Description
Specialized user interface component classes for HTML.
-
Uses of UIInput in jakarta.faces.component
Subclasses of UIInput in jakarta.faces.componentModifier and TypeClassDescriptionclassclassUISelectMany 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 UIInput in jakarta.faces.component.html
Subclasses of UIInput in jakarta.faces.component.htmlModifier 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.