Uses of Interface
jakarta.faces.component.NamingContainer
Package
Description
Specialized user interface component classes for HTML.
-
Uses of NamingContainer in jakarta.faces.component
Modifier and TypeClassDescriptionclass
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 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 is a convenience base class for components that wish to implementNamingContainer
functionality. -
Uses of NamingContainer in jakarta.faces.component.html
Modifier and TypeClassDescriptionclass
Represents a set of repeating data (segregated into columns by child UIColumn components) that will be rendered in an HTMLtable
element.class
Represents an HTMLform
element.