| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.CaptionButtonJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
action | false | javax.el.MethodExpression
(signature must match java.lang.Object action() )
| true | null | Similar to the "action" attribute of the HTMLCommandButton component. It can be defined as a MethodBinding that should point to an action method that is called when the user clicks this button. |
actionListener | false | javax.el.MethodExpression
(signature must match void actionListener(javax.faces.event.ActionEvent) )
| true | null | Similar to the "actionListener" attribute of the HTMLCommandButton component. A MethodBinding that should point to an action listener that is called when the user invokes this action. |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.CaptionButton )
| only | null | A value-binding expression that associates the CaptionButton with a backing bean property. |
execute | false | javax.el.ValueExpression
(must evaluate to java.util.List )
| true | none | Id's of components whose data should be submitted and processed on the server in addition to the reloaded components. The difference with render is that components listed in execute will just process the submitted data, but won't be rerendered. This can often be needed when the reloaded data depends on some other component on a page. Evaluates to Iterable. If a literal is specified can be a single id or a comma-separated list if id's. |
executeRenderedComponents | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | Specifies whether the components listed in the "render" attribute undergo the "execute" lifecycle (Restore View, Apply Request Values, Process Validations and Update Model Values) phases as if these components are implicitly specified in the "execute" attribute as well. |
hint | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Text for a tooltip that appears when mouse cursor hovers over this button. |
imageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL of the image that should be displayed in this CaptionButton. |
onajaxend | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Invoked when the Ajax request initiated with this component finishes. |
onajaxstart | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Invoked when the Ajax request initiated with this component starts. |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the CaptionButton. |
oncontextmenu | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform). |
ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the CaptionButton. |
onerror | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Invoked when an error occurs during the Ajax request initiated with this component. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user clicks the CaptionButton with either mouse button. |
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer over the CaptionButton. |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the CaptionButton. |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the CaptionButton. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases a mouse button over the CaptionButton. |
pressedClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire CaptionButton component in a pressed state. |
pressedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL of the image that should be displayed in this button when the mouse is pressed over the button, but not released yet. |
pressedStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire CaptionButton component in a pressed state. |
render | false | javax.el.ValueExpression
(must evaluate to java.util.List )
| true | none | Id's of components, which will be rerendered after successful Ajax request. Evaluates to Iterable. If a literal is specified can be a single id or a comma-separated list if id's. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the component is visible. |
rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire CaptionButton component in a rollover state. |
rolloverImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL of the image that should be displayed in this button when mouse cursor is over the button. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire CaptionButton component in a rollover state. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire CaptionButton component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire CaptionButton component. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |