Uses of Interface
jakarta.faces.component.NamingContainer
-
Packages that use NamingContainer Package Description jakarta.faces.component jakarta.faces.component.html Specialized user interface component classes for HTML. -
-
Uses of NamingContainer in jakarta.faces.component
Classes in jakarta.faces.component that implement NamingContainer Modifier and Type Class Description class
UIData
UIData is aUIComponent
that supports data binding to a collection of data objects represented by aDataModel
instance, which is the current value of this component itself (typically established via aValueExpression
).class
UIForm
UIForm is aUIComponent
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 implementNamingContainer
functionality. -
Uses of NamingContainer in jakarta.faces.component.html
Classes in jakarta.faces.component.html that implement NamingContainer Modifier and Type Class Description class
HtmlDataTable
Represents a set of repeating data (segregated into columns by child UIColumn components) that will be rendered in an HTMLtable
element.class
HtmlForm
Represents an HTMLform
element.
-