public class TreeRenderer<T extends AbstractUITree> extends RendererBase<T>
Modifier and Type | Field and Description |
---|---|
protected static String |
SCROLL_POSITION |
Constructor and Description |
---|
TreeRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
decodeInternal(javax.faces.context.FacesContext facesContext,
T component) |
void |
encodeChildrenInternal(javax.faces.context.FacesContext facesContext,
T component) |
void |
encodeEndInternal(javax.faces.context.FacesContext facesContext,
T component) |
boolean |
getRendersChildren() |
decode, decodeClientBehaviors, encodeBegin, encodeBeginInternal, encodeBehavior, encodeBehavior, encodeChildren, encodeEnd, encodeReload, getBehaviorCommands, getConvertedValue, getConvertedValueInternal, getConverter, getCurrentValue, getFormattedValue, getResponseWriter, insideBegin, insideBegin, insideEnd, insideEnd, isInside, isInside, renderFocus, renderSelectItems, renderSelectItems, renderSelectItems
protected static final String SCROLL_POSITION
public void decodeInternal(javax.faces.context.FacesContext facesContext, T component)
decodeInternal
in class RendererBase<T extends AbstractUITree>
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.render.Renderer
public void encodeChildrenInternal(javax.faces.context.FacesContext facesContext, T component) throws IOException
encodeChildrenInternal
in class RendererBase<T extends AbstractUITree>
IOException
public void encodeEndInternal(javax.faces.context.FacesContext facesContext, T component) throws IOException
encodeEndInternal
in class RendererBase<T extends AbstractUITree>
IOException
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.