| |||||||
FRAMES NO FRAMES |
The panelTabSet is a container component which itself contains one or more panelTab components, which are also container components. The panelTabSet component displays the "active" panelTab, hiding the contents of the others. Users can select which panelTab to make visible by clicking on the tab header of the panelTab that they want to display.
The panelTabSet component can be used in cases where a file-tab navigation interface is appropriate.
Tag Information | |
Tag Class | com.icesoft.faces.component.paneltabset.PanelTabSetTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
align | false | false | java.lang.String | Sets the horizontal alignment (left, right, justify, center) for the cell contents |
bgcolor | false | false | java.lang.String | Name or code of the background color for this table. |
binding | false | false | java.lang.String | The value binding expression linking this component to a property in a backing bean |
bodyrows | false | false | java.lang.String | Comma separated list of row indices for which a new "tbody" element should be started (and any previously opened one should be ended). |
border | false | false | java.lang.String | Width (in pixels) of the border to be drawn around this table. |
captionClass | false | false | java.lang.String | Space-separated list of CSS style class(es) that will be applied to any caption generated for this table. |
captionStyle | false | false | java.lang.String | CSS style(s) to be applied when this caption is rendered. |
cellpadding | false | false | java.lang.String | Definition of how much space the user agent should leave between the border of each cell and its contents. |
cellspacing | false | false | java.lang.String | Definition of how much space the user agent should leave between the left side of the table and the leftmost column, the top of the table and the top of the top side of the topmost row, and so on for the right and bottom of the table. It also specifies the amount of space to leave between cells. |
columnClasses | false | false | java.lang.String | Comma-delimited list of CSS style classes that will be applied to the columns of this table. A space separated list of classes may also be specified for any individual column. If the number of elements in this list is less than the number of actual column children of the UIData, no "class" attribute is output for each column greater than the number of elements in the list. If the number of elements in the list is greater than the number of actual column children of the UIData, the elements at the posisiton in the list after the last column are ignored. |
dir | false | false | java.lang.String | Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left). |
first | false | false | java.lang.String | Sets or retrieves which field of a given data source, as specified by the dataSrc property, to bind to the specified object. |
footerClass | false | false | java.lang.String | Space-separated list of CSS style class(es) that will be applied to any footer generated for this table. |
frame | false | false | java.lang.String | Code specifying which sides of the frame surrounding this table will be visible. Valid values are: none (no sides, default value); above (top side only); below (bottom side only); hsides (top and bottom sides only); vsides (right and left sides only); lhs (left hand side only); rhs (right hand side only); box (all four sides); and border (all four sides). |
headerClass | false | false | java.lang.String | Space-separated list of CSS style class(es) that will be applied to any header generated for this table. |
height | false | false | java.lang.String | height of the entire table, for visual user agents. |
id | false | false | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
immediate | false | false | java.lang.String | Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase. |
keyboardNavigationEnabled | false | false | java.lang.String | Enables keyboard support, default value is true. |
lang | false | false | java.lang.String | Code describing the language used in the generated markup for this component. |
onclick | false | false | java.lang.String | No Description |
ondblclick | false | false | java.lang.String | No Description |
onkeydown | false | false | java.lang.String | No Description |
onkeypress | false | false | java.lang.String | No Description |
onkeyup | false | false | java.lang.String | No Description |
onmousedown | false | false | java.lang.String | No Description |
onmousemove | false | false | java.lang.String | No Description |
onmouseout | false | false | java.lang.String | No Description |
onmouseover | false | false | java.lang.String | No Description |
onmouseup | false | false | java.lang.String | No Description |
partialSubmit | false | false | java.lang.String | Enable component to perform partial submit. Default value is true. |
rendered | false | false | java.lang.String | Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. |
renderedOnUserRole | false | false | java.lang.String | If user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped. |
rowClasses | false | false | java.lang.String | Comma-delimited list of CSS style classes that will be applied to the rows of this table. A space separated list of classes may also be specified for any individual row. Thes styles are applied, in turn, to each row in the table. For example, if the list has two elements, the first style class in the list is applied to the first row, the second to the second row, the first to the third row, the second to the fourth row, etc. In other words, we keep iterating through the list until we reach the end, and then we start at the beginning again. |
rows | false | false | java.lang.String | The number of rows to display, starting with the one identified by the "first" property. If this value is set to zero, all available rows in the underlying data model will be displayed. |
rules | false | false | java.lang.String | Code specifying which rules will appear between cells within this table. Valid values are: none (no rules, default value); groups (between row groups); rows (between rows only); cols (between columns only); and all (between all rows and columns). |
selectedIndex | false | false | java.lang.String | Index of tab that is selected by default. |
style | false | false | java.lang.String | CSS style(s) to be applied when this component is rendered. |
styleClass | false | false | java.lang.String | Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup. Defines the base class name for all style classes. Default value for the base class name is icePnlTbSet. The base class name is used as a prefix for the style classes that will be applied to the elements that make up the panelTabSet. The default style classes are defined in the xp.css and royale.css that are included with ICEfaces. Style Classes Used:
To override the defaults with a base class name of myTabSet the developer will need to define the following styleclasses in their web applications css.
|
summary | false | false | java.lang.String | Summary of this table's purpose and structure, for user agents rendering to non-visual media such as speech and Braille. |
tabChangeListener | false | false | java.lang.String | the name of the class that will be added to the HtmlPanelTabbedPane component as a TabChangeListener |
tabPlacement | false | false | java.lang.String | The placement for the tabs relative to the content. Possible values; Top, Bottom. Default is Top. Left and Right not supported in this release. |
tabindex | false | false | java.lang.String | Position of this element in the tabbing order for the current document. This value must be an integer between 0 and 32767. |
title | false | false | java.lang.String | Advisory title information about markup elements generated for this component. |
value | false | false | java.lang.String | The data model for this component. |
var | false | false | java.lang.String | Name of a request-scope attribute under which the model data for the row selected by the current value of the "rowIndex" property (i.e. also the current value of the "rowData" property) will be exposed. |
varStatus | false | false | java.lang.String | Name of a request-scope attribute under which the current indexed state will be exposed. This is modeled after the Facelets JSTL c:forEach varStatus. The varStatus object has 5 sub-properties:
|
visible | false | false | java.lang.String | Set the visibility of this component. When false CSS style is set to display:none |
width | false | false | java.lang.String | Width of the entire tab set. If this value is set and the actual width needed to display all contained tabs is greater than this value, then the tab set will be clipped. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |