Class Hierarchy All Classes All Fields and Methods
Class javax.faces.component.UIPanel
java.lang.Object javax.faces.component.UIComponent javax.faces.component.UIComponentBase javax.faces.component.UIPanelpublic class UIPanel
extends UIComponentBase
UIPanel is a UIComponent that manages the layout of its child components.
Field Index Field Description COMPONENT_FAMILY The standard component family for this component. COMPONENT_TYPE The standard component type for this component.
Constructor Index Constructor Description UIPanel() Create a new UIPanel instance with default property values.
Method Index Method Description String getFamily()
Fields
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
The standard component family for this component.
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
The standard component type for this component.
Constructors
UIPanel
public UIPanel()
Create a new UIPanel instance with default property values.
Methods
getFamily
public String getFamily()
Class Hierarchy All Classes All Fields and Methods