|
||||||||||
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
org.apache.myfaces.custom.layout.HtmlPanelLayout
public class HtmlPanelLayout
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
static String |
DEFAULT_RENDERER_TYPE
|
Constructor Summary | |
---|---|
HtmlPanelLayout()
|
Method Summary | |
---|---|
String |
getAlign()
HTML: Specifies the horizontal alignment of this element. |
String |
getBgcolor()
HTML: The background color of this element. |
String |
getBodyClass()
CSS class to be used for the table cell. |
String |
getBodyStyle()
CSS class to be used for the table cell. |
int |
getBorder()
HTML: Specifies the width of the border of this element, in pixels. |
String |
getCellpadding()
HTML: Specifies the amount of empty space between the cell border and its contents. |
String |
getCellspacing()
HTML: Specifies the amount of space between the cells of the table. |
String |
getDatafld()
Reserved for future use. |
String |
getDataformatas()
Reserved for future use. |
String |
getDatasrc()
Reserved for future use. |
String |
getDir()
HTML: The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
String |
getFamily()
|
String |
getFooterClass()
The CSS class to be applied to footer cells. |
String |
getFooterStyle()
CSS class to be used for the table cell. |
String |
getFrame()
HTML: Controls what part of the frame that surrounds a table is visible. |
String |
getHeaderClass()
The CSS class to be applied to header cells. |
String |
getHeaderStyle()
CSS class to be used for the table cell. |
String |
getLang()
HTML: The base language of this document. |
String |
getLayout()
layout | header | navigation | body | footer =================|========|============|=======|======== classic (Default)| top | left | right | bottom navigationRight | top | right | left | bottom upsideDown | bottom | left | right | top |
String |
getNavigationClass()
CSS class to be used for the table cell. |
String |
getNavigationStyle()
CSS class to be used for the table cell. |
String |
getOnclick()
HTML: Script to be invoked when the element is clicked. |
String |
getOndblclick()
HTML: Script to be invoked when the element is double-clicked. |
String |
getOnkeydown()
HTML: Script to be invoked when a key is pressed down over this element. |
String |
getOnkeypress()
HTML: Script to be invoked when a key is pressed over this element. |
String |
getOnkeyup()
HTML: Script to be invoked when a key is released over this element. |
String |
getOnmousedown()
HTML: Script to be invoked when the pointing device is pressed over this element. |
String |
getOnmousemove()
HTML: Script to be invoked when the pointing device is moved while it is in this element. |
String |
getOnmouseout()
HTML: Script to be invoked when the pointing device is moves out of this element. |
String |
getOnmouseover()
HTML: Script to be invoked when the pointing device is moved into this element. |
String |
getOnmouseup()
HTML: Script to be invoked when the pointing device is released over this element. |
String |
getRules()
HTML: Controls how rules are rendered between cells. |
String |
getSummary()
HTML: Provides a summary of the contents of the table, for accessibility purposes. |
String |
getTitle()
HTML: An advisory title for this element. |
String |
getWidth()
HTML: Specifies the desired width of the table, as a pixel length or a percentage of available space. |
void |
restoreState(javax.faces.context.FacesContext facesContext,
Object state)
|
Object |
saveState(javax.faces.context.FacesContext facesContext)
|
void |
setAlign(String align)
|
void |
setBgcolor(String bgcolor)
|
void |
setBodyClass(String bodyClass)
|
void |
setBodyStyle(String bodyStyle)
|
void |
setBorder(int border)
|
void |
setCellpadding(String cellpadding)
|
void |
setCellspacing(String cellspacing)
|
void |
setDatafld(String datafld)
|
void |
setDataformatas(String dataformatas)
|
void |
setDatasrc(String datasrc)
|
void |
setDir(String dir)
|
void |
setFooterClass(String footerClass)
|
void |
setFooterStyle(String footerStyle)
|
void |
setFrame(String frame)
|
void |
setHeaderClass(String headerClass)
|
void |
setHeaderStyle(String headerStyle)
|
void |
setLang(String lang)
|
void |
setLayout(String layout)
|
void |
setNavigationClass(String navigationClass)
|
void |
setNavigationStyle(String navigationStyle)
|
void |
setOnclick(String onclick)
|
void |
setOndblclick(String ondblclick)
|
void |
setOnkeydown(String onkeydown)
|
void |
setOnkeypress(String onkeypress)
|
void |
setOnkeyup(String onkeyup)
|
void |
setOnmousedown(String onmousedown)
|
void |
setOnmousemove(String onmousemove)
|
void |
setOnmouseout(String onmouseout)
|
void |
setOnmouseover(String onmouseover)
|
void |
setOnmouseup(String onmouseup)
|
void |
setRules(String rules)
|
void |
setSummary(String summary)
|
void |
setTitle(String title)
|
void |
setWidth(String width)
|
Methods inherited from class org.apache.myfaces.custom.layout.AbstractHtmlPanelLayout |
---|
getBody, getFooter, getHeader, getNavigation |
Methods inherited from class javax.faces.component.html.HtmlPanelGroup |
---|
getStyle, getStyleClass, setStyle, setStyleClass |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public static final String DEFAULT_RENDERER_TYPE
Constructor Detail |
---|
public HtmlPanelLayout()
Method Detail |
---|
public String getFamily()
getFamily
in class javax.faces.component.UIPanel
public String getFooterClass()
AbstractHtmlPanelLayout
getFooterClass
in class AbstractHtmlPanelLayout
public void setFooterClass(String footerClass)
public String getHeaderClass()
AbstractHtmlPanelLayout
getHeaderClass
in class AbstractHtmlPanelLayout
public void setHeaderClass(String headerClass)
public String getLayout()
AbstractHtmlPanelLayout
layout | header | navigation | body | footer =================|========|============|=======|======== classic (Default)| top | left | right | bottom navigationRight | top | right | left | bottom upsideDown | bottom | left | right | top
getLayout
in class AbstractHtmlPanelLayout
public void setLayout(String layout)
public String getNavigationClass()
AbstractHtmlPanelLayout
getNavigationClass
in class AbstractHtmlPanelLayout
public void setNavigationClass(String navigationClass)
public String getBodyClass()
AbstractHtmlPanelLayout
getBodyClass
in class AbstractHtmlPanelLayout
public void setBodyClass(String bodyClass)
public String getHeaderStyle()
AbstractHtmlPanelLayout
getHeaderStyle
in class AbstractHtmlPanelLayout
public void setHeaderStyle(String headerStyle)
public String getNavigationStyle()
AbstractHtmlPanelLayout
getNavigationStyle
in class AbstractHtmlPanelLayout
public void setNavigationStyle(String navigationStyle)
public String getBodyStyle()
AbstractHtmlPanelLayout
getBodyStyle
in class AbstractHtmlPanelLayout
public void setBodyStyle(String bodyStyle)
public String getFooterStyle()
AbstractHtmlPanelLayout
getFooterStyle
in class AbstractHtmlPanelLayout
public void setFooterStyle(String footerStyle)
public String getOnclick()
EventAware
public void setOnclick(String onclick)
public String getOndblclick()
EventAware
public void setOndblclick(String ondblclick)
public String getOnkeydown()
EventAware
public void setOnkeydown(String onkeydown)
public String getOnkeypress()
EventAware
public void setOnkeypress(String onkeypress)
public String getOnkeyup()
EventAware
public void setOnkeyup(String onkeyup)
public String getOnmousedown()
EventAware
public void setOnmousedown(String onmousedown)
public String getOnmousemove()
EventAware
public void setOnmousemove(String onmousemove)
public String getOnmouseout()
EventAware
public void setOnmouseout(String onmouseout)
public String getOnmouseover()
EventAware
public void setOnmouseover(String onmouseover)
public String getOnmouseup()
EventAware
public void setOnmouseup(String onmouseup)
public String getDir()
UniversalProperties
public void setDir(String dir)
public String getLang()
UniversalProperties
public void setLang(String lang)
public String getTitle()
UniversalProperties
public void setTitle(String title)
public String getDatafld()
DataProperties
public void setDatafld(String datafld)
public String getDatasrc()
DataProperties
public void setDatasrc(String datasrc)
public String getDataformatas()
DataProperties
public void setDataformatas(String dataformatas)
public String getBgcolor()
PanelProperties
public void setBgcolor(String bgcolor)
public int getBorder()
PanelProperties
public void setBorder(int border)
public String getCellpadding()
PanelProperties
public void setCellpadding(String cellpadding)
public String getCellspacing()
PanelProperties
public void setCellspacing(String cellspacing)
public String getFrame()
PanelProperties
public void setFrame(String frame)
public String getRules()
PanelProperties
public void setRules(String rules)
public String getSummary()
PanelProperties
public void setSummary(String summary)
public String getWidth()
PanelProperties
public void setWidth(String width)
public String getAlign()
AlignProperty
public void setAlign(String align)
public Object saveState(javax.faces.context.FacesContext facesContext)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.html.HtmlPanelGroup
public void restoreState(javax.faces.context.FacesContext facesContext, Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.html.HtmlPanelGroup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |