Uses of Class
jakarta.faces.component.UIForm
Package | Description |
---|---|
com.sun.faces.renderkit | |
jakarta.faces.component.html |
Specialized user interface component classes for HTML.
|
-
Uses of UIForm in com.sun.faces.renderkit
Methods in com.sun.faces.renderkit that return UIForm Modifier and Type Method Description static UIForm
RenderKitUtils. getForm(UIComponent component, FacesContext context)
Utility method to return the client ID of the parent form. -
Uses of UIForm in jakarta.faces.component.html
Subclasses of UIForm in jakarta.faces.component.html Modifier and Type Class Description class
HtmlForm
Represents an HTMLform
element.