public class OrgChartRenderer
extends org.primefaces.renderkit.CoreRenderer
orgchart component.| Constructor and Description |
|---|
OrgChartRenderer() |
| Modifier and Type | Method and Description |
|---|---|
static OrgChartNode |
buildNodesFromJSON(java.util.Map<java.lang.String,OrgChartNode> orgChartNodes,
org.primefaces.shaded.json.JSONObject hierarchy,
OrgChartNode parentNode) |
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
static org.primefaces.shaded.json.JSONObject |
toJSON(OrgChartNode orgChartNode,
java.util.List<OrgChartNode> children) |
buildAjaxRequest, buildAjaxRequest, buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endsWithLenghtUnit, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getStyleBuilder, getStyleClassBuilder, getWidgetBuilder, isGrouped, isValueBlank, preConfiguredAjaxRequestBuilder, preConfiguredAjaxRequestBuilder, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDummyMarkup, renderDynamicPassThruAttributes, renderHiddenInput, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteIdpublic void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
encodeEnd in class javax.faces.render.Rendererjava.io.IOExceptionpublic void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
decode in class javax.faces.render.Rendererpublic static OrgChartNode buildNodesFromJSON(java.util.Map<java.lang.String,OrgChartNode> orgChartNodes, org.primefaces.shaded.json.JSONObject hierarchy, OrgChartNode parentNode)
public static org.primefaces.shaded.json.JSONObject toJSON(OrgChartNode orgChartNode, java.util.List<OrgChartNode> children)
Copyright © 2011–2021. All rights reserved.