public class PanelTag extends HtmlComponentTag
| Constructor and Description |
|---|
PanelTag() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponentType() |
protected int |
getDoStartValue()
Override this to allow the panel component to control whether child components
are rendered by the JSP tag framework.
|
java.lang.String |
getRendererType() |
void |
release() |
void |
setBgcolor(java.lang.String bgcolor)
Set the bgcolor
|
void |
setBorder(java.lang.String border)
Set the border
|
void |
setExpanded(java.lang.String expanded)
Set whether the panel is expanded, default is true.
|
void |
setExpandedActionListener(java.lang.String expandedActionListener)
Set the expandedActionListener
|
void |
setExpandedTitleBorder(java.lang.String expandedTitleBorder) |
void |
setFacetsId(java.lang.String facetsId)
Set the facetsId
|
void |
setLabel(java.lang.String label)
Set the label
|
void |
setProgressive(java.lang.String progressive)
Set the progressive
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setTitleBgcolor(java.lang.String titleBgcolor) |
void |
setTitleBorder(java.lang.String titleBorder) |
setStyle, setStyleClass, setTooltipsetActionListenerProperty, setActionProperty, setBooleanProperty, setBooleanStaticProperty, setIntProperty, setIntStaticProperty, setStringBindingProperty, setStringProperty, setStringStaticPropertydoEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterpublic java.lang.String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagUIComponentTag.getComponentType()public java.lang.String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagUIComponentTag.getRendererType()protected void setProperties(javax.faces.component.UIComponent component)
setProperties in class HtmlComponentTagUIComponentTag.setProperties(javax.faces.component.UIComponent)public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class HtmlComponentTagTag.release()protected int getDoStartValue()
throws javax.servlet.jsp.JspException
getDoStartValue in class javax.faces.webapp.UIComponentTagjavax.servlet.jsp.JspExceptionpublic void setBorder(java.lang.String border)
border - the borderpublic void setProgressive(java.lang.String progressive)
progressive - the progressivepublic void setLabel(java.lang.String label)
label - the labelpublic void setBgcolor(java.lang.String bgcolor)
bgcolor - the bgcolorpublic void setTitleBgcolor(java.lang.String titleBgcolor)
titleBgcolor - The title area background colorpublic void setTitleBorder(java.lang.String titleBorder)
titleBorder - The title area border stylepublic void setExpandedTitleBorder(java.lang.String expandedTitleBorder)
expandedTitleBorder - The expanded title area border stylepublic void setExpanded(java.lang.String expanded)
expanded - the expanded flagpublic void setExpandedActionListener(java.lang.String expandedActionListener)
expandedActionListener - the expandedActionListenerpublic void setFacetsId(java.lang.String facetsId)
facetsId - the facetsIdCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.