| Info | Value |
|---|---|
| Component Type | org.primefaces.extensions.component.OrgChart |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated. |
chartClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| CSS class to apply to the chart container. |
depth | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| The depth of the chart to initially display.Default is 999. |
direction | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The direction of the chart. 't2b' (top to bottom), 'b2t' (bottom to top), 'l2r' (left to right), 'r2l' (right to left).Default is t2b. |
draggable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Enable dragging nodes on the chart.Default is false. |
exportButton | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Enable export button on the chart.Default is false. |
exportFileextension | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The file extension for the exported chart.Default is png. |
exportFilename | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The filename for the exported chart.Default is OrgChart. |
extender | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of javascript function to extend the widget. |
first | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Default is 0. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
nodeContent | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The node content property name.Default is title. |
nodeId | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The node id property name.Default is id. |
nodeTitle | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The node title property name.Default is name. |
pan | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Enable panning on the chart.Default is false. |
parentNodeSymbol | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The symbol to indicate a node has children.Default is fa-users. |
rendered | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Boolean value to specify the rendering of the component, when set to false component will not be rendered.Default is true. |
rows | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Default is 0. |
rowStatePreserved | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Default is false. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the component. |
toggleSiblingsResp | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Toggle sibling nodes responsively.Default is false. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Value of the component. |
var | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
verticalDepth | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| The depth at which the chart switches to vertical layout. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the client side widget. |
zoom | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Enable zooming on the chart.Default is false. |
zoominLimit | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Number)
| The maximum zoom-in limit.Default is 7. |
zoomoutLimit | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Number)
| The maximum zoom-out limit.Default is 0.5. |
Output generated by Vdldoc View Declaration Language Documentation Generator.