Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.jsf.component
Class UIPanel

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.UIPanel
All Implemented Interfaces:
StateHolder, ValueHolder

public class UIPanel
extends UIOutput


Field Summary
 
Fields inherited from class javax.faces.component.UIOutput
COMPONENT_FAMILY, COMPONENT_TYPE
 
Constructor Summary
UIPanel()
           
 
Method Summary
 void encodeAll(FacesContext context)
           
 String getControlledBy()
           
 String getFilter()
           
 String getIdentifier()
           
 String getJavascript()
           
 String getLoading()
           
 String getStylesheet()
           
 String getSubviews()
           
 String getUrl()
           
 String getVisibleInPerspectives()
           
 void setControlledBy(String controlledBy)
           
 void setFilter(String filter)
           
 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.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

UIPanel

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

getJavascript

public String getJavascript()

setJavascript

public void setJavascript(String javascript)

getStylesheet

public String getStylesheet()

setStylesheet

public void setStylesheet(String stylesheet)

getSubviews

public String getSubviews()

setSubviews

public void setSubviews(String subviews)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getVisibleInPerspectives

public String getVisibleInPerspectives()

setVisibleInPerspectives

public void setVisibleInPerspectives(String visibleInPerspectives)

getLoading

public String getLoading()

setLoading

public void setLoading(String loading)

getFilter

public String getFilter()

setFilter

public void setFilter(String filter)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.