Uses of Interface
jakarta.faces.component.UniqueIdVendor
-
Packages that use UniqueIdVendor Package Description jakarta.faces.component jakarta.faces.component.html Specialized user interface component classes for HTML. -
-
Uses of UniqueIdVendor in jakarta.faces.component
Classes in jakarta.faces.component that implement UniqueIdVendor 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.class
UIViewRoot
UIViewRoot is the UIComponent that represents the root of the UIComponent tree. -
Uses of UniqueIdVendor in jakarta.faces.component.html
Classes in jakarta.faces.component.html that implement UniqueIdVendor 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.
-