| Package | Description | 
|---|---|
| javax.faces.component | Fundamental APIs for user
interface components. | 
| javax.faces.component.html | Specialized user
interface component classes for HTML. | 
| Modifier and Type | Class and Description | 
|---|---|
| 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  | HtmlInputFileRepresents an HTML  inputelement
 of typefile. | 
| 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. | 
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.