Uses of Interface
org.apache.myfaces.trinidadinternal.ui.Renderer

Packages that use Renderer
org.apache.myfaces.trinidadinternal.ui   
org.apache.myfaces.trinidadinternal.ui.composite   
org.apache.myfaces.trinidadinternal.ui.html   
org.apache.myfaces.trinidadinternal.ui.laf   
org.apache.myfaces.trinidadinternal.ui.laf.base   
org.apache.myfaces.trinidadinternal.ui.laf.base.desktop   
org.apache.myfaces.trinidadinternal.ui.laf.base.pda   
org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml   
org.apache.myfaces.trinidadinternal.ui.laf.simple.desktop   
org.apache.myfaces.trinidadinternal.uinode   
 

Uses of Renderer in org.apache.myfaces.trinidadinternal.ui
 

Subinterfaces of Renderer in org.apache.myfaces.trinidadinternal.ui
 interface RoledRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Classes in org.apache.myfaces.trinidadinternal.ui that implement Renderer
 class BaseRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class ElementRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Methods in org.apache.myfaces.trinidadinternal.ui that return Renderer
static Renderer ElementRenderer.getRenderer()
          Deprecated. Returns a shared instance of this renderer.
 Renderer RendererFactoryImpl.getRenderer(java.lang.String name)
          Deprecated. Given a node name, returns the renderer used to render that node.
 Renderer RendererFactory.getRenderer(java.lang.String name)
          Deprecated. Given a node name, should return the renderer used to render that node.
 Renderer RendererManager.getRenderer(java.lang.String namespace, java.lang.String name)
          Deprecated. Utility method for retrieving a renderer by both namespace and name.
 Renderer RendererManager.getRenderer(UINode node)
          Deprecated. Utility method for retrieving a renderer for a UINode.
protected  Renderer BaseUINode.getRenderer(UIXRenderingContext context)
          Deprecated.  
protected  Renderer BaseUINode.getRenderer(UIXRenderingContext context, UINode dataNode)
          Deprecated. Returns the Renderer used to render this UINode.
 

Methods in org.apache.myfaces.trinidadinternal.ui with parameters of type Renderer
 void RendererFactoryImpl.registerRenderer(java.lang.String name, Renderer renderer)
          Deprecated. Registers a renderer instance for use with a local name
 

Uses of Renderer in org.apache.myfaces.trinidadinternal.ui.composite
 

Classes in org.apache.myfaces.trinidadinternal.ui.composite that implement Renderer
 class UINodeRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Methods in org.apache.myfaces.trinidadinternal.ui.composite that return Renderer
protected  Renderer ContextPropertyUINode.getRenderer(UIXRenderingContext context, UINode dataNode)
          Deprecated.  
protected  Renderer ContextPoppingUINode.getRenderer(UIXRenderingContext context, UINode dataNode)
          Deprecated.  
 

Uses of Renderer in org.apache.myfaces.trinidadinternal.ui.html
 

Classes in org.apache.myfaces.trinidadinternal.ui.html that implement Renderer
 class HTMLElementRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Methods in org.apache.myfaces.trinidadinternal.ui.html that return Renderer
static Renderer HTMLElementRenderer.getRenderer()
          Deprecated. Returns a shared instance fo the renderer.
 Renderer HTMLRendererFactory.getRenderer(java.lang.String elementName)
          Deprecated. Returns the renderer for HTML elements.
 Renderer HTMLWebBean.getRenderer(UIXRenderingContext context, UINode dataNode)
          Deprecated. Returns the renderer to use on the bean.
 

Uses of Renderer in org.apache.myfaces.trinidadinternal.ui.laf
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf with parameters of type Renderer
 void LookAndFeelExtension.registerRenderer(java.lang.String namespace, java.lang.String name, java.lang.String facet, Renderer renderer)
          Deprecated. Registers a custom Renderer for the specified component namespace/name.
 

Uses of Renderer in org.apache.myfaces.trinidadinternal.ui.laf.base
 

Classes in org.apache.myfaces.trinidadinternal.ui.laf.base that implement Renderer
 class BaseLafRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class ChildRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class NullRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class RawTextRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class SwitcherRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class TextRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class UnsupportedRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf.base that return Renderer
static Renderer UnsupportedRenderer.getInstance()
          Deprecated.  
static Renderer NullRenderer.getInstance()
          Deprecated.  
static Renderer ChildRenderer.getInstance()
          Deprecated.  
static Renderer TextRenderer.getRenderer()
          Deprecated.  
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf.base with parameters of type Renderer
protected static void BaseLookAndFeel.registerRenderers(RendererFactoryImpl factory, java.lang.String[] localNames, Renderer renderer)
          Deprecated. Registers the same instance of a Renderer for several different
 

Uses of Renderer in org.apache.myfaces.trinidadinternal.ui.laf.base.desktop
 

Classes in org.apache.myfaces.trinidadinternal.ui.laf.base.desktop that implement Renderer
 class ApplicationSwitcherRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class ButtonRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class ColorPaletteRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class ContentFooterRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class FooterRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class GlobalButtonRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class GlobalHeaderRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class HtmlLafRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class IconButtonRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class MenuListRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class MessageBoxRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class NavigationTreeRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class PageHeaderLayoutRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class PageLayoutRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class PageMenuBarRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class PageMenuListRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class PageMenuTabsRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class PageNavigationTreeRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class PanelTabbedRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class PrintablePageLayoutRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class ProcessingRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class ResetButtonRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class SeparatorRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class SideBarRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class SideNavRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class SubmitButtonRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class SubTabBarRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class TabBarRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class TreeRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.desktop that return Renderer
protected  Renderer SubmitButtonRenderer.getAltRenderer()
          Deprecated. Override of ResetButtonRenderer.getAltRenderer() which returns the alternate Renderer for submit buttons.
protected  Renderer ResetButtonRenderer.getAltRenderer()
          Deprecated. Override of ButtonRenderer.getAltRenderer() which returns the alternate Renderer for reset buttons.
protected  Renderer ButtonRenderer.getAltRenderer()
          Deprecated. Returns the alternate Renderer for button.
 

Uses of Renderer in org.apache.myfaces.trinidadinternal.ui.laf.base.pda
 

Classes in org.apache.myfaces.trinidadinternal.ui.laf.base.pda that implement Renderer
 class ShowItemRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class StackLayoutRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Uses of Renderer in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml
 

Classes in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml that implement Renderer
 class AliasRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class BorderLayoutRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class BreadCrumbsRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class CellFormatRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class ChoiceRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class CommandItemRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class CommandNavigationItemRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class FlowLayoutRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class FormElementRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class FormInputRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class FormSelectRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class FormValueRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class GlobalButtonBarRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class HeaderRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class IconKeyRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class IconRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class ImageRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class LinkRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class NavigationBarRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class NavigationPathRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class OptionContainerRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
protected static class OptionContainerRenderer.OptionRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class OptionRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class PageMenuButtonsRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class PageNavigationPathRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class PageRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class ProcessChoiceBarRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class RowLayoutRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class ScriptRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class SelectOptionRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class SpacerRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class StyledTextRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class TableLayoutRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class XhtmlLafRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Fields in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml declared as Renderer
 Renderer OptionContainerRenderer.OptionInfo.renderer
           
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml that return Renderer
protected  Renderer BreadCrumbsRenderer.getBetweenRenderer(UIXRenderingContext context)
          Deprecated.  
protected abstract  Renderer OptionContainerRenderer.getOptionRenderer(UIXRenderingContext context)
          Deprecated. Subclasses should implement this method to return the specifc option renderer to use.
protected  Renderer FormSelectRenderer.getOptionRenderer(UIXRenderingContext context)
          Deprecated.  
 

Uses of Renderer in org.apache.myfaces.trinidadinternal.ui.laf.simple.desktop
 

Classes in org.apache.myfaces.trinidadinternal.ui.laf.simple.desktop that implement Renderer
 class SimpleDesktopRenderer
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Uses of Renderer in org.apache.myfaces.trinidadinternal.uinode
 

Methods in org.apache.myfaces.trinidadinternal.uinode that return Renderer
protected  Renderer UIXComponentUINode.getRenderer(UIXRenderingContext context, UINode dataNode)
          Deprecated.  
 



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