|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.render.Renderer
org.sakaiproject.tool.assessment.jsf.renderer.DataLineRenderer
public class DataLineRenderer
Description:
Render a iterated data like a dataTable but without the table.
Based on example code by from the O'Reilley JSF book.
Copyright: Copyright (c) 2004
Organization: Sakai Project
| Constructor Summary | |
|---|---|
DataLineRenderer()
|
|
| Method Summary | |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
no-op |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
We put all our processing in the encodeChildren method |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
no-op |
boolean |
getRendersChildren()
This component renders its children |
boolean |
supportsComponentType(javax.faces.component.UIComponent component)
This is an output type component. |
| Methods inherited from class javax.faces.render.Renderer |
|---|
convertClientId, decode, getConvertedValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataLineRenderer()
| Method Detail |
|---|
public boolean getRendersChildren()
getRendersChildren in class javax.faces.render.Rendererpublic boolean supportsComponentType(javax.faces.component.UIComponent component)
component -
public void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeBegin in class javax.faces.render.Renderercontext - component -
IOException
public void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeChildren in class javax.faces.render.Renderercontext - component -
IOException
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeEnd in class javax.faces.render.Renderercontext - component -
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||