|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.render.Renderer
org.apache.myfaces.custom.schedule.renderer.PlannerRenderer
Renderer for the UIPlanner component
Constructor Summary | |
PlannerRenderer()
|
Method Summary | |
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
protected int |
getGutterWidth(javax.faces.component.UIComponent component)
Determine the width of the left gutter |
protected java.lang.String |
getHeaderDateFormat(javax.faces.component.UIComponent component)
The date format that is used in the planner header |
protected javax.faces.component.UIForm |
getParentForm(javax.faces.component.UIComponent component)
Get the parent form of the planner component |
protected java.lang.String |
getTheme(javax.faces.component.UIComponent component)
The theme used when rendering the planner |
protected boolean |
showLegend(javax.faces.component.UIComponent component)
Should the legend be rendered? |
protected boolean |
showTooltip(javax.faces.component.UIComponent component)
Should the tooltip be rendered? |
Methods inherited from class javax.faces.render.Renderer |
convertClientId, decode, getConvertedValue, getRendersChildren |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PlannerRenderer()
Method Detail |
public void encodeBegin(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
java.io.IOException
Renderer.encodeBegin(javax.faces.context.FacesContext,
javax.faces.component.UIComponent)
public void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
java.io.IOException
Renderer.encodeChildren(javax.faces.context.FacesContext,
javax.faces.component.UIComponent)
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
java.io.IOException
Renderer.encodeEnd(javax.faces.context.FacesContext,
javax.faces.component.UIComponent)
protected int getGutterWidth(javax.faces.component.UIComponent component)
Determine the width of the left gutter
component
- the component
protected java.lang.String getHeaderDateFormat(javax.faces.component.UIComponent component)
The date format that is used in the planner header
component
- the component
protected javax.faces.component.UIForm getParentForm(javax.faces.component.UIComponent component)
Get the parent form of the planner component
component
- the component
protected boolean showLegend(javax.faces.component.UIComponent component)
Should the legend be rendered?
TODO the rendering of the legend has not been implemented yet
component
- the component
protected java.lang.String getTheme(javax.faces.component.UIComponent component)
The theme used when rendering the planner
component
- the component
protected boolean showTooltip(javax.faces.component.UIComponent component)
Should the tooltip be rendered?
component
- the component
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |