| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.panel.LayeredPaneJspTag |
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.LayeredPane )
| only | null | A value-binding expression that associates the LayeredPane component with a backing bean property. |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The component identifier. |
immediate | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the selectionChangeListener should be executed immediately (during the Apply Request Values phase of the request processing life-cycle instead of Process Validations phase). |
loadingMode | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "ajaxLazy" | The way the data in the LayeredPane component is loaded. Available values are: "client" — The content of all pages is loaded to the client side on the first page load. So when a page is selected no content needs to be loaded from the server. "ajaxLazy" — The page content is retrieved from the server with Ajax request upon the first switch to the page. Once requested, the content is stored on the client and is shown without additional server requests. "ajaxAlways" — The page content is retrieved from the server with Ajax request on every switch to the page. "server" — Every time a when selecting a page, the whole browser's page is reloaded to show the LayeredPane's page content. |
onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when onblur event bubbles up from some of component's child component. |
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 component. |
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 component. |
onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when onfocus event bubbles up from some of component's child component. |
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 down over the component. |
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 component. |
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 component. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user clicks the component 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 component. |
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 component. |
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 component. |
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 component. |
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 LayeredPane component in the rollover state. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the LayeredPane component in the rollover state. |
selectedIndex | false | javax.el.ValueExpression
(must evaluate to int )
| true | 0 | The index of a currently selected page. The value "0" means that the first page is selected. |
selectionChangeListener | false | javax.el.MethodExpression
(signature must match void selectionChangeListener(org.openfaces.event.SelectionChangeEvent) )
| only | null | Enables handling of page selection on the server side. This attribute is MethodBinding that must point to the method that accepts a org.openfaces.event.SelectionChangeEvent. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire LayeredPane component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire LayeredPane component. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |