ICE Components
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.StringSets the horizontal alignment (left, right, justify, center) for the cell contents
bgcolorfalsefalsejava.lang.StringName or code of the background color for this table.
bindingfalsefalsejava.lang.StringThe value binding expression linking this component to a property in a backing bean
bodyrowsfalsefalsejava.lang.StringComma separated list of row indices for which a new "tbody" element should be started (and any previously opened one should be ended).
borderfalsefalsejava.lang.StringWidth (in pixels) of the border to be drawn around this table.
captionClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) that will be applied to any caption generated for this table.
captionStylefalsefalsejava.lang.StringCSS style(s) to be applied when this caption is rendered.
cellpaddingfalsefalsejava.lang.StringDefinition of how much space the user agent should leave between the border of each cell and its contents.
cellspacingfalsefalsejava.lang.StringDefinition 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.StringComma-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.
dirfalsefalsejava.lang.StringDirection indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).
firstfalsefalsejava.lang.StringSets or retrieves which field of a given data source, as specified by the dataSrc property, to bind to the specified object.
footerClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) that will be applied to any footer generated for this table.
framefalsefalsejava.lang.StringCode 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.StringSpace-separated list of CSS style class(es) that will be applied to any header generated for this table.
heightfalsefalsejava.lang.Stringheight of the entire table, for visual user agents.
idfalsefalsejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
immediatefalsefalsejava.lang.StringFlag 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.StringEnables keyboard support, default value is true.
langfalsefalsejava.lang.StringCode 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.StringEnable component to perform partial submit. Default value is true.
renderedfalsefalsejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
renderedOnUserRolefalsefalsejava.lang.StringIf 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.StringComma-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.StringThe 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.StringCode 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.StringIndex of tab that is selected by default.
stylefalsefalsejava.lang.StringCSS 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.StringSummary of this table's purpose and structure, for user agents rendering to non-visual media such as speech and Braille.
tabChangeListenerfalsefalsejava.lang.Stringthe name of the class that will be added to the HtmlPanelTabbedPane component as a TabChangeListener
tabPlacementfalsefalsejava.lang.StringThe placement for the tabs relative to the content. Possible values; Top, Bottom. Default is Top. Left and Right not supported in this release.
tabindexfalsefalsejava.lang.StringPosition of this element in the tabbing order for the current document. This value must be an integer between 0 and 32767.
titlefalsefalsejava.lang.StringAdvisory title information about markup elements generated for this component.
valuefalsefalsejava.lang.StringThe data model for this component.
varfalsefalsejava.lang.StringName 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.StringSet the visibility of this component. When false CSS style is set to display:none
widthfalsefalsejava.lang.StringWidth 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.