ui.Map.Linker.get
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zwraca element o określonym indeksie.
Wykorzystanie | Zwroty |
---|
Linker.get(index) | Obiekt |
Argument | Typ | Szczegóły |
---|
to: ui.data.activelist | ui.data.ActiveList | Instancja ui.data.ActiveList. |
index | Liczba | Indeks elementu do zwrócenia. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]