Orgitem"

From Documentation
(Created page with "= Orgitem = *Java API: <javadoc>org.zkoss.zkmax.zul.Orgitem </javadoc> *JavaScript API: <javadoc directory="jsdoc">zkmax.layout.Orgitem </javadoc>")
 
Line 3: Line 3:
 
*Java API: <javadoc>org.zkoss.zkmax.zul.Orgitem </javadoc>
 
*Java API: <javadoc>org.zkoss.zkmax.zul.Orgitem </javadoc>
 
*JavaScript API: <javadoc directory="jsdoc">zkmax.layout.Orgitem </javadoc>
 
*JavaScript API: <javadoc directory="jsdoc">zkmax.layout.Orgitem </javadoc>
 +
 +
= Employment/Purpose =
 +
<tt>Orgitem </tt>contains a node (<tt>Orgnode), </tt>and an optional Orgchildren.
 +
 +
If the component doesn't contain a <tt>Orgchildren, </tt>it is a leaf node that doesn't accept any child items.
 +
 +
If it contains a <tt>Orgchildren, </tt>it is a branch node that might contain other items.
 +
 +
For a branch node, an +/- button will appear at the beginning of the node, such that user could open and close the item by clicking on the +/- button.

Revision as of 07:14, 8 August 2018

Orgitem

Employment/Purpose

Orgitem contains a node (Orgnode), and an optional Orgchildren.

If the component doesn't contain a Orgchildren, it is a leaf node that doesn't accept any child items.

If it contains a Orgchildren, it is a branch node that might contain other items.

For a branch node, an +/- button will appear at the beginning of the node, such that user could open and close the item by clicking on the +/- button.