Uses of Class
org.apache.myfaces.trinidad.component.UIXComponent

Packages that use UIXComponent
org.apache.myfaces.trinidad.component   
org.apache.myfaces.trinidad.render   
 

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

Subclasses of UIXComponent in org.apache.myfaces.trinidad.component
 class UIXCollection
          Base class for components that do stamping.
 class UIXComponentBase
          Base implementation of components for all of Trinidad.
 class UIXHierarchy
          Base class for components that take a TreeModel, which is a hierarchical model.
 class UIXMenuHierarchy
          Base class for the Menu component.
 class UIXNavigationHierarchy
          Base class for the Navigation component.
 

Methods in org.apache.myfaces.trinidad.component that return UIXComponent
 UIXComponent UIXFacesBeanImpl.getComponent()
           
 

Methods in org.apache.myfaces.trinidad.component with parameters of type UIXComponent
 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 UIXComponent in org.apache.myfaces.trinidad.render
 

Methods in org.apache.myfaces.trinidad.render with parameters of type UIXComponent
 void CoreRenderer.setupEncodingContext(javax.faces.context.FacesContext context, RenderingContext rc, UIXComponent component)
          Deprecated. 
 void CoreRenderer.tearDownEncodingContext(javax.faces.context.FacesContext context, RenderingContext rc, UIXComponent component)
          Deprecated. 
 boolean CoreRenderer.visitChildrenForEncoding(UIXComponent component, javax.faces.component.visit.VisitContext visitContext, javax.faces.component.visit.VisitCallback callback)
          Hook to allow the renderer to customize the visitation of the children components of a component during the visitation of a component during rendering.
 



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