Class Hierarchy All Classes All Fields and Methods
Class com.ibm.faces.component.UITabPanel
java.lang.Object javax.faces.component.UIComponent javax.faces.component.UIComponentBase javax.faces.component.UIOutput com.ibm.faces.component.UITabPanelpublic class UITabPanel
extends UIOutputUITabPanel is a UIComponent that forms part of a parent tab control. The parent contains an arbitrary collection of tab panels, only one of which can be active at any given time. The active tab is differentiated from the inactive tabs visually by color contrasting. Each tab panel has a text label.
Tags:
Renderers: TabPanelRenderer
Field Index Field Description COMPONENT_FAMILY The standard component family for this component.
Constructor Index Constructor Description UITabPanel()
Method Index Method Description String getComponentType() Returns component type. String getFamily()
Fields
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
The standard component family for this component.
Constructors
UITabPanel
public UITabPanel()
Methods
getComponentType
public String getComponentType()Returns component type.
- Returns
- component type
getFamily
public String getFamily()
Class Hierarchy All Classes All Fields and Methods