org.olat.core.gui.components.progressbar
Class ProgressBarRenderer

java.lang.Object
  extended by org.olat.core.gui.components.progressbar.ProgressBarRenderer
All Implemented Interfaces:
ComponentRenderer

public class ProgressBarRenderer
extends java.lang.Object
implements ComponentRenderer

Initial Date: Feb 2, 2004 A ChoiceRenderer is

Author:
Andreas Ch. Kapp

Constructor Summary
ProgressBarRenderer()
          This is a singleton.
 
Method Summary
 void render(Renderer renderer, StringOutput target, Component source, URLBuilder urlBuilder, Translator translator, RenderResult renderResult, java.lang.String[] args)
          calls must be threadsafe
 void renderBodyOnLoadJSFunctionCall(Renderer renderer, StringOutput sb, Component source, RenderingState rstate)
          contributes a line to the following code: ...

Specified by:
renderBodyOnLoadJSFunctionCall in interface ComponentRenderer
See Also:
org.olat.core.gui.render.ui.ComponentRenderer#renderBodyOnLoadJSFunctionCall(org.olat.core.gui.render.Renderer, org.olat.core.gui.render.StringOutput, org.olat.core.gui.components.Component)

renderHeaderIncludes

public void renderHeaderIncludes(Renderer renderer,
                                 StringOutput target,
                                 Component source,
                                 URLBuilder url,
                                 Translator translator,
                                 RenderingState rstate)
Specified by:
renderHeaderIncludes in interface ComponentRenderer
See Also:
org.olat.core.gui.render.ui.ComponentRenderer#renderHeaderIncludes(org.olat.core.gui.render.Renderer, org.olat.core.gui.render.StringOutput, org.olat.core.gui.components.Component, org.olat.core.gui.render.URLBuilder, org.olat.core.gui.translator.Translator)