public class TreeNodeRenderer extends RendererBase
Constructor and Description |
---|
TreeNodeRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected Measure |
leftOffset(AbstractUIData data,
int level,
boolean showRoot) |
getConvertedValue, getCurrentValue, getResponseWriter, onComponentCreated
public void decode(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
decode
in class javax.faces.render.Renderer
public void encodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
encodeBegin
in class javax.faces.render.Renderer
IOException
public void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
protected Measure leftOffset(AbstractUIData data, int level, boolean showRoot)
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.