Package | Description |
---|---|
javax.faces.component |
Fundamental APIs for user
interface components.
|
javax.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. |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.