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, mergeScriptOptions
encodeResourcesArray, encodeToHead, getHeaderScripts, getHeaderStyles
addResource, decode, doEncodeBegin, doEncodeChildren, doEncodeEnd, encodeBegin, encodeEnd, getComponentClass, getResource, getSkin, getUtils, preDecode, preEncodeBegin, renderChild, renderChildren
convertClientId, getConvertedValue, getRendersChildren
public void writeNamespace(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
java.io.IOException
public 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.AjaxRenderer
encodeAjaxChildren
in class org.ajax4jsf.renderkit.AjaxChildrenRenderer
java.io.IOException
protected 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.IOException
protected 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.IOException
public void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
encodeChildren
in class org.ajax4jsf.renderkit.RendererBase
java.io.IOException
public void writeContent(javax.faces.context.FacesContext context, UITree input) throws java.io.IOException
java.io.IOException
public void writeContent(javax.faces.context.FacesContext context, UITree input, org.richfaces.model.TreeRowKey key, boolean withSubnodes) throws java.io.IOException
java.io.IOException
public java.lang.String getOptions(javax.faces.context.FacesContext context, UITree tree)
Copyright © 2015. All Rights Reserved.