Save This Page
Home » mojarra-1.2_09-b02-FCS-source » javax.faces.component » [javadoc | source]
javax.faces.component
public class: UIOutput [javadoc | source]
java.lang.Object
   javax.faces.component.UIComponent
      javax.faces.component.UIComponentBase
         javax.faces.component.UIOutput

All Implemented Interfaces:
    ValueHolder, StateHolder

Direct Known Subclasses:
    UISelectMany, HtmlSelectOneListbox, HtmlSelectManyCheckbox, UISelectBoolean, HtmlOutputFormat, HtmlSelectManyListbox, HtmlSelectBooleanCheckbox, HtmlSelectManyMenu, HtmlInputHidden, HtmlInputSecret, HtmlSelectOneMenu, HtmlInputText, UISelectOne, HtmlSelectOneRadio, HtmlOutputLabel, UIInput, HtmlOutputLink, HtmlInputTextarea, HtmlOutputText

UIOutput is a UIComponent that has a value, optionally retrieved from a model tier bean via a value expression, that is displayed to the user. The user cannot directly modify the rendered value; it is for display purposes only.

During the Render Response phase of the request processing lifecycle, the current value of this component must be converted to a String (if it is not already), according to the following rules:

By default, the rendererType property must be set to "javax.faces.Text". This value can be changed by calling the setRendererType() method.

Field Summary
public static final  String COMPONENT_TYPE   

The standard component type for this component.

 
public static final  String COMPONENT_FAMILY   

The standard component family for this component.

 
Fields inherited from javax.faces.component.UIComponent:
attributesThatAreSet,  bindings
Constructor:
 public UIOutput() 
Method from javax.faces.component.UIOutput Summary:
getConverter,   getFamily,   getLocalValue,   getValue,   restoreState,   saveState,   setConverter,   setValue
Methods from javax.faces.component.UIComponentBase:
addFacesListener,   broadcast,   decode,   encodeBegin,   encodeChildren,   encodeEnd,   findComponent,   getAttributes,   getChildCount,   getChildren,   getClientId,   getDescriptorMap,   getFacesContext,   getFacesListeners,   getFacet,   getFacetCount,   getFacets,   getFacetsAndChildren,   getId,   getParent,   getRenderer,   getRendererType,   getRendersChildren,   getValueBinding,   invokeOnComponent,   isRendered,   isTransient,   processDecodes,   processRestoreState,   processSaveState,   processUpdates,   processValidators,   queueEvent,   removeFacesListener,   restoreAttachedState,   restoreState,   saveAttachedState,   saveState,   setId,   setParent,   setRendered,   setRendererType,   setTransient,   setValueBinding
Methods from javax.faces.component.UIComponent:
addFacesListener,   broadcast,   decode,   encodeAll,   encodeBegin,   encodeChildren,   encodeEnd,   findComponent,   getAttributes,   getAttributesThatAreSet,   getChildCount,   getChildren,   getClientId,   getContainerClientId,   getFacesContext,   getFacesListeners,   getFacet,   getFacetCount,   getFacets,   getFacetsAndChildren,   getFamily,   getId,   getParent,   getRenderer,   getRendererType,   getRendersChildren,   getValueBinding,   getValueExpression,   invokeOnComponent,   isRendered,   processDecodes,   processRestoreState,   processSaveState,   processUpdates,   processValidators,   queueEvent,   removeFacesListener,   setId,   setParent,   setRendered,   setRendererType,   setValueBinding,   setValueExpression
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.UIOutput Detail:
 public Converter getConverter() 
 public String getFamily() 
 public Object getLocalValue() 
 public Object getValue() 
 public  void restoreState(FacesContext context,
    Object state) 
 public Object saveState(FacesContext context) 
 public  void setConverter(Converter converter) 
 public  void setValue(Object value)