Uses of Interface
jakarta.faces.component.NamingContainer
Packages that use NamingContainer
Package
Description
Specialized user interface component classes for HTML.
-
Uses of NamingContainer in jakarta.faces.component
Classes in jakarta.faces.component that implement NamingContainerModifier and TypeClassDescriptionclassUIData is aUIComponentthat supports data binding to a collection of data objects represented by aDataModelinstance, which is the current value of this component itself (typically established via aValueExpression).classUIForm is aUIComponentthat 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.classUINamingContainer is a convenience base class for components that wish to implementNamingContainerfunctionality. -
Uses of NamingContainer in jakarta.faces.component.html
Classes in jakarta.faces.component.html that implement NamingContainerModifier and TypeClassDescriptionclassRepresents a set of repeating data (segregated into columns by child UIColumn components) that will be rendered in an HTMLtableelement.classRepresents an HTMLformelement.