public class

UIExtensionPanel

extends UIPanel
java.lang.Object
   ↳ javax.faces.component.UIComponent
     ↳ javax.faces.component.UIComponentBase
       ↳ javax.faces.component.UIPanel
         ↳ org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase
           ↳ org.apache.myfaces.tobago.internal.component.AbstractUIPanel
             ↳ org.apache.myfaces.tobago.component.UIPanel
               ↳ org.apache.myfaces.tobago.component.UIExtensionPanel

Class Overview

UIComponent class, generated from template component1.2.stg with class org.apache.myfaces.tobago.internal.taglib.component.ExtensionPanelDeclaration.

Summary

Constants
String COMPONENT_TYPE
[Expand]
Inherited Constants
From class org.apache.myfaces.tobago.component.UIPanel
From class javax.faces.component.UIPanel
From interface org.apache.myfaces.tobago.component.OnComponentPopulated
[Expand]
Inherited Fields
From class javax.faces.component.UIComponent
Public Constructors
UIExtensionPanel()
Public Methods
boolean isOverflowX()
This attribute is for internal use only.
boolean isOverflowY()
This attribute is for internal use only.
void restoreState(FacesContext context, Object componentState)
Object saveState(FacesContext context)
void setOverflowX(boolean overflowX)
void setOverflowY(boolean overflowY)
[Expand]
Inherited Methods
From class org.apache.myfaces.tobago.component.UIPanel
From class org.apache.myfaces.tobago.internal.component.AbstractUIPanel
From class javax.faces.component.UIPanel
From class javax.faces.component.UIComponentBase
From class javax.faces.component.UIComponent
From class java.lang.Object
From interface javax.faces.component.StateHolder
From interface org.apache.myfaces.tobago.component.OnComponentPopulated
From interface org.apache.myfaces.tobago.component.SupportsMarkup
From interface org.apache.myfaces.tobago.config.Configurable
From interface org.apache.myfaces.tobago.layout.LayoutBase
From interface org.apache.myfaces.tobago.layout.LayoutBox
From interface org.apache.myfaces.tobago.layout.LayoutComponent
From interface org.apache.myfaces.tobago.layout.LayoutContainer

Constants

public static final String COMPONENT_TYPE

Constant Value: "org.apache.myfaces.tobago.ExtensionPanel"

Public Constructors

public UIExtensionPanel ()

Public Methods

public boolean isOverflowX ()

This attribute is for internal use only.

public boolean isOverflowY ()

This attribute is for internal use only.

public void restoreState (FacesContext context, Object componentState)

public Object saveState (FacesContext context)

public void setOverflowX (boolean overflowX)

public void setOverflowY (boolean overflowY)