From version 5.1
edited by Maurice Gasco
on 2011/09/28 09:56
To version 6.1
edited by Maurice Gasco
on 2014/10/02 15:52
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -11,6 +11,17 @@
11 11   data = new EntityList("rqEmployee", lst);
12 12  
13 13  
14 +
15 +=== hasNext() ===
16 +
17 +L'objet EntityList se comporte comme un itérateur et on accède au éléments par la méthode next() après avoir tester la présence de l'élément par la méthode hasNext();
18 +
19 +
20 +=== next() ===
21 +
22 +
23 +Permet d'accéder à l'élement suivant (voir hasNext()).
24 +
14 14  === getDefinition() ===
15 15  
16 16  Retourne un [[Objet JavaScript Application|objet JavaScript Application]] correspondant à la définition de l'objet sur lequel la requête a été exécutée.
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation