q
Tag tabbedPaneItem


The TabbedPaneItem tag is used to create a fixed set of tabs right on a JSF page. To specify the object to be displayed in the tab, use the "tab" facet. The components that define the page content should be added as children of the TabbedPaneItem tag. This tag should be specified only in the tabbedPane tag.


Tag Information
Tag Classteamdev.jsf.taglib.tabbedpane.TabbedPaneItemJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalseteamdev.jsf.component.tabbedpane.TabbedPaneItemonlynullA value-binding expression that associates the TabbedPaneItem with a backing bean property.
idfalsejava.lang.StringfalsenullThe component identifier.
renderedfalsebooleantruetrueA flag that indicates whether or not the appropriate tab in the TabbedPane is visible.

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.