| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.select.TabSetJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
alignment | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "topOrLeft" | The alignment of the tabs. Available values are: "topOrLeft" "bottomOrRight" |
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.select.TabSet )
| only | null | A value-binding expression that associates the TabSet component with a backing bean property. |
emptySpaceClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the spaces before, after, and between the tabs. |
emptySpaceStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the spaces before, after, and between the tabs. |
focusable | false | javax.el.ValueExpression
(must evaluate to java.lang.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 class for the focused area of TabSet component. |
focusAreaStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the focused area of TabSet component. |
focusedClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A focused class for the TabSet component. |
focusedStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A focused style for the TabSet 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 a selected tab and the TabSet component. |
gapWidth | false | javax.el.ValueExpression
(must evaluate to int )
| true | 2 | The interval between the tabs specified in pixels. |
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 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 | 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. |
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 TabSet. |
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 TabSet. |
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 TabSet 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 TabSet. |
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 TabSet. |
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 TabSet. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases the mouse button over the TabSet. |
placement | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "top" | The position of the tabs relative to the components they switch. Available values are: "top" "bottom" "left" "right" |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not the component is visible. |
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. |
rolloverTabClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for each tab in the rollover state. |
rolloverTabStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for each 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 selectionChange(org.openfaces.event.SelectionChangeEvent) )
| 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 org.openfaces.event.SelectionChangeEvent. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire TabSet component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the TabSet component. |
tabClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for each tab. |
tabStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for each tab. |
validator | false | javax.el.MethodExpression
(signature must match void validate(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object) )
| 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 | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | The server-side value of a selected tab. |
valueChangeListener | false | javax.el.MethodExpression
(signature must match void valueChange(javax.faces.event.ValueChangeEvent) )
| only | null | A MethodBinding that should point to the method that accepts a ValueChangeEvent. If the value of the TabSet changes, this method is executed. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |