Uses of Class
jakarta.faces.component.UIForm
-
Packages that use 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 UIFormRenderKitUtils. 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 classHtmlFormRepresents an HTMLformelement.
-