o
Tag expansionToggleButton


This component can be placed inside of the CaptionArea component (which is in turn located in FoldingPanel component) to customize the appearance of FoldingPanel's expansion toggle caption button.


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

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.ExpansionToggleButton)
onlynullA value-binding expression that associates the MaximizeWindowButton with a backing bean property.
collapsedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL of the button's image when a container is collapsed.
collapsedPressedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL of the button's image when a container is collapsed and the mouse is pressed over the button, but not released yet.
collapsedRolloverImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL of the button's image when a container is collapsed and mouse cursor is over the button.
expandedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL of the button's image when a container is expanded.
expandedPressedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL of the button's image when a container is collapsed and the mouse is pressed over the button, but not released yet.
expandedRolloverImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL of the button's image when a container is expanded and mouse cursor is over the button.
hintfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullText for a tooltip that appears when mouse cursor hovers over this button.
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 button.
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 button.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks the button 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 button.
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 button.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the button.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases a mouse button over the button.
pressedClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the entire component in a pressed state.
pressedStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the entire component in a pressed state.
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 component in a rollover state.
rolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the entire component in a rollover state.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the entire component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the entire 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.