| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.panel.TabbedPaneJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
backBorderStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A border style for non-selected tabs. |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.panel.TabbedPane )
| only | null | A value-binding expression that associates the TabbedPane component with a backing bean property. |
containerClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the TabbedPane pages. |
containerStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the TabbedPane pages. |
focusable | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | Specifies whether this component can have input focus for keyboard control. |
focusAreaClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the focus area TabbedPane component. |
focusAreaStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the focus area of TabbedPane component. |
focusedClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A focused class for the TabbedPane component. |
focusedStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A focused style for the TabbedPane component. |
focusedTabClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for a focused tab. |
focusedTabStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for a focused tab. |
frontBorderStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A border style for the TabbedPane component and a selected tab. |
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 lifecycle instead of Process Validations phase). |
loadingMode | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "ajaxLazy" | The way the data in the TabbedPane component is loaded. Available values are: "client" — The content of all tabs is loaded to the client side on the first page load. So when the user changes a tab, the corresponding page is not reloaded. "ajaxLazy" — The tab content is retrieved from the server with Ajax request on the first switch to the tab. Once requested, the content is stored on the client and is shown without additional server requests. "ajaxAlways" — The tab content is retrieved from the server with Ajax request on every switch to the tab. "server" — Every time a tab is changed, a corresponding tabbed page is reloaded with the tab 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 TabbedPane'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 TabbedPane. |
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 TabbedPane. |
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 TabbedPane'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 TabbedPane. |
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 TabbedPane. |
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 TabbedPane. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user clicks the TabbedPane 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 TabbedPane. |
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 TabbedPane. |
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 TabbedPane. |
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 TabbedPane. |
onselectionchange | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when a tab is changed. |
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 TabbedPane component in the rollover state. |
rolloverContainerClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the TabbedPane pages in the rollover state. |
rolloverContainerStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the TabbedPane pages in the rollover state. |
rolloverSelectedTabClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for a selected tab in the rollover state. |
rolloverSelectedTabStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for a selected tab in the rollover state. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the TabbedPane component in the rollover state. |
rolloverTabClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | >A CSS class name for each individual tab in the rollover state. |
rolloverTabStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style applied to each individual tab in the rollover state. |
selectedIndex | false | javax.el.ValueExpression
(must evaluate to int )
| true | 0 | The index of a currently selected tab. The value "0" means that the first tab is selected. |
selectedTabClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for a selected tab. |
selectedTabStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for a selected tab. |
selectionChangeListener | false | javax.el.MethodExpression
(signature must match void selectionChangeListener(org.openfaces.event.SelectionChangeEvent) )
| only | null | Enables handling of tab 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 TabbedPane component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire TabbedPane component. |
tabAlignment | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "topOrLeft" | The edge along which the tabs are aligned. Available values are: "topOrLeft" "bottomOrRight" |
tabClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for each individual tab. |
tabEmptySpaceClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for spaces before, after, and between the tabs. |
tabEmptySpaceStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style applied to the spaces before, after, and between the tabs. |
tabGapWidth | false | javax.el.ValueExpression
(must evaluate to int )
| true | 2 | The interval between the tabs specified in pixels. |
tabPlacement | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "top" | The position of the tabs. Available values are: "top" "bottom" "left" "right" |
tabStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style applied to each individual tab. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |