ICEfaces Component Suite
Tag panelTabSet


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 Classcom.icesoft.faces.component.paneltabset.PanelTabSetTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
alignfalsefalsejava.lang.String Sets the horizontal alignment (left, right, justify, center) for the cell contents
bgcolorfalsefalsejava.lang.String Name or code of the background color for this table.
bindingfalsefalsejava.lang.String The value binding expression linking this component to a property in a backing bean
borderfalsefalsejava.lang.String Width (in pixels) of the border to be drawn around this table.
cellpaddingfalsefalsejava.lang.String Definition of how much space the user agent should leave between the border of each cell and its contents.
cellspacingfalsefalsejava.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.
columnClassesfalsefalsejava.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 columns specified in the "columns" attribute, 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 columns specified in the "columns" attribute, the elements at the posisiton in the list after the value of the "columns" attribute are ignored.
dirfalsefalsejava.lang.String Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).
firstfalsefalsejava.lang.String Sets or retrieves which field of a given data source, as specified by the dataSrc property, to bind to the specified object.
footerClassfalsefalsejava.lang.String Space-separated list of CSS style class(es) that will be applied to any footer generated for this table.
framefalsefalsejava.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).
headerClassfalsefalsejava.lang.String Space-separated list of CSS style class(es) that will be applied to any header generated for this table.
heightfalsefalsejava.lang.String height of the entire table, for visual user agents.
idfalsefalsejava.lang.String The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
immediatefalsefalsejava.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.
keyboardNavigationEnabledfalsefalsejava.lang.String Enables keyboard support, default value is true.
langfalsefalsejava.lang.String Code describing the language used in the generated markup for this component.
onclickfalsefalsejava.lang.StringNo Description
ondblclickfalsefalsejava.lang.StringNo Description
onkeydownfalsefalsejava.lang.StringNo Description
onkeypressfalsefalsejava.lang.StringNo Description
onkeyupfalsefalsejava.lang.StringNo Description
onmousedownfalsefalsejava.lang.StringNo Description
onmousemovefalsefalsejava.lang.StringNo Description
onmouseoutfalsefalsejava.lang.StringNo Description
onmouseoverfalsefalsejava.lang.StringNo Description
onmouseupfalsefalsejava.lang.StringNo Description
partialSubmitfalsefalsejava.lang.String Enable component to perform partial submit. Default value is true.
renderedfalsefalsejava.lang.String Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
renderedOnUserRolefalsefalsejava.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.
rowClassesfalsefalsejava.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.
rowsfalsefalsejava.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.
rulesfalsefalsejava.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).
selectedIndexfalsefalsejava.lang.String Index of tab that is selected by default.
stylefalsefalsejava.lang.String CSS style(s) to be applied when this component is rendered.
styleClassfalsefalsejava.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:

  • icePnlTbSet
  • icePnlTbSetBtm
  • icePnlTbSetCnt
  • icePnlTbSetCntBtm
  • icePnlTbSetSpcr
  • icePnlTbSetSpcrBtm
  • icePnlTbSetHdrIconLft
  • icePnlTbSetHdrIconRt
  • icePnlTbSetHdrLbl

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.

  • myTabSet
  • myTabSetBtm
  • myTabSetCnt
  • myTabSetCntBtm
  • myTabSetSpcr
  • myTabSetSpcrBtm
  • myTabSetHdrIconLft
  • myTabSetHdrIconRt
  • myTabSetHdrLbl

summaryfalsefalsejava.lang.String Summary of this table's purpose and structure, for user agents rendering to non-visual media such as speech and Braille.
tabChangeListenerfalsefalsejava.lang.String the name of the class that will be added to the HtmlPanelTabbedPane component as a TabChangeListener
tabPlacementfalsefalsejava.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.
titlefalsefalsejava.lang.String Advisory title information about markup elements generated for this component.
valuefalsefalsejava.lang.String The data model for this component.
varfalsefalsejava.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.
varStatusfalsefalsejava.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:

int begin
Corresponds to the UIData container's first property, the index at which it begins iteration.
int end
The ending index of iteration, corresponding to the UIData container's first plus rows minus 1. Note: If the UIData's DataModel's isRowAvailable() method returns false, prematurely ending iteration, then the actual ending index may not equal the value for this end property.
int index
The current iteration index. Corresponding to the UIData container's getRowIndex() value, which also corresponds with the UIData's DataModel's getRowIndex() value.
boolean first
Defined simply as: varStatus.index == varStatus.begin
boolean last
Defined simply as: varStatus.index == varStatus.end. Note: This has the same limitations as the end property.
visiblefalsefalsejava.lang.String Set the visibility of this component. When false CSS style is set to display:none
widthfalsefalsejava.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.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.