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:
ComponentRenderer.renderBodyOnLoadJSFunctionCall(org.olat.core.gui.render.Renderer,
org.olat.core.gui.render.StringOutput,
org.olat.core.gui.components.Component,
org.olat.core.gui.render.RenderingState)
renderHeaderIncludes
public void renderHeaderIncludes(Renderer renderer,
StringOutput sb,
Component source,
URLBuilder ubu,
Translator translator,
RenderingState rstate)
- Specified by:
renderHeaderIncludes in interface ComponentRenderer
- See Also:
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,
org.olat.core.gui.render.RenderingState)
render
public abstract void render(StringOutput target,
java.lang.Object cellValue,
Translator translator)
- Specified by:
render in interface FlexiCellRenderer
- Parameters:
target - cellValue - translator -
|