Uses of Class
org.apache.myfaces.trinidad.bean.FacesBean.Type

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

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

Methods in org.apache.myfaces.trinidad.bean that return FacesBean.Type
 FacesBean.Type PropertyKey.getOwner()
          Returns the owning type for this property key.
abstract  FacesBean.Type FacesBeanImpl.getType()
          Get the type of a FacesBean
 FacesBean.Type FacesBean.getType()
          Returns the Type of this bean.
static FacesBean.Type TypeRepository.getType(java.lang.String componentFamily, java.lang.String rendererType)
           
 

Methods in org.apache.myfaces.trinidad.bean with parameters of type FacesBean.Type
 void PropertyMap.restoreState(javax.faces.context.FacesContext context, FacesBean.Type type, java.lang.Object state)
           
 

Constructors in org.apache.myfaces.trinidad.bean with parameters of type FacesBean.Type
FacesBean.Type(FacesBean.Type superType)
           
 

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

Methods in org.apache.myfaces.trinidad.bean.util that return FacesBean.Type
protected  FacesBean.Type FlaggedPropertyMap.getType()
          Retrieves FacesBean type used by this map's owner bean
 

Methods in org.apache.myfaces.trinidad.bean.util with parameters of type FacesBean.Type
static PropertyKey StateUtils.restoreKey(FacesBean.Type type, java.lang.Object value)
          Restores a persisted PropertyKey.
 void PropertyHashMap.restoreState(javax.faces.context.FacesContext context, FacesBean.Type type, java.lang.Object state)
           
 void PropertyArrayMap.restoreState(javax.faces.context.FacesContext context, FacesBean.Type type, java.lang.Object state)
           
 void FlaggedPropertyMap.restoreState(javax.faces.context.FacesContext context, FacesBean.Type type, java.lang.Object state)
           
static void StateUtils.restoreState(PropertyMap map, javax.faces.context.FacesContext context, FacesBean.Type type, java.lang.Object state, boolean useStateHolder)
          Generic (unoptimized) version of PropertyMap state restoring.
 void PropertyHashMap.setType(FacesBean.Type type)
          Sets the the FacesBean type used by this map's owner bean
 void PropertyArrayMap.setType(FacesBean.Type type)
          Sets the the FacesBean type used by this map's owner bean
 void FlaggedPropertyMap.setType(FacesBean.Type type)
          Sets the the FacesBean type used by this map's owner bean
 

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

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

Fields in org.apache.myfaces.trinidad.component declared as FacesBean.Type
static FacesBean.Type UIXComponentBase.TYPE
           
static FacesBean.Type UIXCollection.TYPE
           
 

Methods in org.apache.myfaces.trinidad.component that return FacesBean.Type
protected  FacesBean.Type UIXComponentBase.getBeanType()
           
 FacesBean.Type UIXFacesBeanImpl.getType()
           
 FacesBean.Type FacesBeanWrapper.getType()
           
 

Methods in org.apache.myfaces.trinidad.component with parameters of type FacesBean.Type
 void UIXFacesBeanImpl.init(UIXComponent component, FacesBean.Type type)
          Subclassers most call super with the component and type
 void UIXFacesBean.init(UIXComponent component, FacesBean.Type type)
          Initialize a UIXFacesBean with a specific component and type.
 void UIXEditableFacesBeanImpl.init(UIXComponent component, FacesBean.Type type)
          Subclassers most call super with the component and type
 

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

Methods in org.apache.myfaces.trinidad.render with parameters of type FacesBean.Type
 javax.faces.render.Renderer TypedRenderer.cloneWithType(FacesBean.Type type)
           
 



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