Package | Description |
---|---|
javax.faces.component | |
javax.faces.component.html |
Specialized user interface
component classes for HTML.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActionSource2
ActionSource2 extends
ActionSource and provides a JavaBeans property
analogous to the "action " property on ActionSource . |
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 © 2019 Eclipse Foundation.
Use is subject to license terms.