org.primefaces.extensions.component.timeline
Class TimelineRenderer
java.lang.Object
javax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
org.primefaces.extensions.component.timeline.TimelineRenderer
public class TimelineRenderer
- extends org.primefaces.renderkit.CoreRenderer
TimelineRenderer
- Since:
- 0.7 (reimplemented)
- Version:
- $Revision: 1.0 $
- Author:
- Oleg Varaksin / last modified by $Author: $
|
Method Summary |
void |
decode(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)
|
java.lang.String |
encodeEvent(javax.faces.context.FacesContext context,
FastStringWriter fsw,
FastStringWriter fswHtml,
Timeline timeline,
java.util.Calendar calendar,
java.util.TimeZone timeZone,
TimelineEvent event)
|
protected void |
encodeMarkup(javax.faces.context.FacesContext context,
Timeline timeline)
|
protected void |
encodeScript(javax.faces.context.FacesContext context,
Timeline timeline)
|
boolean |
getRendersChildren()
|
| Methods inherited from class org.primefaces.renderkit.CoreRenderer |
buildAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, encodeClientBehaviors, endScript, escapeText, getActionURL, getEscapedClientId, getOnclickBehaviors, getResourceRequestPath, getResourceURL, getWidgetBuilder, isAjaxRequest, isPostBack, isPostback, isValueBlank, isValueEmpty, renderChild, renderChildren, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, shouldRenderAttribute, shouldWriteId, startScript |
| Methods inherited from class javax.faces.render.Renderer |
convertClientId, encodeBegin, getConvertedValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimelineRenderer
public TimelineRenderer()
decode
public void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
- Overrides:
decode in class javax.faces.render.Renderer
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Overrides:
encodeEnd in class javax.faces.render.Renderer
- Throws:
java.io.IOException
encodeMarkup
protected void encodeMarkup(javax.faces.context.FacesContext context,
Timeline timeline)
throws java.io.IOException
- Throws:
java.io.IOException
encodeScript
protected void encodeScript(javax.faces.context.FacesContext context,
Timeline timeline)
throws java.io.IOException
- Throws:
java.io.IOException
encodeEvent
public java.lang.String encodeEvent(javax.faces.context.FacesContext context,
FastStringWriter fsw,
FastStringWriter fswHtml,
Timeline timeline,
java.util.Calendar calendar,
java.util.TimeZone timeZone,
TimelineEvent event)
throws java.io.IOException
- Throws:
java.io.IOException
encodeChildren
public void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Overrides:
encodeChildren in class javax.faces.render.Renderer
- Throws:
java.io.IOException
getRendersChildren
public boolean getRendersChildren()
- Overrides:
getRendersChildren in class javax.faces.render.Renderer
Copyright © 2011-2013. All Rights Reserved.