public class PanelTag extends HtmlComponentTag
| Constructor and Description |
|---|
PanelTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType() |
protected int |
getDoStartValue()
Override this to allow the panel component to control whether child components
are rendered by the JSP tag framework.
|
String |
getRendererType() |
void |
release() |
void |
setBgcolor(String bgcolor)
Set the bgcolor
|
void |
setBorder(String border)
Set the border
|
void |
setExpanded(String expanded)
Set whether the panel is expanded, default is true.
|
void |
setExpandedActionListener(String expandedActionListener)
Set the expandedActionListener
|
void |
setExpandedTitleBorder(String expandedTitleBorder) |
void |
setFacetsId(String facetsId)
Set the facetsId
|
void |
setLabel(String label)
Set the label
|
void |
setProgressive(String progressive)
Set the progressive
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setTitleBgcolor(String titleBgcolor) |
void |
setTitleBorder(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 String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagUIComponentTag.getComponentType()public 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(String border)
border - the borderpublic void setProgressive(String progressive)
progressive - the progressivepublic void setLabel(String label)
label - the labelpublic void setBgcolor(String bgcolor)
bgcolor - the bgcolorpublic void setTitleBgcolor(String titleBgcolor)
titleBgcolor - The title area background colorpublic void setTitleBorder(String titleBorder)
titleBorder - The title area border stylepublic void setExpandedTitleBorder(String expandedTitleBorder)
expandedTitleBorder - The expanded title area border stylepublic void setExpanded(String expanded)
expanded - the expanded flagpublic void setExpandedActionListener(String expandedActionListener)
expandedActionListener - the expandedActionListenerpublic void setFacetsId(String facetsId)
facetsId - the facetsIdCopyright © 2005–2018 Alfresco Software. All rights reserved.