This interface defines the methods that component like {@link Tree}use to get the content of items.
Note: changing a render will not cause the tree to re-render. If you want it to re-render, you could assign the same model again (i.e., setModel(getModel())), or fire an {@link TreeDataEvent} event.
@author Jeff Liu
@since ZK 3.0.0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.