150a70a7c03c8ac8130c615e3c2c51ce095be466.svn-base 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. <div class="body-wrap">
  2. <div class="top-tools">
  3. <a class="inner-link" href="#Ext.tree.MultiSelectionModel-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
  4. <a class="inner-link" href="#Ext.tree.MultiSelectionModel-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
  5. <a class="inner-link" href="#Ext.tree.MultiSelectionModel-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
  6. <a class="inner-link" href="#Ext.tree.MultiSelectionModel-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
  7. <a class="bookmark" href="../docs/?class=Ext.tree.MultiSelectionModel"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
  8. </div>
  9. <div class="inheritance res-block">
  10. <pre class="res-block-inner"><a ext:cls="Ext.util.Observable" ext:member="" href="output/Ext.util.Observable.html">Observable</a>
  11. <img src="resources/elbow-end.gif"/>MultiSelectionModel</pre></div>
  12. <h1>Class Ext.tree.MultiSelectionModel</h1>
  13. <table cellspacing="0">
  14. <tr><td class="label">Package:</td><td class="hd-info">Ext.tree</td></tr>
  15. <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/TreeSelectionModel.js" target="_blank">TreeSelectionModel.js</a></td></tr>
  16. <tr><td class="label">Class:</td><td class="hd-info">MultiSelectionModel</td></tr>
  17. <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.util.Observable" ext:member="" href="output/Ext.util.Observable.html">Observable</a></td></tr>
  18. </table>
  19. <div class="description">
  20. Multi selection for a TreePanel. </div>
  21. <div class="hr"></div>
  22. <a id="Ext.tree.MultiSelectionModel-configs"></a>
  23. <h2>Config Options</h2>
  24. <table cellspacing="0" class="member-table">
  25. <tr>
  26. <th class="sig-header" colspan="2">Config Options</th>
  27. <th class="msource-header">Defined By</th>
  28. </tr>
  29. <tr class="config-row inherited expandable">
  30. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  31. <td class="sig">
  32. <a id="Ext.tree.MultiSelectionModel-listeners"></a>
  33. <b>listeners</b> : Object <div class="mdesc">
  34. <div class="short">A config object containing one or more event handlers to be added to this object during initialization. This should b...</div>
  35. <div class="long">
  36. A config object containing one or more event handlers to be added to this object during initialization. This should be a valid listeners config object as specified in the <a ext:cls="Ext.util.Observable" ext:member="addListener" href="output/Ext.util.Observable.html#addListener">addListener</a> example for attaching multiple handlers at once. </div>
  37. </div>
  38. </td>
  39. <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
  40. </tr>
  41. </table>
  42. <a id="Ext.tree.MultiSelectionModel-props"></a>
  43. <h2>Public Properties</h2>
  44. <div class="no-members">This class has no public properties.</div> <a id="Ext.tree.MultiSelectionModel-methods"></a>
  45. <h2>Public Methods</h2>
  46. <table cellspacing="0" class="member-table">
  47. <tr>
  48. <th class="sig-header" colspan="2">Method</th>
  49. <th class="msource-header">Defined By</th>
  50. </tr>
  51. <tr class="method-row inherited expandable">
  52. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  53. <td class="sig">
  54. <a id="Ext.tree.MultiSelectionModel-addEvents"></a>
  55. <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void <div class="mdesc">
  56. <div class="short">Used to define events on this Observable</div>
  57. <div class="long">
  58. Used to define events on this Observable <div class="mdetail-params">
  59. <strong>Parameters:</strong>
  60. <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li> </ul>
  61. <strong>Returns:</strong>
  62. <ul>
  63. <li><code>void</code></li>
  64. </ul>
  65. </div>
  66. </div>
  67. </div>
  68. </td>
  69. <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
  70. </tr>
  71. <tr class="method-row inherited alt expandable">
  72. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  73. <td class="sig">
  74. <a id="Ext.tree.MultiSelectionModel-addListener"></a>
  75. <b>addListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void <div class="mdesc">
  76. <div class="short">Appends an event handler to this component</div>
  77. <div class="long">
  78. Appends an event handler to this component <div class="mdetail-params">
  79. <strong>Parameters:</strong>
  80. <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
  81. function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
  82. properties. This may contain any of the following properties:<ul>
  83. <li><b>scope</b> : Object<p class="sub-desc">The scope in which to execute the handler function. The handler function's "this" context.</p></li>
  84. <li><b>delay</b> : Number<p class="sub-desc">The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>
  85. <li><b>single</b> : Boolean<p class="sub-desc">True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>
  86. <li>buffer {Number} Causes the handler to be scheduled to run in an <a ext:cls="Ext.util.DelayedTask" href="output/Ext.util.DelayedTask.html">Ext.util.DelayedTask</a> delayed
  87. by the specified number of milliseconds. If the event fires again within that time, the original
  88. handler is <em>not</em> invoked, but the new handler is scheduled in its place.</li>
  89. </ul><br>
  90. <p>
  91. <b>Combining Options</b><br>
  92. Using the options argument, it is possible to combine different types of listeners:<br>
  93. <br>
  94. A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
  95. <pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
  96. single: true,
  97. delay: 100,
  98. forumId: 4
  99. });</code></pre>
  100. <p>
  101. <b>Attaching multiple handlers in 1 call</b><br>
  102. The method also allows for a single argument to be passed which is a config object containing properties
  103. which specify multiple handlers.
  104. <p>
  105. <pre><code>foo.on({
  106. <em>'click'</em> : {
  107. fn: <b>this</b>.onClick,
  108. scope: <b>this</b>,
  109. delay: 100
  110. },
  111. <em>'mouseover'</em> : {
  112. fn: <b>this</b>.onMouseOver,
  113. scope: <b>this</b>
  114. },
  115. <em>'mouseout'</em> : {
  116. fn: <b>this</b>.onMouseOut,
  117. scope: <b>this</b>
  118. }
  119. });</code></pre>
  120. <p>
  121. Or a shorthand syntax:<br>
  122. <pre><code>foo.on({
  123. <em>'click'</em> : <b>this</b>.onClick,
  124. <em>'mouseover'</em> : <b>this</b>.onMouseOver,
  125. <em>'mouseout'</em> : <b>this</b>.onMouseOut,
  126. scope: <b>this</b>
  127. });</code></pre></div></li> </ul>
  128. <strong>Returns:</strong>
  129. <ul>
  130. <li><code>void</code></li>
  131. </ul>
  132. </div>
  133. </div>
  134. </div>
  135. </td>
  136. <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
  137. </tr>
  138. <tr class="method-row expandable">
  139. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  140. <td class="sig">
  141. <a id="Ext.tree.MultiSelectionModel-clearSelections"></a>
  142. <b>clearSelections</b>() : void <div class="mdesc">
  143. <div class="short">Clear all selections</div>
  144. <div class="long">
  145. Clear all selections <div class="mdetail-params">
  146. <strong>Parameters:</strong>
  147. <ul><li>None.</li> </ul>
  148. <strong>Returns:</strong>
  149. <ul>
  150. <li><code>void</code></li>
  151. </ul>
  152. </div>
  153. </div>
  154. </div>
  155. </td>
  156. <td class="msource">MultiSelectionModel</td>
  157. </tr>
  158. <tr class="method-row inherited alt expandable">
  159. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  160. <td class="sig">
  161. <a id="Ext.tree.MultiSelectionModel-fireEvent"></a>
  162. <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean <div class="mdesc">
  163. <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
  164. <div class="long">
  165. Fires the specified event with the passed parameters (minus the event name). <div class="mdetail-params">
  166. <strong>Parameters:</strong>
  167. <ul><li><code>eventName</code> : String<div class="sub-desc"></div></li><li><code>args</code> : Object...<div class="sub-desc">Variable number of parameters are passed to handlers</div></li> </ul>
  168. <strong>Returns:</strong>
  169. <ul>
  170. <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
  171. </ul>
  172. </div>
  173. </div>
  174. </div>
  175. </td>
  176. <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
  177. </tr>
  178. <tr class="method-row expandable">
  179. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  180. <td class="sig">
  181. <a id="Ext.tree.MultiSelectionModel-getSelectedNodes"></a>
  182. <b>getSelectedNodes</b>() : Array <div class="mdesc">
  183. <div class="short">Returns an array of the selected nodes</div>
  184. <div class="long">
  185. Returns an array of the selected nodes <div class="mdetail-params">
  186. <strong>Parameters:</strong>
  187. <ul><li>None.</li> </ul>
  188. <strong>Returns:</strong>
  189. <ul>
  190. <li><code>Array</code></li>
  191. </ul>
  192. </div>
  193. </div>
  194. </div>
  195. </td>
  196. <td class="msource">MultiSelectionModel</td>
  197. </tr>
  198. <tr class="method-row inherited alt expandable">
  199. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  200. <td class="sig">
  201. <a id="Ext.tree.MultiSelectionModel-hasListener"></a>
  202. <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean <div class="mdesc">
  203. <div class="short">Checks to see if this object has any listeners for a specified event</div>
  204. <div class="long">
  205. Checks to see if this object has any listeners for a specified event <div class="mdetail-params">
  206. <strong>Parameters:</strong>
  207. <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li> </ul>
  208. <strong>Returns:</strong>
  209. <ul>
  210. <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
  211. </ul>
  212. </div>
  213. </div>
  214. </div>
  215. </td>
  216. <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
  217. </tr>
  218. <tr class="method-row expandable">
  219. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  220. <td class="sig">
  221. <a id="Ext.tree.MultiSelectionModel-isSelected"></a>
  222. <b>isSelected</b>(&nbsp;<code>TreeNode node</code>&nbsp;) : Boolean <div class="mdesc">
  223. <div class="short">Returns true if the node is selected</div>
  224. <div class="long">
  225. Returns true if the node is selected <div class="mdetail-params">
  226. <strong>Parameters:</strong>
  227. <ul><li><code>node</code> : TreeNode<div class="sub-desc">The node to check</div></li> </ul>
  228. <strong>Returns:</strong>
  229. <ul>
  230. <li><code>Boolean</code></li>
  231. </ul>
  232. </div>
  233. </div>
  234. </div>
  235. </td>
  236. <td class="msource">MultiSelectionModel</td>
  237. </tr>
  238. <tr class="method-row inherited alt expandable">
  239. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  240. <td class="sig">
  241. <a id="Ext.tree.MultiSelectionModel-on"></a>
  242. <b>on</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void <div class="mdesc">
  243. <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
  244. <div class="long">
  245. Appends an event handler to this element (shorthand for addListener) <div class="mdetail-params">
  246. <strong>Parameters:</strong>
  247. <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
  248. function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li> </ul>
  249. <strong>Returns:</strong>
  250. <ul>
  251. <li><code>void</code></li>
  252. </ul>
  253. </div>
  254. </div>
  255. </div>
  256. </td>
  257. <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
  258. </tr>
  259. <tr class="method-row inherited expandable">
  260. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  261. <td class="sig">
  262. <a id="Ext.tree.MultiSelectionModel-purgeListeners"></a>
  263. <b>purgeListeners</b>() : void <div class="mdesc">
  264. <div class="short">Removes all listeners for this object</div>
  265. <div class="long">
  266. Removes all listeners for this object <div class="mdetail-params">
  267. <strong>Parameters:</strong>
  268. <ul><li>None.</li> </ul>
  269. <strong>Returns:</strong>
  270. <ul>
  271. <li><code>void</code></li>
  272. </ul>
  273. </div>
  274. </div>
  275. </div>
  276. </td>
  277. <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
  278. </tr>
  279. <tr class="method-row inherited alt expandable">
  280. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  281. <td class="sig">
  282. <a id="Ext.tree.MultiSelectionModel-removeListener"></a>
  283. <b>removeListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void <div class="mdesc">
  284. <div class="short">Removes a listener</div>
  285. <div class="long">
  286. Removes a listener <div class="mdetail-params">
  287. <strong>Parameters:</strong>
  288. <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li> </ul>
  289. <strong>Returns:</strong>
  290. <ul>
  291. <li><code>void</code></li>
  292. </ul>
  293. </div>
  294. </div>
  295. </div>
  296. </td>
  297. <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
  298. </tr>
  299. <tr class="method-row inherited expandable">
  300. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  301. <td class="sig">
  302. <a id="Ext.tree.MultiSelectionModel-resumeEvents"></a>
  303. <b>resumeEvents</b>() : void <div class="mdesc">
  304. <div class="short">Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)</div>
  305. <div class="long">
  306. Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>) <div class="mdetail-params">
  307. <strong>Parameters:</strong>
  308. <ul><li>None.</li> </ul>
  309. <strong>Returns:</strong>
  310. <ul>
  311. <li><code>void</code></li>
  312. </ul>
  313. </div>
  314. </div>
  315. </div>
  316. </td>
  317. <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
  318. </tr>
  319. <tr class="method-row alt expandable">
  320. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  321. <td class="sig">
  322. <a id="Ext.tree.MultiSelectionModel-select"></a>
  323. <b>select</b>(&nbsp;<code>TreeNode node</code>, <span class="optional" title="Optional">[<code>EventObject e</code>]</span>, <code>Boolean keepExisting</code>&nbsp;) : TreeNode <div class="mdesc">
  324. <div class="short">Select a node.</div>
  325. <div class="long">
  326. Select a node. <div class="mdetail-params">
  327. <strong>Parameters:</strong>
  328. <ul><li><code>node</code> : TreeNode<div class="sub-desc">The node to select</div></li><li><code>e</code> : EventObject<div class="sub-desc">(optional) An event associated with the selection</div></li><li><code>keepExisting</code> : Boolean<div class="sub-desc">True to retain existing selections</div></li> </ul>
  329. <strong>Returns:</strong>
  330. <ul>
  331. <li><code>TreeNode</code><div class="sub-desc">The selected node</div></li>
  332. </ul>
  333. </div>
  334. </div>
  335. </div>
  336. </td>
  337. <td class="msource">MultiSelectionModel</td>
  338. </tr>
  339. <tr class="method-row inherited expandable">
  340. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  341. <td class="sig">
  342. <a id="Ext.tree.MultiSelectionModel-suspendEvents"></a>
  343. <b>suspendEvents</b>() : void <div class="mdesc">
  344. <div class="short">Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)</div>
  345. <div class="long">
  346. Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>) <div class="mdetail-params">
  347. <strong>Parameters:</strong>
  348. <ul><li>None.</li> </ul>
  349. <strong>Returns:</strong>
  350. <ul>
  351. <li><code>void</code></li>
  352. </ul>
  353. </div>
  354. </div>
  355. </div>
  356. </td>
  357. <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
  358. </tr>
  359. <tr class="method-row inherited alt expandable">
  360. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  361. <td class="sig">
  362. <a id="Ext.tree.MultiSelectionModel-un"></a>
  363. <b>un</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void <div class="mdesc">
  364. <div class="short">Removes a listener (shorthand for removeListener)</div>
  365. <div class="long">
  366. Removes a listener (shorthand for removeListener) <div class="mdetail-params">
  367. <strong>Parameters:</strong>
  368. <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li> </ul>
  369. <strong>Returns:</strong>
  370. <ul>
  371. <li><code>void</code></li>
  372. </ul>
  373. </div>
  374. </div>
  375. </div>
  376. </td>
  377. <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
  378. </tr>
  379. <tr class="method-row expandable">
  380. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  381. <td class="sig">
  382. <a id="Ext.tree.MultiSelectionModel-unselect"></a>
  383. <b>unselect</b>(&nbsp;<code>TreeNode node</code>&nbsp;) : void <div class="mdesc">
  384. <div class="short">Deselect a node.</div>
  385. <div class="long">
  386. Deselect a node. <div class="mdetail-params">
  387. <strong>Parameters:</strong>
  388. <ul><li><code>node</code> : TreeNode<div class="sub-desc">The node to unselect</div></li> </ul>
  389. <strong>Returns:</strong>
  390. <ul>
  391. <li><code>void</code></li>
  392. </ul>
  393. </div>
  394. </div>
  395. </div>
  396. </td>
  397. <td class="msource">MultiSelectionModel</td>
  398. </tr>
  399. </table>
  400. <a id="Ext.tree.MultiSelectionModel-events"></a>
  401. <h2>Public Events</h2>
  402. <table cellspacing="0" class="member-table">
  403. <tr>
  404. <th class="sig-header" colspan="2">Event</th>
  405. <th class="msource-header">Defined By</th>
  406. </tr>
  407. <tr class="event-row expandable">
  408. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  409. <td class="sig">
  410. <a id="Ext.tree.MultiSelectionModel-selectionchange"></a>
  411. <b>selectionchange</b> : (&nbsp;<code>MultiSelectionModel this</code>, <code>Array nodes</code>&nbsp;) <div class="mdesc">
  412. <div class="short">Fires when the selected nodes change</div>
  413. <div class="long">
  414. Fires when the selected nodes change <div class="mdetail-params">
  415. <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
  416. <ul><li><code>this</code> : MultiSelectionModel<div class="sub-desc"></div></li><li><code>nodes</code> : Array<div class="sub-desc">Array of the selected nodes</div></li> </ul>
  417. </div>
  418. </div>
  419. </div>
  420. </td>
  421. <td class="msource">MultiSelectionModel</td>
  422. </tr>
  423. </table>
  424. </div>