Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.jsf.component
Class UIButton

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by org.nuxeo.theme.jsf.component.UIButton
All Implemented Interfaces:
StateHolder, ValueHolder

public class UIButton
extends UIOutput


Field Summary
 
Fields inherited from class javax.faces.component.UIOutput
COMPONENT_FAMILY, COMPONENT_TYPE
 
Constructor Summary
UIButton()
           
 
Method Summary
 void encodeAll(FacesContext context)
           
 String getClassNames()
           
 String getControlledBy()
           
 String getIcon()
           
 String getIdentifier()
           
 String getLabel()
           
 String getLink()
           
 String getMenu()
           
 String getSwitchTo()
           
 void setClassNames(String classNames)
           
 void setControlledBy(String controlledBy)
           
 void setIcon(String icon)
           
 void setIdentifier(String identifier)
           
 void setLabel(String label)
           
 void setLink(String link)
           
 void setMenu(String menu)
           
 void setSwitchTo(String switchTo)
           
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getFamily, getLocalValue, getValue, restoreState, saveState, setConverter, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
getContainerClientId, getValueExpression, setValueExpression
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIButton

public UIButton()
Method Detail

encodeAll

public void encodeAll(FacesContext context)
               throws IOException
Overrides:
encodeAll in class UIComponent
Throws:
IOException

getControlledBy

public String getControlledBy()

setControlledBy

public void setControlledBy(String controlledBy)

getIdentifier

public String getIdentifier()

setIdentifier

public void setIdentifier(String identifier)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getLink

public String getLink()

setLink

public void setLink(String link)

getMenu

public String getMenu()

setMenu

public void setMenu(String menu)

getSwitchTo

public String getSwitchTo()

setSwitchTo

public void setSwitchTo(String switchTo)

getClassNames

public String getClassNames()

setClassNames

public void setClassNames(String classNames)

getIcon

public String getIcon()

setIcon

public void setIcon(String icon)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.