| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | teamdev.jsf.taglib.tabset.TabSetJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
alignment | false | teamdev.jsf.component.tabset.TabAlignment | true | "topOrLeft" | The alignment of the tabs. Available values are: "topOrLeft" "bottomOrRight" |
backBorderStyle | false | java.lang.String | true | null | A border style for non-selected tabs. |
binding | false | teamdev.jsf.component.tabset.TabSet | only | null | A value-binding expression that associates the HintLabel with a backing bean property. |
emptySpaceClass | false | java.lang.String | true | null | A CSS class name for the spaces before, after, and between the tabs. |
emptySpaceStyle | false | java.lang.String | true | null | A style for the spaces before, after, and between the tabs. |
frontBorderStyle | false | java.lang.String | true | null | A border style for a selected tab and the TabSet component. |
gapWidth | false | int | true | 2 | The interval between the tabs specified in pixels. |
id | false | java.lang.String | false | null | The component identifier. |
immediate | false | boolean | true | false | A flag that indicates whether or not the valueChangeListener should be executed immediately (during the Apply Request Values phase of the request processing lifecycle instead of Process Validations phase) and the component's input should be converted and validated immediately (during the Apply Request Values phase of the request processing lifecycle instead of the Process Validations phase). |
onchange | false | java.lang.String | true | null | JavaScript code that should be executed on the client when a tab is changed. |
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 TabSet. |
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 TabSet. |
onmousedown | false | java.lang.String | true | null | JavaScript code that should be executed when the user clicks over the TabSet 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 TabSet. |
onmouseout | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the TabSet. |
onmouseover | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the TabSet. |
onmouseup | false | java.lang.String | true | null | JavaScript code that should be executed when the user releases the mouse button over the TabSet. |
placement | false | teamdev.jsf.component.tabset.TabPlacement | true | "top" | The position of the tabs relative to the components they switch. Available values are: "top" "bottom" "left" "right" |
rendered | false | boolean | true | true | A flag that indicates whether or not the component is visible. |
rolloverSelectedTabClass | false | java.lang.String | true | null | A CSS class name 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. |
rolloverTabClass | false | java.lang.String | true | null | A CSS class name for each tab in the rollover state. |
rolloverTabStyle | false | java.lang.String | true | null | A style for each 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 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 change on the server side. This attribute is a 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 TabSet component. |
styleClass | false | java.lang.String | true | null | A CSS class name for the TabSet component. |
submitOnChange | false | boolean | true | false | A flag that indicates whether or not the page is submitted when the user selects a new tab. |
tabClass | false | java.lang.String | true | null | A CSS class name for each tab. |
tabStyle | false | java.lang.String | true | null | A style for each tab. |
validator | false | javax.faces.el.MethodBinding | only | null | A MethodBinding that should point to the method in the backing bean that is called to validate the TabSet's value. |
value | false | Object | true | null | The server-side value of a selected tab. |
valueChangeListener | false | javax.faces.el.MethodBinding | only | null | A MethodBinding that should point to the method that accepts a ValueChangeEvent. If the value of the DropDownField changes, this method is executed. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |