Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.jsf.taglib
Class ButtonTag

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.ButtonTag
All Implemented Interfaces:
BodyTag, IterationTag, JspIdConsumer, JspTag, Tag

public class ButtonTag
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
ButtonTag()
           
 
Method Summary
 String getClassNames()
           
 String getComponentType()
           
 String getControlledBy()
           
 String getIcon()
           
 String getIdentifier()
           
 String getLink()
           
 String getMenu()
           
 String getRendererType()
           
 String getSwitchTo()
           
 void release()
           
 void setClassNames(String classNames)
           
 void setControlledBy(String controlledBy)
           
 void setIcon(String icon)
           
 void setIdentifier(String identifier)
           
 void setLink(String link)
           
 void setMenu(String menu)
           
 void setSwitchTo(String switchTo)
           
 
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

ButtonTag

public ButtonTag()
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

getIdentifier

public String getIdentifier()

setIdentifier

public void setIdentifier(String identifier)

getSwitchTo

public String getSwitchTo()

setSwitchTo

public void setSwitchTo(String switchTo)

getControlledBy

public String getControlledBy()

setControlledBy

public void setControlledBy(String controlledBy)

getLink

public String getLink()

setLink

public void setLink(String link)

getMenu

public String getMenu()

setMenu

public void setMenu(String menu)

getIcon

public String getIcon()

setIcon

public void setIcon(String icon)

getClassNames

public String getClassNames()

setClassNames

public void setClassNames(String classNames)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.