ice
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.

Deafult styleClass value: icePanelTab



Tag Information
Tag Classcom.icesoft.faces.component.paneltabset.PanelTabSetTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsefalsejava.lang.StringEvery component may have an unique id. Automatically created if omitted.
renderedfalsefalsejava.lang.StringIf false, this component will not be rendered.
bindingfalsefalsejava.lang.StringComponent binding.
firstfalsefalsejava.lang.String Zero-relative row number of the first row to be displayed. If this property is set to zero, rendering will begin with the first row of the underlying data.
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.
valuefalsefalsejava.lang.String The current value of 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.
dirfalsefalsejava.lang.String Passed through to root element.
langfalsefalsejava.lang.String Passed through to root element.
stylefalsefalsejava.lang.String Passed through to root element.
titlefalsefalsejava.lang.String Passed through to root element.
styleClassfalsefalsejava.lang.String

Defines the base class name for all style classes used in tabbed panes. Default value is iceTabSet.

Style Classes Used:

  • iceTabSet
  • iceTabSetTabOn .LeftTop
  • iceTabSetTabOn .MiddleTop
  • iceTabSetTabOn .RightTop
  • iceTabSetTabOn .LeftMiddle
  • iceTabSetTabOn .MiddleMiddle
  • iceTabSetTabOn .MiddleMiddle a
  • iceTabSetTabOn .RightMiddle
  • iceTabSetTabOn .LeftBottom
  • iceTabSetTabOn .MiddleBottom
  • iceTabSetTabOn .RightBottom
  • iceTabSetTabOff .LeftTop
  • iceTabSetTabOff .MiddleTop
  • iceTabSetTabOff .RightTop
  • iceTabSetTabOff .LeftMiddle
  • iceTabSetTabOff .MiddleMiddle
  • iceTabSetTabOff .MiddleMiddle a
  • iceTabSetTabOff .RightMiddle
  • iceTabSetTabOff .LeftBottom
  • iceTabSetTabOff .MiddleBottom
  • iceTabSetTabOff .RightBottom
  • iceTabSetTabOver .LeftTop
  • iceTabSetTabOver .MiddleTop
  • iceTabSetTabOver .RightTop
  • iceTabSetTabOver .LeftMiddle
  • iceTabSetTabOver .MiddleMiddle
  • iceTabSetTabOver .MiddleMiddle a
  • iceTabSetTabOver .RightMiddle
  • iceTabSetTabOver .LeftBottom
  • iceTabSetTabOver .MiddleBottom
  • iceTabSetTabOver .RightBottom
  • iceTabSetTabOnBottom .LeftTop
  • iceTabSetTabOnBottom .MiddleTop
  • iceTabSetTabOnBottom .RightTop
  • iceTabSetTabOnBottom .LeftMiddle
  • iceTabSetTabOnBottom .MiddleMiddle
  • iceTabSetTabOnBottom .MiddleMiddle a
  • iceTabSetTabOnBottom .RightMiddle
  • iceTabSetTabOnBottom .LeftBottom
  • iceTabSetTabOnBottom .MiddleBottom
  • iceTabSetTabOnBottom .RightBottom
  • iceTabSetTabOffBottom .LeftTop
  • iceTabSetTabOffBottom .MiddleTop
  • iceTabSetTabOffBottom .RightTop
  • iceTabSetTabOffBottom .LeftMiddle
  • iceTabSetTabOffBottom .MiddleMiddle
  • iceTabSetTabOffBottom .MiddleMiddle a
  • iceTabSetTabOffBottom .RightMiddle
  • iceTabSetTabOffBottom .LeftBottom
  • iceTabSetTabOffBottom .MiddleBottom
  • iceTabSetTabOffBottom .RightBottom
  • iceTabSetTabOverBottom .LeftTop
  • iceTabSetTabOverBottom .MiddleTop
  • iceTabSetTabOverBottom .RightTop
  • iceTabSetTabOverBottom .LeftMiddle
  • iceTabSetTabOverBottom .MiddleMiddle
  • iceTabSetTabOverBottom .MiddleMiddle a
  • iceTabSetTabOverBottom .RightMiddle
  • iceTabSetTabOverBottom .LeftBottom
  • iceTabSetTabOverBottom .MiddleBottom
  • iceTabSetTabOverBottom .RightBottom
  • iceTabSetTabSpacer
  • iceTabSetTabSpacerBottom

onclickfalsefalsejava.lang.String Passed through to root element.
ondblclickfalsefalsejava.lang.String Passed through to root element.
onmousedownfalsefalsejava.lang.String Passed through to root element.
onmouseupfalsefalsejava.lang.String Passed through to root element.
onmouseoverfalsefalsejava.lang.String Passed through to root element.
onmousemovefalsefalsejava.lang.String Passed through to root element.
onmouseoutfalsefalsejava.lang.String Passed through to root element.
onkeypressfalsefalsejava.lang.String Passed through to root element.
onkeydownfalsefalsejava.lang.String Passed through to root element.
onkeyupfalsefalsejava.lang.String Passed through to root element.
alignfalsefalsejava.lang.String Passed through to root element.
borderfalsefalsejava.lang.String Passed through to root element.
bgcolorfalsefalsejava.lang.String Passed through to root element.
cellpaddingfalsefalsejava.lang.String Passed through to root element.
cellspacingfalsefalsejava.lang.String Passed through to root element.
framefalsefalsejava.lang.String Passed through to root element.
rulesfalsefalsejava.lang.String Passed through to root element.
summaryfalsefalsejava.lang.String Passed through to root element.
heightfalsefalsejava.lang.String Passed through to root element.
widthfalsefalsejava.lang.String Passed through to root element.
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.
selectedIndexfalsefalsejava.lang.String Index of tab that is selected by default.
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.

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.