Nuxeo Enterprise Platform 5.4

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:
javax.faces.component.StateHolder, javax.faces.component.ValueHolder

public class UIPanel
extends javax.faces.component.UIOutput


Field Summary
 
Fields inherited from class javax.faces.component.UIOutput
COMPONENT_FAMILY, COMPONENT_TYPE
 
Constructor Summary
UIPanel()
           
 
Method Summary
 void encodeAll(javax.faces.context.FacesContext context)
           
 java.lang.String getControlledBy()
           
 java.lang.String getFilter()
           
 java.lang.String getIdentifier()
           
 java.lang.String getJavascript()
           
 java.lang.String getLoading()
           
 java.lang.String getStylesheet()
           
 java.lang.String getSubviews()
           
 java.lang.String getUrl()
           
 java.lang.String getVisibleInPerspectives()
           
 void setControlledBy(java.lang.String controlledBy)
           
 void setFilter(java.lang.String filter)
           
 void setIdentifier(java.lang.String identifier)
           
 void setJavascript(java.lang.String javascript)
           
 void setLoading(java.lang.String loading)
           
 void setStylesheet(java.lang.String stylesheet)
           
 void setSubviews(java.lang.String subviews)
           
 void setUrl(java.lang.String url)
           
 void setVisibleInPerspectives(java.lang.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(javax.faces.context.FacesContext context)
               throws java.io.IOException
Overrides:
encodeAll in class javax.faces.component.UIComponent
Throws:
java.io.IOException

getControlledBy

public java.lang.String getControlledBy()

setControlledBy

public void setControlledBy(java.lang.String controlledBy)

getIdentifier

public java.lang.String getIdentifier()

setIdentifier

public void setIdentifier(java.lang.String identifier)

getJavascript

public java.lang.String getJavascript()

setJavascript

public void setJavascript(java.lang.String javascript)

getStylesheet

public java.lang.String getStylesheet()

setStylesheet

public void setStylesheet(java.lang.String stylesheet)

getSubviews

public java.lang.String getSubviews()

setSubviews

public void setSubviews(java.lang.String subviews)

getUrl

public java.lang.String getUrl()

setUrl

public void setUrl(java.lang.String url)

getVisibleInPerspectives

public java.lang.String getVisibleInPerspectives()

setVisibleInPerspectives

public void setVisibleInPerspectives(java.lang.String visibleInPerspectives)

getLoading

public java.lang.String getLoading()

setLoading

public void setLoading(java.lang.String loading)

getFilter

public java.lang.String getFilter()

setFilter

public void setFilter(java.lang.String filter)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.