Uses of Interface
jakarta.faces.component.EditableValueHolder
-
Packages that use EditableValueHolder Package Description com.sun.faces.component.validator com.sun.faces.ext.component jakarta.faces.component Fundamental APIs for user interface components.jakarta.faces.component.html Specialized user interface component classes for HTML. -
-
Uses of EditableValueHolder in com.sun.faces.component.validator
Methods in com.sun.faces.component.validator with parameters of type EditableValueHolder Modifier and Type Method Description static voidComponentValidators. addDefaultValidatorsToComponent(FacesContext ctx, EditableValueHolder editableValueHolder)Creates and installs default validators, if any, into the argumentEditableValueHolder.voidComponentValidators. addValidators(FacesContext ctx, EditableValueHolder editableValueHolder)Based on theValidatorInfoinstances present on the stack, configure the argumentEditableValueHolderwithValidators created from the available info. -
Uses of EditableValueHolder in com.sun.faces.ext.component
Classes in com.sun.faces.ext.component that implement EditableValueHolder Modifier and Type Class Description classUIValidateWholeBean -
Uses of EditableValueHolder in jakarta.faces.component
Classes in jakarta.faces.component that implement EditableValueHolder 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.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 EditableValueHolder in jakarta.faces.component.html
Classes in jakarta.faces.component.html that implement EditableValueHolder Modifier and Type Class Description classHtmlInputFileRepresents an HTMLinputelement of typefile.classHtmlInputHiddenRepresents an HTMLinputelement of typehidden.classHtmlInputSecretRepresents an HTMLinputelement of typepassword.classHtmlInputTextRepresents an HTMLinputelement of typetext.classHtmlInputTextareaRepresents an HTMLtextareaelement.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.
-