public class TreeRenderer extends CoreRenderer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NODE_CELL |
static java.lang.String |
NODE_CLASS |
static java.lang.String |
NODE_CONTAINER_CLASS |
static java.lang.String |
NODE_CONTRACTED_ICON_CLASS |
static java.lang.String |
NODE_EXPANDED_ICON_CLASS |
static java.lang.String |
NODE_ROW |
static java.lang.String |
NODE_SELECTED_CLASS |
static java.lang.String |
NODE_SELECTION_DISABLED_CLASS |
static java.lang.String |
NODE_SWITCH_CLASS |
static java.lang.String |
NODE_SWITCH_DISABLED_CLASS |
static java.lang.String |
NODE_SWITCH_ICON_CLASS |
static java.lang.String |
NODE_SWITCH_UNRENDERED_CLASS |
static java.lang.String |
NODE_WRAPPER_CLASS |
static java.lang.String |
SUBNODE_CONTAINER_CLASS |
static java.lang.String |
TREE_CONTAINER_CLASS |
| Constructor and Description |
|---|
TreeRenderer() |
| Modifier and Type | Method and Description |
|---|---|
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 facesContext,
javax.faces.component.UIComponent component) |
boolean |
getRendersChildren() |
convertClientId, decodeBehaviors, decodeBehaviors, encodeClientBehaviors, getEncodedURL, getResourceRequestPath, getResourceURL, isValueBlank, isValueEmpty, renderChild, renderChildren, renderPassThruAttributes, themeFormspublic static final java.lang.String TREE_CONTAINER_CLASS
public static final java.lang.String NODE_CLASS
public static final java.lang.String NODE_WRAPPER_CLASS
public static final java.lang.String NODE_CONTAINER_CLASS
public static final java.lang.String SUBNODE_CONTAINER_CLASS
public static final java.lang.String NODE_SWITCH_CLASS
public static final java.lang.String NODE_SWITCH_DISABLED_CLASS
public static final java.lang.String NODE_SWITCH_UNRENDERED_CLASS
public static final java.lang.String NODE_SELECTION_DISABLED_CLASS
public static final java.lang.String NODE_SELECTED_CLASS
public static final java.lang.String NODE_SWITCH_ICON_CLASS
public static final java.lang.String NODE_EXPANDED_ICON_CLASS
public static final java.lang.String NODE_CONTRACTED_ICON_CLASS
public static final java.lang.String NODE_CELL
public static final java.lang.String NODE_ROW
public void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
decode in class javax.faces.render.Rendererpublic void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
encodeChildren in class javax.faces.render.Rendererjava.io.IOExceptionpublic boolean getRendersChildren()
getRendersChildren in class javax.faces.render.Rendererpublic void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws java.io.IOException
encodeEnd in class javax.faces.render.Rendererjava.io.IOExceptionCopyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.