Uses of Interface
jakarta.faces.component.ValueHolder
| Package | Description |
|---|---|
| com.sun.faces.ext.component | |
| jakarta.faces.component | |
| jakarta.faces.component.html |
Specialized user interface component classes for HTML.
|
-
Uses of ValueHolder in com.sun.faces.ext.component
Classes in com.sun.faces.ext.component that implement ValueHolder Modifier and Type Class Description classUIValidateWholeBean -
Uses of ValueHolder in jakarta.faces.component
Subinterfaces of ValueHolder in jakarta.faces.component Modifier and Type Interface Description interfaceEditableValueHolderEditableValueHolder is an extension of ValueHolder that describes additional features supported by editable components, includingValueChangeEvents andValidators.Classes in jakarta.faces.component that implement ValueHolder Modifier and Type Class Description classUIInputUIInput 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.classUIOutcomeTargetThis component is paired with thejakarta.faces.Buttonorjakarta.faces.Linkrenderers and encapsulates properties relating to the rendering of outcomes directly to the response.classUIOutputUIOutput is aUIComponentthat has a value, optionally retrieved from a model tier bean via a value expression, that is displayed to the user.classUISelectBooleanclassUISelectManyUISelectMany is aUIComponentthat represents the user's choice of a zero or more items from among a discrete set of available options.classUISelectOneUISelectOne is aUIComponentthat represents the user's choice of zero or one items from among a discrete set of available options.classUIViewParameterUIViewParameter represents a binding between a request parameter and a model property orUIViewRootproperty. -
Uses of ValueHolder in jakarta.faces.component.html
Classes in jakarta.faces.component.html that implement ValueHolder Modifier and Type Class Description classHtmlBodyNONEclassHtmlDoctypeNONEclassHtmlHeadNONEclassHtmlInputFileclassHtmlInputHiddenRepresents an HTMLinputelement of typehidden.classHtmlInputSecretRepresents an HTMLinputelement of typepassword.classHtmlInputTextRepresents an HTMLinputelement of typetext.classHtmlInputTextareaRepresents an HTMLtextareaelement.classHtmlOutcomeTargetButtonRepresents an HTMLinputelement of type "button" or image that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical outcome defined by theoutcomeproperty.classHtmlOutcomeTargetLinkRepresents an HTMLa(hyperlink) element that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical outcome defined by theoutcomeproperty.classHtmlOutputFormatRepresents a component that looks up a localized message in a resource bundle, optionally uses it as aMessageFormatpattern string and substitutes in parameter values from nested UIParameter components, and renders the result.classHtmlOutputLabelRepresents an HTMLlabelelement, used to define an accessible label for a corresponding input element.classHtmlOutputLinkRepresents an HTMLa(hyperlink) element that may be used to link to an arbitrary URL defined by thevalueproperty.classHtmlOutputTextRenders the component value as text, optionally wrapping in aspanelement if I18N attributes, CSS styles or style classes are specified.classHtmlSelectBooleanCheckboxRepresents an HTMLinputelement of typecheckbox.classHtmlSelectManyCheckboxRepresents a multiple-selection component that is rendered as a set of HTMLinputelements of typecheckbox.classHtmlSelectManyListboxRepresents a multiple-selection component that is rendered as an HTMLselectelement, showing either all available options or the specified number of options.classHtmlSelectManyMenuRepresents a multiple-selection component that is rendered as an HTMLselectelement, showing a single available option at a time.classHtmlSelectOneListboxRepresents a single-selection component that is rendered as an HTMLselectelement, showing either all available options or the specified number of options.classHtmlSelectOneMenuRepresents a single-selection component that is rendered as an HTMLselectelement, showing a single available option at a time.classHtmlSelectOneRadioRepresents a single-selection component that is rendered as a set of HTMLinputelements of typeradio.