o
Tag captionButton


This component can be placed inside of the CaptionArea component to add a custom caption button.


Tag Information
Tag Classorg.openfaces.taglib.jsp.CaptionButtonJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
actionfalsejavax.el.MethodExpression
(signature must match java.lang.Object action())
truenullSimilar 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.
actionListenerfalsejavax.el.MethodExpression
(signature must match void actionListener(javax.faces.event.ActionEvent))
truenullSimilar 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.
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.CaptionButton)
onlynullA value-binding expression that associates the CaptionButton with a backing bean property.
executefalsejavax.el.ValueExpression
(must evaluate to java.util.List)
truenoneId'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.
hintfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullText for a tooltip that appears when mouse cursor hovers over this button.
imageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL of the image that should be displayed in this CaptionButton.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the CaptionButton.
oncontextmenufalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript 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).
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the CaptionButton.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks the CaptionButton with either mouse button.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer over the CaptionButton.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the CaptionButton.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the CaptionButton.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases a mouse button over the CaptionButton.
pressedClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the entire CaptionButton component in a pressed state.
pressedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL of the image that should be displayed in this button when the mouse is pressed over the button, but not released yet.
pressedStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the entire CaptionButton component in a pressed state.
renderfalsejavax.el.ValueExpression
(must evaluate to java.util.List)
truenoneId'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.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that indicates whether or not the component is visible.
rolloverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the entire CaptionButton component in a rollover state.
rolloverImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL of the image that should be displayed in this button when mouse cursor is over the button.
rolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the entire CaptionButton component in a rollover state.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the entire CaptionButton component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the entire CaptionButton component.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.