public class PanelTag extends javax.faces.webapp.UIComponentELTag
bodyContent, pageContext, UNIQUE_ID_PREFIX
Constructor and Description |
---|
PanelTag() |
Modifier and Type | Method and Description |
---|---|
String |
getComponentType() |
String |
getControlledBy() |
String |
getIdentifier() |
String |
getJavascript() |
String |
getLoading() |
String |
getRendererType() |
String |
getStylesheet() |
String |
getSubviews() |
String |
getUrl() |
String |
getVisibleInPerspectives() |
void |
release() |
void |
setControlledBy(String controlledBy) |
void |
setIdentifier(String identifier) |
void |
setJavascript(String javascript) |
void |
setLoading(String loading) |
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setStylesheet(String stylesheet) |
void |
setSubviews(String subviews) |
void |
setUrl(String url) |
void |
setVisibleInPerspectives(String visibleInPerspectives) |
createComponent, getELContext, hasBinding, setBinding, setRendered
addChild, addFacet, addVerbatimAfterComponent, addVerbatimBeforeComponent, createVerbatimComponent, createVerbatimComponentFromBodyContent, doAfterBody, doEndTag, doInitBody, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getBodyContent, getComponentInstance, getCreated, getCreatedComponents, getDoAfterBodyValue, getDoEndValue, getDoStartValue, getFacesContext, getFacesJspId, getFacetName, getId, getIndexOfNextChildTag, getJspId, getParent, getParentUIComponentClassicTagBase, getPreviousOut, setBodyContent, setId, setJspId, setPageContext, setParent, setupResponseWriter
public PanelTag()
public String getComponentType()
getComponentType
in class javax.faces.webapp.UIComponentTagBase
public String getRendererType()
getRendererType
in class javax.faces.webapp.UIComponentTagBase
protected void setProperties(javax.faces.component.UIComponent component)
setProperties
in class javax.faces.webapp.UIComponentELTag
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.faces.webapp.UIComponentELTag
public String getControlledBy()
public void setControlledBy(String controlledBy)
public String getIdentifier()
public void setIdentifier(String identifier)
public String getVisibleInPerspectives()
public void setVisibleInPerspectives(String visibleInPerspectives)
public String getStylesheet()
public void setStylesheet(String stylesheet)
public String getJavascript()
public void setJavascript(String javascript)
public String getSubviews()
public void setSubviews(String subviews)
public String getLoading()
public void setLoading(String loading)
Copyright © 2015 Nuxeo SA. All rights reserved.