| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.ExpansionToggleButtonJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.ExpansionToggleButton )
| only | null | A value-binding expression that associates the MaximizeWindowButton with a backing bean property. |
collapsedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL of the button's image when a container is collapsed. |
collapsedPressedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL of the button's image when a container is collapsed and the mouse is pressed over the button, but not released yet. |
collapsedRolloverImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL of the button's image when a container is collapsed and mouse cursor is over the button. |
expandedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL of the button's image when a container is expanded. |
expandedPressedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL of the button's image when a container is collapsed and the mouse is pressed over the button, but not released yet. |
expandedRolloverImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL of the button's image when a container is expanded and mouse cursor is over the button. |
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. |
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 button. |
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 button. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user clicks the button 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 button. |
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 button. |
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 button. |
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 button. |
pressedClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire component in a pressed state. |
pressedStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire component in a pressed state. |
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 component in a rollover state. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire component in a rollover state. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire component. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |