Uses of Class
jakarta.faces.component.UICommand
-
Packages that use UICommand Package Description jakarta.faces.component.html Specialized user interface component classes for HTML. -
-
Uses of UICommand in jakarta.faces.component.html
Subclasses of UICommand in jakarta.faces.component.html Modifier and Type Class Description class
HtmlCommandButton
Represents an HTMLinput
element for a button of typesubmit
orreset
.class
HtmlCommandLink
Represents an HTMLa
element for a hyperlink that acts like a submit button.class
HtmlCommandScript
Represents an HTMLscript
element for a function that acts like an ajax form submit.
-