root / trunk / web / dojo / dijit / tree / model.js @ 12
History | View | Annotate | Download (588 Bytes)
1 | 9 | andrej.cim | /*
|
---|---|---|---|
2 | Copyright (c) 2004-2010, The Dojo Foundation All Rights Reserved.
|
||
3 | Available via Academic Free License >= 2.1 OR the modified BSD license.
|
||
4 | see: http://dojotoolkit.org/license for details
|
||
5 | */
|
||
6 | |||
7 | |||
8 | dojo.declare("dijit.tree.model",null,{destroy:function(){ |
||
9 | },getRoot:function(_1){ |
||
10 | },mayHaveChildren:function(_2){ |
||
11 | },getChildren:function(_3,_4){ |
||
12 | },isItem:function(_5){ |
||
13 | },fetchItemByIdentity:function(_6){ |
||
14 | },getIdentity:function(_7){ |
||
15 | },getLabel:function(_8){ |
||
16 | },newItem:function(_9,_a,_b){ |
||
17 | },pasteItem:function(_c,_d,_e,_f){ |
||
18 | },onChange:function(_10){ |
||
19 | },onChildrenChange:function(_11,_12){ |
||
20 | }}); |