| Package | Description | 
|---|---|
| com.sun.faces.component.validator | |
| com.sun.faces.ext.component | |
| javax.faces.component | |
| javax.faces.component.html | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ComponentValidators. addDefaultValidatorsToComponent(FacesContext ctx,
                               EditableValueHolder editableValueHolder)
 Creates and installs default validators, if any, into the argument
  EditableValueHolder. | 
| void | ComponentValidators. addValidators(FacesContext ctx,
             EditableValueHolder editableValueHolder)
 Based on the  ValidatorInfoinstances present on the stack,
 configure the argumentEditableValueHolderwithValidators
 created from the available info. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UIValidateWholeBean | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UIInputUIInput is a  UIComponentthat 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. | 
| class  | UISelectBoolean | 
| class  | UISelectManyUISelectMany is a
  UIComponentthat represents the user's choice of a zero or
 more items from among a discrete set of available options. | 
| class  | UISelectOneUISelectOne is a
  UIComponentthat represents the user's choice of zero or one
 items from among a discrete set of available options. | 
| class  | UIViewParameterUIViewParameter represents a
 binding between a request parameter and a model property or  | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HtmlInputFile | 
| class  | HtmlInputHiddenRepresents an HTML  inputelement
 of typehidden. | 
| class  | HtmlInputSecretRepresents an HTML  inputelement
 of typepassword. | 
| class  | HtmlInputTextRepresents an HTML  inputelement
 of typetext. | 
| class  | HtmlInputTextareaRepresents an HTML  textareaelement. | 
| class  | HtmlSelectBooleanCheckboxRepresents an HTML
  inputelement of typecheckbox. | 
| class  | HtmlSelectManyCheckboxRepresents a
 multiple-selection component that is rendered as a set of
 HTML  inputelements of typecheckbox. | 
| class  | HtmlSelectManyListboxRepresents a multiple-selection component that is rendered
 as an HTML  selectelement, showing either all
 available options or the specified number of options. | 
| class  | HtmlSelectManyMenuRepresents a multiple-selection component that is rendered
 as an HTML  selectelement, showing a single
 available option at a time. | 
| class  | HtmlSelectOneListboxRepresents a single-selection component that is rendered
 as an HTML  selectelement, showing either all
 available options or the specified number of options. | 
| class  | HtmlSelectOneMenuRepresents a single-selection component that is rendered
 as an HTML  selectelement, showing a single
 available option at a time. | 
| class  | HtmlSelectOneRadioRepresents a
 single-selection component that is rendered as a set of HTML
  inputelements of typeradio. | 
Comments to: faces-dev@eclipse.org.
 Copyright © 2019 Eclipse Foundation. All rights reserved.
 Use is subject to license terms.