public abstract class TreeRendererBase
extends org.richfaces.renderkit.CompositeRenderer
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TreeRendererBase.RowKeyHolder |
| Constructor and Description |
|---|
TreeRendererBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeAjaxChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.String path,
java.util.Set ids,
java.util.Set renderedAreas) |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
java.lang.String |
encodeSelectionStateInput(javax.faces.context.FacesContext context,
UITree tree) |
protected java.lang.String |
getAjaxScript(javax.faces.context.FacesContext context,
UITree tree) |
java.lang.String |
getOptions(javax.faces.context.FacesContext context,
UITree tree) |
protected java.lang.String |
getSelectionValue(javax.faces.context.FacesContext context,
UITree tree) |
void |
writeContent(javax.faces.context.FacesContext context,
UITree input) |
void |
writeContent(javax.faces.context.FacesContext context,
UITree input,
org.richfaces.model.TreeRowKey key,
boolean withSubnodes) |
void |
writeNamespace(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
java.lang.String |
writeScriptElement(javax.faces.context.FacesContext context,
UITree tree,
java.lang.String code) |
addContributor, addParameterEncoder, doDecode, encodeAttributeParameters, escapeHtmlEntities, getContributors, getParameterEncoders, getScriptContributions, getScriptContributions, getScripts, getScripts, getStyles, getStyles, mergeScriptOptions, mergeScriptOptionsencodeResourcesArray, encodeToHead, getHeaderScripts, getHeaderStylesaddResource, decode, doEncodeBegin, doEncodeChildren, doEncodeEnd, encodeBegin, encodeEnd, getComponentClass, getResource, getSkin, getUtils, preDecode, preEncodeBegin, renderChild, renderChildrenconvertClientId, getConvertedValue, getRendersChildrenpublic void writeNamespace(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
java.io.IOExceptionpublic void encodeAjaxChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.String path,
java.util.Set ids,
java.util.Set renderedAreas)
throws java.io.IOException
encodeAjaxChildren in interface org.ajax4jsf.renderkit.AjaxRendererencodeAjaxChildren in class org.ajax4jsf.renderkit.AjaxChildrenRendererjava.io.IOExceptionprotected java.lang.String getSelectionValue(javax.faces.context.FacesContext context,
UITree tree)
public java.lang.String encodeSelectionStateInput(javax.faces.context.FacesContext context,
UITree tree)
throws java.io.IOException
java.io.IOExceptionprotected java.lang.String getAjaxScript(javax.faces.context.FacesContext context,
UITree tree)
public java.lang.String writeScriptElement(javax.faces.context.FacesContext context,
UITree tree,
java.lang.String code)
throws java.io.IOException
java.io.IOExceptionpublic void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
encodeChildren in class org.ajax4jsf.renderkit.RendererBasejava.io.IOExceptionpublic void writeContent(javax.faces.context.FacesContext context,
UITree input)
throws java.io.IOException
java.io.IOExceptionpublic void writeContent(javax.faces.context.FacesContext context,
UITree input,
org.richfaces.model.TreeRowKey key,
boolean withSubnodes)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getOptions(javax.faces.context.FacesContext context,
UITree tree)
Copyright © 2014. All Rights Reserved.