Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.jsf.taglib
Class PanelTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTagBase
      extended by javax.faces.webapp.UIComponentClassicTagBase
          extended by javax.faces.webapp.UIComponentELTag
              extended by org.nuxeo.theme.jsf.taglib.PanelTag
All Implemented Interfaces:
BodyTag, IterationTag, JspIdConsumer, JspTag, Tag

public class PanelTag
extends UIComponentELTag


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Constructor Summary
PanelTag()
           
 
Method Summary
 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)
           
 void setStylesheet(String stylesheet)
           
 void setSubviews(String subviews)
           
 void setUrl(String url)
           
 void setVisibleInPerspectives(String visibleInPerspectives)
           
 
Methods inherited from class javax.faces.webapp.UIComponentELTag
setBinding, setRendered
 
Methods inherited from class javax.faces.webapp.UIComponentClassicTagBase
doAfterBody, doEndTag, doInitBody, doStartTag, getBodyContent, getComponentInstance, getCreated, getJspId, getParent, getParentUIComponentClassicTagBase, getPreviousOut, setBodyContent, setId, setJspId, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, setPageContext, setParent
 

Constructor Detail

PanelTag

public PanelTag()
Method Detail

getComponentType

public String getComponentType()
Specified by:
getComponentType in class UIComponentTagBase

getRendererType

public String getRendererType()
Specified by:
getRendererType in class UIComponentTagBase

release

public void release()
Specified by:
release in interface Tag
Overrides:
release in class UIComponentELTag

getControlledBy

public String getControlledBy()

setControlledBy

public void setControlledBy(String controlledBy)

getIdentifier

public String getIdentifier()

setIdentifier

public void setIdentifier(String identifier)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getVisibleInPerspectives

public String getVisibleInPerspectives()

setVisibleInPerspectives

public void setVisibleInPerspectives(String visibleInPerspectives)

getStylesheet

public String getStylesheet()

setStylesheet

public void setStylesheet(String stylesheet)

getJavascript

public String getJavascript()

setJavascript

public void setJavascript(String javascript)

getSubviews

public String getSubviews()

setSubviews

public void setSubviews(String subviews)

getLoading

public String getLoading()

setLoading

public void setLoading(String loading)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.