Uses of Interface
oracle.adf.view.faces.bean.FacesBean

Packages that use FacesBean
oracle.adf.view.faces.bean   
oracle.adf.view.faces.bean.util   
oracle.adf.view.faces.component   
oracle.adf.view.faces.webapp   
 

Uses of FacesBean in oracle.adf.view.faces.bean
 

Classes in oracle.adf.view.faces.bean that implement FacesBean
 class FacesBeanImpl
          Base implementation of FacesBean.
 

Methods in oracle.adf.view.faces.bean that return FacesBean
static FacesBean FacesBeanFactory.createFacesBean(java.lang.Class ownerClass, java.lang.String rendererType)
           
static FacesBean FacesBeanFactory.createFacesBean(java.lang.String beanType, java.lang.String rendererType)
           
 

Methods in oracle.adf.view.faces.bean with parameters of type FacesBean
 void FacesBeanImpl.addAll(FacesBean from)
           
 void FacesBean.addAll(FacesBean from)
          Copies all properties, bindings, and list entries from one bean to another.
 

Uses of FacesBean in oracle.adf.view.faces.bean.util
 

Constructors in oracle.adf.view.faces.bean.util with parameters of type FacesBean
ValueMap(FacesBean bean)
           
 

Uses of FacesBean in oracle.adf.view.faces.component
 

Subinterfaces of FacesBean in oracle.adf.view.faces.component
 interface UIXFacesBean
           
 

Methods in oracle.adf.view.faces.component that return FacesBean
protected  FacesBean UIXComponentBase.createFacesBean(java.lang.String rendererType)
           
 FacesBean UIXComponentBase.getFacesBean()
           
abstract  FacesBean UIXComponent.getFacesBean()
           
 

Uses of FacesBean in oracle.adf.view.faces.webapp
 

Methods in oracle.adf.view.faces.webapp with parameters of type FacesBean
protected  void UIXComponentTag.setProperty(FacesBean bean, PropertyKey key, java.lang.String value)
           
protected  void UIXComponentTag.setBooleanProperty(FacesBean bean, PropertyKey key, java.lang.String value)
          Set a property of type java.lang.Boolean.
protected  void UIXComponentTag.setIntegerProperty(FacesBean bean, PropertyKey key, java.lang.String value)
          Set a property of type java.lang.Integer.
protected  void UIXComponentTag.setCharacterProperty(FacesBean bean, PropertyKey key, java.lang.String value)
          Set a property of type java.lang.Character.
protected  void UIXComponentTag.setLongProperty(FacesBean bean, PropertyKey key, java.lang.String value)
          Set a property of type java.lang.Long.
protected  void UIXComponentTag.setStringArrayProperty(FacesBean bean, PropertyKey key, java.lang.String value)
          Set a property of type java.lang.String[].
protected  void UIXComponentTag.setDateProperty(FacesBean bean, PropertyKey key, java.lang.String value)
          Set a property of type java.util.Date.
protected  void UIXComponentTag.setProperties(FacesBean bean)
           
 



Copyright © 2003-2004 Oracle Corporation. All Rights Reserved.