| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
javax.faces.component.html.HtmlPanelGroup
org.apache.myfaces.custom.layout.AbstractHtmlPanelLayout
public abstract class AbstractHtmlPanelLayout
Determines where its children are positioned within the page relative to each other, similar to a Swing layout component. Unless otherwise specified, all attributes accept static values or EL expressions.
| Field Summary | |
|---|---|
| static String | COMPONENT_FAMILY | 
| static String | COMPONENT_TYPE | 
| Fields inherited from class javax.faces.component.UIComponent | 
|---|
| bindings | 
| Constructor Summary | |
|---|---|
| AbstractHtmlPanelLayout() | |
| Method Summary | |
|---|---|
|  javax.faces.component.UIComponent | getBody() | 
| abstract  String | getBodyClass()CSS class to be used for the table cell. | 
| abstract  String | getBodyStyle()CSS class to be used for the table cell. | 
|  javax.faces.component.UIComponent | getFooter() | 
| abstract  String | getFooterClass()The CSS class to be applied to footer cells. | 
| abstract  String | getFooterStyle()CSS class to be used for the table cell. | 
|  javax.faces.component.UIComponent | getHeader() | 
| abstract  String | getHeaderClass()The CSS class to be applied to header cells. | 
| abstract  String | getHeaderStyle()CSS class to be used for the table cell. | 
| abstract  String | getLayout()layout | header | navigation | body | footer =================|========|============|=======|======== classic (Default)| top | left | right | bottom navigationRight | top | right | left | bottom upsideDown | bottom | left | right | top | 
|  javax.faces.component.UIComponent | getNavigation() | 
| abstract  String | getNavigationClass()CSS class to be used for the table cell. | 
| abstract  String | getNavigationStyle()CSS class to be used for the table cell. | 
| Methods inherited from class javax.faces.component.html.HtmlPanelGroup | 
|---|
| getFamily, getStyle, getStyleClass, restoreState, saveState, setLayout, setStyle, setStyleClass | 
| Methods inherited from class javax.faces.component.UIComponentBase | 
|---|
| addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding | 
| Methods inherited from class javax.faces.component.UIComponent | 
|---|
| encodeAll, getContainerClientId, getValueExpression, setValueExpression | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.apache.myfaces.component.AlignProperty | 
|---|
| getAlign | 
| Methods inherited from interface org.apache.myfaces.component.UniversalProperties | 
|---|
| getDir, getLang, getTitle | 
| Methods inherited from interface org.apache.myfaces.component.EventAware | 
|---|
| getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup | 
| Methods inherited from interface org.apache.myfaces.component.DataProperties | 
|---|
| getDatafld, getDataformatas, getDatasrc | 
| Methods inherited from interface org.apache.myfaces.component.PanelProperties | 
|---|
| getBgcolor, getBorder, getCellpadding, getCellspacing, getFrame, getRules, getSummary, getWidth | 
| Field Detail | 
|---|
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
| Constructor Detail | 
|---|
public AbstractHtmlPanelLayout()
| Method Detail | 
|---|
public javax.faces.component.UIComponent getHeader()
public javax.faces.component.UIComponent getNavigation()
public javax.faces.component.UIComponent getBody()
public javax.faces.component.UIComponent getFooter()
public abstract String getFooterClass()
public abstract String getHeaderClass()
public abstract String getLayout()
layout | header | navigation | body | footer =================|========|============|=======|======== classic (Default)| top | left | right | bottom navigationRight | top | right | left | bottom upsideDown | bottom | left | right | top
getLayout in class javax.faces.component.html.HtmlPanelGrouppublic abstract String getNavigationClass()
public abstract String getBodyClass()
public abstract String getHeaderStyle()
public abstract String getNavigationStyle()
public abstract String getBodyStyle()
public abstract String getFooterStyle()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||