ui.Map.Linker.get
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מחזירה את הרכיב באינדקס שצוין.
שימוש | החזרות |
---|
Linker.get(index) | אובייקט |
ארגומנט | סוג | פרטים |
---|
זה: ui.data.activelist | ui.data.ActiveList | המופע ui.data.ActiveList. |
index | מספר | האינדקס של הרכיב שיש להחזיר. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eThe \u003ccode\u003eget\u003c/code\u003e method retrieves the element located at a specific index within a ui.data.ActiveList.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts the index as an argument and returns the corresponding Object.\u003c/p\u003e\n"],["\u003cp\u003eThis method is utilized within a ui.data.ActiveList instance to access individual elements based on their position.\u003c/p\u003e\n"]]],["The `Linker.get(index)` method retrieves an element from a `ui.data.ActiveList` instance. It accepts a numerical `index` as input, representing the position of the desired element within the list. The method returns the object found at that specified `index`. The `ui.data.ActiveList` instance itself serves as the context for this operation.\n"],null,["# ui.Map.Linker.get\n\n\u003cbr /\u003e\n\nReturns the element at the specified index.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------|---------|\n| Linker.get`(index)` | Object |\n\n| Argument | Type | Details |\n|----------------------------|--------------------|-------------------------------------|\n| this: `ui.data.activelist` | ui.data.ActiveList | The ui.data.ActiveList instance. |\n| `index` | Number | The index of the element to return. |"]]