Package | Description |
---|---|
jakarta.faces.component | |
jakarta.faces.component.html |
Specialized user interface component classes for HTML.
|
Modifier and Type | Class and Description |
---|---|
class |
UICommand
UICommand is a
UIComponent that represents a user interface component which, when activated
by the user, triggers an application specific "command" or "action". |
class |
UIViewAction
UIViewAction represents a method invocation that occurs during the request processing lifecycle, usually in response to an initial request, as opposed to a postback. |
Modifier and Type | Class and Description |
---|---|
class |
HtmlCommandButton
Represents an HTML
input element for a button of type submit or reset . |
class |
HtmlCommandLink
Represents an HTML
a element for a hyperlink that acts like a submit button. |
class |
HtmlCommandScript
Represents an HTML
script element for a function that acts like an ajax form submit. |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.