Info | Value |
---|---|
Component Type | org.primefaces.extensions.component.OrgChart |
Handler Class | None |
Renderer Type | org.primefaces.extensions.component.OrgChartRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
chartClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| when you want to instantiate multiple orgcharts on one page, you should add different classname to them in order to distinguish them. Default is "" |
depth | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| It indicates the level that at the very beginning orgchart is expanded to. Default is 999 |
direction | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| The available values are t2b(implies "top to bottom", it's default value), b2t(implies "bottom to top"), l2r(implies "left to right"), r2l(implies "right to left"). |
draggable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Users can drag & drop the nodes of orgchart if they enable this option. **Note**: this feature doesn't work on IE due to its poor support for HTML5 drag & drop API. Default is false |
exportButton | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| It enable the export button for orgchart. Default is false |
exportFileextension | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Available values are png and pdf. Default is "png" |
exportFilename | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| It's filename when you export current orgchart as a picture. Default is "Orgchart" |
extender | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of javascript function to extend the options of the underlying OrgChart JS plugin. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
nodeContent | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| It sets one property of datasource as text content of content section of orgchart node. Default is title |
nodeId | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| It sets one property of datasource as unique identifier of every orgchart node. Default is "id" |
nodeTitle | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| It sets one property of datasource as text content of title section of orgchart node. In fact, users can create a simple orghcart with only nodeTitle option. Default is "name" |
pan | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Users could pan the orgchart by mouse drag&drop if they enable this option. Default is false |
parentNodeSymbol | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Using customized orgchart icon to imply that the node has child nodes. Default is "oci-leader" |
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. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the container element. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the container element. |
toggleSiblingsResp | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Once enable this option, users can show/hide left/right sibling nodes respectively by clicking left/right arrow. Default is false |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object )
| Value of the component. |
verticalDepth | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Users can make use of this option to align the nodes vertically from the specified depth. |
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 )
| Users could zoomin/zoomout the orgchart by mouse wheel if they enable this option. Default is false |
zoominLimit | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Number )
| Users are allowed to set a zoom-in limit. Default is 7 |
zoomoutLimit | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Number )
| Users are allowed to set a zoom-out limit. Default is 0.5 |
Output generated by Vdldoc View Declaration Language Documentation Generator.