| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.window.MinimizeWindowButtonJspTag |
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.window.MinimizeWindowButton )
| only | null | A value-binding expression that associates the MinimizeWindowButton with a backing bean property. |
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. |
minimizeImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL of the image that should be displayed in this button when a window is in normal state. |
minimizePressedImageUrl | 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, and a window is in normal state. |
minimizeRolloverImageUrl | 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, and a window is in normal state. |
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. |
restoreImageUrl | 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 button is toggled. |
restorePressedImageUrl | 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 button is in a toggled state and the mouse is pressed over the button, but not released yet. |
restoreRolloverImageUrl | 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. |
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 |