Uses of Interface
org.olat.core.gui.components.ComponentRenderer

Packages that use ComponentRenderer
org.olat.commons.calendar.ui.components   
org.olat.core.commons.modules.bc.components   
org.olat.core.gui   
org.olat.core.gui.components   
org.olat.core.gui.components.choice   
org.olat.core.gui.components.date   
org.olat.core.gui.components.delegating   
org.olat.core.gui.components.download   
org.olat.core.gui.components.form   
org.olat.core.gui.components.form.flexible.impl.components   
org.olat.core.gui.components.form.flexible.impl.elements   
org.olat.core.gui.components.form.flexible.impl.elements.table   
org.olat.core.gui.components.htmlheader   
org.olat.core.gui.components.htmlheader.jscss   
org.olat.core.gui.components.htmlsite   
org.olat.core.gui.components.image   
org.olat.core.gui.components.link Summary: 
org.olat.core.gui.components.panel   
org.olat.core.gui.components.progressbar   
org.olat.core.gui.components.rating   
org.olat.core.gui.components.tabbedpane   
org.olat.core.gui.components.table   
org.olat.core.gui.components.text   
org.olat.core.gui.components.tree   
org.olat.core.gui.components.util   
org.olat.core.gui.components.velocity   
org.olat.core.gui.control   
org.olat.core.gui.control.winmgr   
org.olat.core.gui.render   
org.olat.core.gui.render.intercept   
org.olat.core.gui.render.intercept.debug   
org.olat.core.util.i18n.ui   
org.olat.modules.iq   
org.olat.modules.tu   
org.olat.modules.wiki.gui.components.wikiToHtml Wikisyntax to html 
 

Uses of ComponentRenderer in org.olat.commons.calendar.ui.components
 

Classes in org.olat.commons.calendar.ui.components that implement ComponentRenderer
 class WeeklyCalendarComponentRenderer
           
 

Methods in org.olat.commons.calendar.ui.components that return ComponentRenderer
 ComponentRenderer WeeklyCalendarComponent.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.commons.modules.bc.components
 

Classes in org.olat.core.commons.modules.bc.components that implement ComponentRenderer
 class FolderComponentRenderer
           
 

Methods in org.olat.core.commons.modules.bc.components that return ComponentRenderer
 ComponentRenderer FolderComponent.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui
 

Methods in org.olat.core.gui that return ComponentRenderer
 ComponentRenderer GlobalSettings.getComponentRendererFor(Component source)
          Get the renderer for a specific component
 

Uses of ComponentRenderer in org.olat.core.gui.components
 

Methods in org.olat.core.gui.components that return ComponentRenderer
abstract  ComponentRenderer Component.getHTMLRendererSingleton()
           
 ComponentRenderer Window.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.choice
 

Classes in org.olat.core.gui.components.choice that implement ComponentRenderer
 class ChoiceRenderer
          Initial Date: Feb 2, 2004 A ChoiceRenderer is
 

Methods in org.olat.core.gui.components.choice that return ComponentRenderer
 ComponentRenderer Choice.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.date
 

Classes in org.olat.core.gui.components.date that implement ComponentRenderer
 class DateComponentRenderer
          Description:
Renderer for the date component.
 

Methods in org.olat.core.gui.components.date that return ComponentRenderer
 ComponentRenderer DateComponent.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.delegating
 

Classes in org.olat.core.gui.components.delegating that implement ComponentRenderer
 class DelegatingRenderer
          Description:
TODO: Class Description for DelegatingRenderer

 

Methods in org.olat.core.gui.components.delegating that return ComponentRenderer
 ComponentRenderer DelegatingComponent.getDelegateRenderer()
           
 ComponentRenderer DelegatingComponent.getHTMLRendererSingleton()
           
 

Constructors in org.olat.core.gui.components.delegating with parameters of type ComponentRenderer
DelegatingComponent(java.lang.String name, ComponentRenderer delegateRenderer)
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.download
 

Classes in org.olat.core.gui.components.download that implement ComponentRenderer
 class DownloadComponentRenderer
          Description:
This is the renderer for the DownloadComponent.
 

Methods in org.olat.core.gui.components.download that return ComponentRenderer
 ComponentRenderer DownloadComponent.getHTMLRendererSingleton()
           
 ComponentRenderer DisplayOrDownloadComponent.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.form
 

Classes in org.olat.core.gui.components.form that implement ComponentRenderer
 class FormRenderer
          enclosing_type Description:
 

Methods in org.olat.core.gui.components.form that return ComponentRenderer
 ComponentRenderer Form.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.form.flexible.impl.components
 

Methods in org.olat.core.gui.components.form.flexible.impl.components that return ComponentRenderer
 ComponentRenderer SimpleExampleText.getHTMLRendererSingleton()
           
 ComponentRenderer SimpleText.getHTMLRendererSingleton()
           
 ComponentRenderer SimpleFormErrorText.getHTMLRendererSingleton()
           
 ComponentRenderer FormVelocityContainer.getHTMLRendererSingleton()
           
 ComponentRenderer SimpleLabelText.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.form.flexible.impl.elements
 

Classes in org.olat.core.gui.components.form.flexible.impl.elements that implement ComponentRenderer
 class FileElementRenderer
          Description:
 class SpacerElementRenderer
          Provides the renderer for an HTML horizontal bar (<HR>) element.
 

Methods in org.olat.core.gui.components.form.flexible.impl.elements that return ComponentRenderer
 ComponentRenderer AbstractInlineElementComponent.getHTMLRendererSingleton()
           
 ComponentRenderer FileElementComponent.getHTMLRendererSingleton()
           
 ComponentRenderer SpacerElementComponent.getHTMLRendererSingleton()
           
 

Constructors in org.olat.core.gui.components.form.flexible.impl.elements with parameters of type ComponentRenderer
AbstractInlineElementComponent(InlineElement aie, ComponentRenderer HTMLRenderer)
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.form.flexible.impl.elements.table
 

Subinterfaces of ComponentRenderer in org.olat.core.gui.components.form.flexible.impl.elements.table
 interface FlexiCellRenderer
           
 

Classes in org.olat.core.gui.components.form.flexible.impl.elements.table that implement ComponentRenderer
 class CSSIconFlexiCellRenderer
          Description:
 class CustomFlexiCellRenderer
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.htmlheader
 

Classes in org.olat.core.gui.components.htmlheader that implement ComponentRenderer
 class HtmlHeaderRenderer
          Initial Date: Jun 14, 2004
 

Methods in org.olat.core.gui.components.htmlheader that return ComponentRenderer
 ComponentRenderer HtmlHeaderComponent.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.htmlheader.jscss
 

Classes in org.olat.core.gui.components.htmlheader.jscss that implement ComponentRenderer
 class JSAndCSSComponentRenderer
          Description:
the pseudo renderer for the jsandCSScomponent
 

Methods in org.olat.core.gui.components.htmlheader.jscss that return ComponentRenderer
 ComponentRenderer JSAndCSSComponent.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.htmlsite
 

Classes in org.olat.core.gui.components.htmlsite that implement ComponentRenderer
 class HtmlStaticPageComponentRenderer
           
 

Methods in org.olat.core.gui.components.htmlsite that return ComponentRenderer
 ComponentRenderer HtmlStaticPageComponent.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.image
 

Classes in org.olat.core.gui.components.image that implement ComponentRenderer
 class ImageRenderer
          Description:
 

Methods in org.olat.core.gui.components.image that return ComponentRenderer
 ComponentRenderer ImageComponent.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.link
 

Classes in org.olat.core.gui.components.link that implement ComponentRenderer
 class LinkRenderer
          Description: Renders the link component depending of features and style.
 

Methods in org.olat.core.gui.components.link that return ComponentRenderer
 ComponentRenderer Link.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.panel
 

Classes in org.olat.core.gui.components.panel that implement ComponentRenderer
 class PanelRenderer
          Description:
 

Methods in org.olat.core.gui.components.panel that return ComponentRenderer
 ComponentRenderer Panel.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.progressbar
 

Classes in org.olat.core.gui.components.progressbar that implement ComponentRenderer
 class ProgressBarRenderer
          Initial Date: Feb 2, 2004 A ChoiceRenderer is
 

Methods in org.olat.core.gui.components.progressbar that return ComponentRenderer
 ComponentRenderer ProgressBar.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.rating
 

Classes in org.olat.core.gui.components.rating that implement ComponentRenderer
 class RatingRenderer
          Description:
This renders the rating component
 

Methods in org.olat.core.gui.components.rating that return ComponentRenderer
 ComponentRenderer RatingComponent.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.tabbedpane
 

Classes in org.olat.core.gui.components.tabbedpane that implement ComponentRenderer
 class TabbedPaneRenderer
          Description:
 class TabbedPaneScreenreaderRenderer
          Description:
 

Methods in org.olat.core.gui.components.tabbedpane that return ComponentRenderer
 ComponentRenderer TabbedPane.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.table
 

Classes in org.olat.core.gui.components.table that implement ComponentRenderer
 class TableRenderer
          enclosing_type Description:
 

Methods in org.olat.core.gui.components.table that return ComponentRenderer
 ComponentRenderer Table.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.text
 

Methods in org.olat.core.gui.components.text that return ComponentRenderer
 ComponentRenderer TextComponent.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.tree
 

Classes in org.olat.core.gui.components.tree that implement ComponentRenderer
 class MenuTreeRenderer
          enclosing_type Description:
 class MenuTreeScreenreaderRenderer
          enclosing_type Description:
 class SelectionTreeRenderer
          enclosing_type Description:
 

Methods in org.olat.core.gui.components.tree that return ComponentRenderer
 ComponentRenderer MenuTree.getHTMLRendererSingleton()
           
 ComponentRenderer SelectionTree.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.util
 

Methods in org.olat.core.gui.components.util that return ComponentRenderer
 ComponentRenderer ValidateForwardComponent.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.components.velocity
 

Classes in org.olat.core.gui.components.velocity that implement ComponentRenderer
 class VelocityContainerRenderer
          Renderer for the VelocityContainer
 

Methods in org.olat.core.gui.components.velocity that return ComponentRenderer
 ComponentRenderer VelocityContainer.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.core.gui.control
 

Classes in org.olat.core.gui.control that implement ComponentRenderer
 class JSAndCSSAdderImpl
          Description:
responsible for rendering the <link rel..
 

Uses of ComponentRenderer in org.olat.core.gui.control.winmgr
 

Methods in org.olat.core.gui.control.winmgr that return ComponentRenderer
 ComponentRenderer ScreenReaderHandlerInstance.createInterceptComponentRenderer(ComponentRenderer originalRenderer)
           
 

Methods in org.olat.core.gui.control.winmgr with parameters of type ComponentRenderer
 ComponentRenderer ScreenReaderHandlerInstance.createInterceptComponentRenderer(ComponentRenderer originalRenderer)
           
 

Uses of ComponentRenderer in org.olat.core.gui.render
 

Fields in org.olat.core.gui.render declared as ComponentRenderer
static ComponentRenderer RenderUtil.NOTHING_RENDERER
           
 

Methods in org.olat.core.gui.render with parameters of type ComponentRenderer
 java.lang.Object RenderingState.getRenderInfo(ComponentRenderer componentrenderer, java.lang.String key)
           
 void RenderingState.putRenderInfo(ComponentRenderer componentrenderer, java.lang.String key, java.lang.Object data)
           
 

Uses of ComponentRenderer in org.olat.core.gui.render.intercept
 

Methods in org.olat.core.gui.render.intercept that return ComponentRenderer
 ComponentRenderer InterceptHandlerInstance.createInterceptComponentRenderer(ComponentRenderer originalRenderer)
           
 

Methods in org.olat.core.gui.render.intercept with parameters of type ComponentRenderer
 ComponentRenderer InterceptHandlerInstance.createInterceptComponentRenderer(ComponentRenderer originalRenderer)
           
 

Uses of ComponentRenderer in org.olat.core.gui.render.intercept.debug
 

Methods in org.olat.core.gui.render.intercept.debug that return ComponentRenderer
 ComponentRenderer GuiDebugDispatcherController.createInterceptComponentRenderer(ComponentRenderer originalRenderer)
           
 

Methods in org.olat.core.gui.render.intercept.debug with parameters of type ComponentRenderer
 ComponentRenderer GuiDebugDispatcherController.createInterceptComponentRenderer(ComponentRenderer originalRenderer)
           
 

Uses of ComponentRenderer in org.olat.core.util.i18n.ui
 

Methods in org.olat.core.util.i18n.ui that return ComponentRenderer
 ComponentRenderer InlineTranslationInterceptHandlerController.createInterceptComponentRenderer(ComponentRenderer originalRenderer)
           
 

Methods in org.olat.core.util.i18n.ui with parameters of type ComponentRenderer
 ComponentRenderer InlineTranslationInterceptHandlerController.createInterceptComponentRenderer(ComponentRenderer originalRenderer)
           
 

Uses of ComponentRenderer in org.olat.modules.iq
 

Classes in org.olat.modules.iq that implement ComponentRenderer
 class IQComponentRenderer
           
 

Methods in org.olat.modules.iq that return ComponentRenderer
 ComponentRenderer IQComponent.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.modules.tu
 

Classes in org.olat.modules.tu that implement ComponentRenderer
 class TunnelRenderer
          enclosing_type Description:
 

Methods in org.olat.modules.tu that return ComponentRenderer
 ComponentRenderer TunnelComponent.getHTMLRendererSingleton()
           
 

Uses of ComponentRenderer in org.olat.modules.wiki.gui.components.wikiToHtml
 

Classes in org.olat.modules.wiki.gui.components.wikiToHtml that implement ComponentRenderer
 class WikiMarkupRenderer
          Description:
render part of the component, where the html output surrounding the transformed wiki syntax gets added
 

Methods in org.olat.modules.wiki.gui.components.wikiToHtml that return ComponentRenderer
 ComponentRenderer WikiMarkupComponent.getHTMLRendererSingleton()