|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamingContainer | |
---|---|
javax.faces.component | Fundamental APIs for user interface components. |
javax.faces.component.html | Specialized user interface component classes for HTML. |
Uses of NamingContainer in javax.faces.component |
---|
Classes in javax.faces.component that implement NamingContainer | |
---|---|
class |
TestNamingContainer
Test NamingContainer implementation with tracing. |
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. |
Uses of NamingContainer in javax.faces.component.html |
---|
Classes in javax.faces.component.html that implement NamingContainer | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |