| Package | Description | 
|---|---|
| javax.faces.component | |
| javax.faces.component.html | 
 
 Specialized user interface
 component classes for HTML. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UIData
UIData is a  
UIComponent that
 supports data binding to a collection of data objects represented by
 a DataModel instance, which is the current value of this
 component itself (typically established via a ValueExpression). | 
class  | 
UIForm
 UIForm is a  
UIComponent that represents an
 input form to be presented to the user, and whose child components represent (among other things)
 the input fields to be included when the form is submitted. | 
class  | 
UINamingContainer
 UINamingContainer is a convenience base class for
 components that wish to implement  
NamingContainer functionality. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HtmlDataTable
Represents a set of repeating data (segregated into
 columns by child UIColumn components) that will
 be rendered in an HTML  
table element. | 
class  | 
HtmlForm
Represents an HTML  
form element. | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.