ui.data.ActiveList.add
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Dodaje element na końcu listy.
Zwraca ui.data.ActiveList.
Wykorzystanie | Zwroty |
---|
ActiveList.add(el) | ui.data.ActiveList |
Argument | Typ | Szczegóły |
---|
to: ui.data.activelist | ui.data.ActiveList | Instancja ui.data.ActiveList. |
el | Obiekt | Element do dodania. |
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\u003eadd()\u003c/code\u003e method appends an element to the ui.data.ActiveList.\u003c/p\u003e\n"],["\u003cp\u003eIt returns the ui.data.ActiveList instance, allowing for method chaining.\u003c/p\u003e\n"],["\u003cp\u003eThe method accepts the element to be added as an argument.\u003c/p\u003e\n"]]],[],null,["# ui.data.ActiveList.add\n\n\u003cbr /\u003e\n\nAppends an element to the list.\n\n\u003cbr /\u003e\n\nReturns this ui.data.ActiveList.\n\n| Usage | Returns |\n|----------------------|--------------------|\n| ActiveList.add`(el)` | ui.data.ActiveList |\n\n| Argument | Type | Details |\n|----------------------------|--------------------|----------------------------------|\n| this: `ui.data.activelist` | ui.data.ActiveList | The ui.data.ActiveList instance. |\n| `el` | Object | The element to add. |"]]