pe

Tag orgchart

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.OrgChart
Handler ClassNone
Renderer Typeorg.primefaces.extensions.component.OrgChartRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
chartClassfalsejakarta.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 ""
depthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
It indicates the level that at the very beginning orgchart is expanded to. Default is 999
directionfalsejakarta.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").
draggablefalsejakarta.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
exportButtonfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
It enable the export button for orgchart. Default is false
exportFileextensionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Available values are png and pdf. Default is "png"
exportFilenamefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
It's filename when you export current orgchart as a picture. Default is "Orgchart"
extenderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of javascript function to extend the options of the underlying OrgChart JS plugin.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
nodeContentfalsejakarta.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
nodeIdfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
It sets one property of datasource as unique identifier of every orgchart node. Default is "id"
nodeTitlefalsejakarta.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"
panfalsejakarta.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
parentNodeSymbolfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Using customized orgchart icon to imply that the node has child nodes. Default is "oci-leader"
renderedfalsejakarta.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.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the container element.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the container element.
toggleSiblingsRespfalsejakarta.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
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
verticalDepthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Users can make use of this option to align the nodes vertically from the specified depth.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
zoomfalsejakarta.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
zoominLimitfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Number)
Users are allowed to set a zoom-in limit. Default is 7
zoomoutLimitfalsejakarta.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.