| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | teamdev.jsf.taglib.tabbedpane.TabbedPaneJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
backBorderStyle | false | java.lang.String | true | null | A border style for non-selected tabs. |
binding | false | teamdev.jsf.component.tabbedpane.TabbedPane | only | null | A value-binding expression that associates the TabbedPane with a backing bean property. |
containerClass | false | java.lang.String | true | null | A CSS class name for the TabbedPane pages. |
containerStyle | false | java.lang.String | true | null | A style for the TabbedPane pages. |
frontBorderStyle | false | java.lang.String | true | null | A border style for the TabbedPane component and a selected tab. |
id | false | java.lang.String | false | null | The component identifier. |
immediate | false | 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 | teamdev.jsf.component.util.LoadingMode | true | "ajax" | 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. "server" — Every time a tab is changed, a corresponding tabbed page is reloaded with the tab content. "ajax" — The tab content is retrieved from the server by the AJAX request on the first switch to the tab. Once requested, the content is stored on the client. |
onclick | false | 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. |
ondblclick | false | 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. |
onkeydown | false | java.lang.String | true | null | JavaScript code that should be executed when the user presses a key down over the TabbedPane. |
onkeypress | false | 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 | java.lang.String | true | null | JavaScript code that should be executed when the user releases a key over the TabbedPane. |
onmousedown | false | java.lang.String | true | null | JavaScript code that should be executed when the user clicks the TabbedPane with either mouse button. |
onmousemove | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer over the TabbedPane. |
onmouseout | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the TabbedPane. |
onmouseover | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the TabbedPane. |
onmouseup | false | java.lang.String | true | null | JavaScript code that should be executed when the user releases a mouse button over the TabbedPane. |
onselectionchange | false | java.lang.String | true | null | JavaScript code that should be executed on the client when a tab is changed. |
rendered | false | boolean | true | true | A flag that indicates whether or not the component is visible. |
rolloverClass | false | java.lang.String | true | null | A CSS class name for the TabbedPane component in the rollover state. |
rolloverContainerClass | false | java.lang.String | true | null | A CSS class name for the TabbedPane pages in the rollover state. |
rolloverContainerStyle | false | java.lang.String | true | null | A style for the TabbedPane pages in the rollover state. |
rolloverSelectedTabClass | false | java.lang.String | true | null | A CSS class name for for a selected tab in the rollover state. |
rolloverSelectedTabStyle | false | java.lang.String | true | null | A style for a selected tab in the rollover state. |
rolloverStyle | false | java.lang.String | true | null | A style for the TabbedPane component in the rollover state. |
rolloverTabClass | false | java.lang.String | true | null | >A CSS class name for each individual tab in the rollover state. |
rolloverTabStyle | false | java.lang.String | true | null | A style applied to each individual tab in the rollover state. |
selectedIndex | false | int | true | 0 | The index of a currently selected tab. The value "0" means that the first tab is selected. |
selectedTabClass | false | java.lang.String | true | null | A CSS class name for for a selected tab. |
selectedTabStyle | false | java.lang.String | true | null | A style for a selected tab. |
selectionChangeListener | false | javax.faces.el.MethodBinding | only | null | Enables handling of tab selection on the server side. This attribute is MethodBinding that must point to the method that accepts a teamdev.jsf.event.SelectionChangeEvent. |
style | false | java.lang.String | true | null | A style for the entire TabbedPane component. |
styleClass | false | java.lang.String | true | null | A CSS class name for the entire TabbedPane component. |
tabAlignment | false | teamdev.jsf.component.tabset.TabAlignment | true | "topOrLeft" | The edge along which the tabs are aligned. Available values are: "topOrLeft" "bottomOrRight" |
tabClass | false | java.lang.String | true | null | A CSS class name for each individual tab. |
tabEmptySpaceClass | false | java.lang.String | true | null | A CSS class name for spaces before, after, and between the tabs. |
tabEmptySpaceStyle | false | java.lang.String | true | null | A style applied to the spaces before, after, and between the tabs. |
tabGapWidth | false | int | true | 2 | The interval between the tabs specified in pixels. |
tabPlacement | false | teamdev.jsf.component.tabset.TabPlacement | true | "top" | The position of the tabs. Available values are: "top" "bottom" "left" "right" |
tabStyle | false | java.lang.String | true | null | A style applied to each individual tab. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |