Skip navigation links


Uses of Interface
org.apache.myfaces.trinidad.bean.FacesBean

Packages that use FacesBean
org.apache.myfaces.trinidad.bean   
org.apache.myfaces.trinidad.bean.util   
org.apache.myfaces.trinidad.component   
org.apache.myfaces.trinidad.render   
org.apache.myfaces.trinidad.webapp   

 

Uses of FacesBean in org.apache.myfaces.trinidad.bean

 

Classes in org.apache.myfaces.trinidad.bean that implement FacesBean
 class FacesBeanImpl
          Base implementation of FacesBean.

 

Methods in org.apache.myfaces.trinidad.bean that return FacesBean
static FacesBean FacesBeanFactory.createFacesBean(java.lang.Class<?> ownerClass, java.lang.String rendererType)
          Create a FacesBean for a component class.
static FacesBean FacesBeanFactory.createFacesBean(java.lang.String beanType, java.lang.String rendererType)
           

 

Methods in org.apache.myfaces.trinidad.bean with parameters of type FacesBean
 void FacesBean.addAll(FacesBean from)
          Copies all properties, bindings, and list entries from one bean to another.
 void FacesBeanImpl.addAll(FacesBean from)
           

 

Uses of FacesBean in org.apache.myfaces.trinidad.bean.util

 

Constructors in org.apache.myfaces.trinidad.bean.util with parameters of type FacesBean
ValueMap(FacesBean bean)
           

 

Uses of FacesBean in org.apache.myfaces.trinidad.component

 

Subinterfaces of FacesBean in org.apache.myfaces.trinidad.component
 interface UIXFacesBean
          Subinterface for FacesBeans that are used for the storage of a UIXComponent.

 

Classes in org.apache.myfaces.trinidad.component that implement FacesBean
 class FacesBeanWrapper
          Wrapper for FacesBean

 

Methods in org.apache.myfaces.trinidad.component that return FacesBean
protected  FacesBean UIXComponentBase.createFacesBean(java.lang.String rendererType)
           
protected  FacesBean UIXPage.createFacesBean(java.lang.String rendererType)
           
protected  FacesBean UIXListView.createFacesBean(java.lang.String rendererType)
           
protected  FacesBean UIXTree.createFacesBean(java.lang.String rendererType)
           
protected  FacesBean UIXTable.createFacesBean(java.lang.String rendererType)
           
protected  FacesBean UIXNavigationTree.createFacesBean(java.lang.String rendererType)
           
 FacesBean UIXComponentBase.getFacesBean()
           
abstract  FacesBean UIXComponent.getFacesBean()
          Returns the FacesBean used for storing the component's state.
 FacesBean FacesBeanWrapper.getWrappedBean()
           

 

Methods in org.apache.myfaces.trinidad.component with parameters of type FacesBean
 void FacesBeanWrapper.addAll(FacesBean from)
           

 

Constructors in org.apache.myfaces.trinidad.component with parameters of type FacesBean
FacesBeanWrapper(FacesBean beanToWrap)
           

 

Uses of FacesBean in org.apache.myfaces.trinidad.render

 

Methods in org.apache.myfaces.trinidad.render that return FacesBean
protected  FacesBean CoreRenderer.getFacesBean(javax.faces.component.UIComponent component)
           

 

Methods in org.apache.myfaces.trinidad.render with parameters of type FacesBean
protected  void CoreRenderer.afterEncode(javax.faces.context.FacesContext context, RenderingContext rc, javax.faces.component.UIComponent component, FacesBean bean)
          Hook method that gets invoked after the component is encoded
protected  void CoreRenderer.beforeEncode(javax.faces.context.FacesContext context, RenderingContext rc, javax.faces.component.UIComponent component, FacesBean bean)
          Hook method that gets invoked before the component is encoded
protected  void CoreRenderer.delegateRenderer(javax.faces.context.FacesContext context, RenderingContext rc, javax.faces.component.UIComponent component, FacesBean bean, CoreRenderer renderer)
           
protected  void CoreRenderer.delegateRendererBegin(javax.faces.context.FacesContext context, RenderingContext rc, javax.faces.component.UIComponent component, FacesBean bean, CoreRenderer renderer)
           
protected  void CoreRenderer.delegateRendererEnd(javax.faces.context.FacesContext context, RenderingContext rc, javax.faces.component.UIComponent component, FacesBean bean, CoreRenderer renderer)
           
protected  void CoreRenderer.encodeAll(javax.faces.context.FacesContext context, RenderingContext rc, javax.faces.component.UIComponent component, FacesBean bean)
          Hook for rendering all of a component; only called if getRendersChildren() is true.
protected  void CoreRenderer.encodeBegin(javax.faces.context.FacesContext context, RenderingContext rc, javax.faces.component.UIComponent component, FacesBean bean)
          Hook for rendering the start of a component; only called if getRendersChildren() is false.
protected  void CoreRenderer.encodeEnd(javax.faces.context.FacesContext context, RenderingContext rc, javax.faces.component.UIComponent component, FacesBean bean)
          Hook for rendering the end of a component; only called if getRendersChildren() is false.

 

Uses of FacesBean in org.apache.myfaces.trinidad.webapp

 

Methods in org.apache.myfaces.trinidad.webapp with parameters of type FacesBean
protected  void UIXComponentTag.setBooleanProperty(FacesBean bean, PropertyKey key, java.lang.String value)
          Set a property of type java.lang.Boolean.
protected  void UIXComponentTag.setCharacterProperty(FacesBean bean, PropertyKey key, java.lang.String value)
          Set a property of type java.lang.Character.
protected  void UIXComponentTag.setDateProperty(FacesBean bean, PropertyKey key, java.lang.String value)
          Set a property of type java.util.Date.
protected  void UIXComponentELTag.setDateProperty(FacesBean bean, PropertyKey key, javax.el.ValueExpression expression)
          Set a property of type java.util.Date.
protected  void UIXComponentTag.setDoubleProperty(FacesBean bean, PropertyKey key, java.lang.String value)
          Set a property of type java.lang.Double.
protected  void UIXComponentTag.setFloatProperty(FacesBean bean, PropertyKey key, java.lang.String value)
          Set a property of type java.lang.Float.
protected  void UIXComponentTag.setIntArrayProperty(FacesBean bean, PropertyKey key, java.lang.String value)
          Set a property of type int[].
protected  void UIXComponentELTag.setIntArrayProperty(FacesBean bean, PropertyKey key, javax.el.ValueExpression expression)
          Set a property of type int[].
protected  void UIXComponentTag.setIntegerProperty(FacesBean bean, PropertyKey key, java.lang.String value)
          Set a property of type java.lang.Integer.
protected  void UIXComponentTag.setLongProperty(FacesBean bean, PropertyKey key, java.lang.String value)
          Set a property of type java.lang.Long.
protected  void UIXComponentELTag.setMaxDateProperty(FacesBean bean, PropertyKey key, javax.el.ValueExpression expression)
          Set a property of type java.util.Date.
protected  void UIXComponentTag.setNumberProperty(FacesBean bean, PropertyKey key, java.lang.String value)
          Set a property of type java.lang.Number.
protected  void UIXComponentELTag.setNumberProperty(FacesBean bean, PropertyKey key, javax.el.ValueExpression expression)
          Set a property of type java.lang.Number.
protected  void UIXComponentELTag.setProperties(FacesBean bean)
           
protected  void UIXComponentTag.setProperties(FacesBean bean)
           
protected  void UIXComponentTag.setProperty(FacesBean bean, PropertyKey key, java.lang.String value)
           
protected  void UIXComponentELTag.setProperty(FacesBean bean, PropertyKey key, javax.el.ValueExpression expression)
           
protected  void UIXComponentTag.setStringArrayProperty(FacesBean bean, PropertyKey key, java.lang.String value)
          Set a property of type java.lang.String[].
protected  void UIXComponentELTag.setStringArrayProperty(FacesBean bean, PropertyKey key, javax.el.ValueExpression expression)
          Set a property of type java.lang.String[].
protected  void UIXComponentELTag.setStringListProperty(FacesBean bean, PropertyKey key, javax.el.ValueExpression expression)
          Set a property of type java.util.List<java.lang.String>.
protected  void UIXComponentELTag.setStringSetProperty(FacesBean bean, PropertyKey key, javax.el.ValueExpression expression)
          Set a property of type java.util.Set<java.lang.String>.

 


Skip navigation links


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.