| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.panel.FoldingPanelJspTag |
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.panel.FoldingPanel )
| only | null | A value-binding expression that associates the FoldingPanel component with a backing bean property. |
caption | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The text that should be displayed in the caption. This is a convenient alternative for using the "caption" facet. If both "caption" facet and "caption" attribute is specified, the content specified in the facet is used. |
captionClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the FoldingPanel's caption. |
captionStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the FoldingPanel's caption. |
contentClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the FoldingPanel's container. |
contentStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the FoldingPanel's container. |
expanded | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates the state of the FoldingPanel component. The value "true" means that the FoldingPanel is expanded. |
focusable | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| true | true | Specifies whether this component can have input focus for keyboard control. |
focusedCaptionClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A class for the caption of FoldingPanel's focused container. |
focusedCaptionStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the caption of FoldingPanel's focused container. |
focusedClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A class for the focused FoldingPanel. |
focusedContentClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A class for the content of FoldingPanel's focused container. |
focusedContentStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the content of FoldingPanel's focused container. |
focusedStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the focused FoldingPanel. |
foldingDirection | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "down" | The direction where the FoldingPanel is expanded. Available values are: "up" "down" "left" "right" |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The component identifier. |
loadingMode | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "ajaxLazy" | The way the child components in the FoldingPanel component are loaded. Available values are: "client" — the FoldingPanel component renders all content on first load regardless of the component's expanded state. "ajaxLazy" — expanding the FoldingPanel makes the embedded content to be loaded from the server with Ajax request. Once loaded, it will be cached on the client and shown without additional server requests on further expansions. "ajaxAlways" — expanding the FoldingPanel makes the embedded content to be loaded from the server with Ajax request. Unlike ajaxLazy mode, ajaxAlways doesn't cache the loaded content and reloads the content each time the FoldingPanel is expanded. "server" — the FoldingPanel component submits the page to re-render itself in the expanded state. |
onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the FoldingPanel loses focus. |
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 FoldingPanel. |
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 FoldingPanel. |
onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the FoldingPanel receives focus. |
onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user presses a key over the FoldingPanel. |
onkeypress | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user presses and releases a key over the FoldingPanel. |
onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases a key over the FoldingPanel. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user clicks over the FoldingPanel 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 FoldingPanel. |
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 FoldingPanel. |
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 FoldingPanel. |
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 FoldingPanel. |
onstatechange | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the FoldingPanel's state is changed, i.e. when it is collapsed or expanded by the user. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | 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 FoldingPanel component in a rollover state. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire FoldingPanel component in a rollover state. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire FoldingPanel component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire FoldingPanel component. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |