it.amattioli.guidate.editing
Class TreeEditorModel<I extends Serializable,T extends it.amattioli.dominate.Entity<I>>

Show UML class diagram
java.lang.Object
  extended by org.zkoss.zul.AbstractTreeModel
      extended by it.amattioli.guidate.editing.TreeEditorModel<I,T>
All Implemented Interfaces:
Serializable, org.zkoss.zul.TreeModel

public class TreeEditorModel<I extends Serializable,T extends it.amattioli.dominate.Entity<I>>
extends org.zkoss.zul.AbstractTreeModel

See Also:
Serialized Form

Constructor Summary
TreeEditorModel(it.amattioli.applicate.commands.tree.TreeEditor<I,T> editorParam)
           
 
Method Summary
 Object getChild(Object parent, int index)
           
 int getChildCount(Object parent)
           
 boolean isLeaf(Object node)
           
 
Methods inherited from class org.zkoss.zul.AbstractTreeModel
addTreeDataListener, fireEvent, getPath, getRoot, removeTreeDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeEditorModel

public TreeEditorModel(it.amattioli.applicate.commands.tree.TreeEditor<I,T> editorParam)
Method Detail

getChild

public Object getChild(Object parent,
                       int index)

getChildCount

public int getChildCount(Object parent)

isLeaf

public boolean isLeaf(Object node)


Copyright © 2011. All Rights Reserved.