Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
ui.Checkbox.unlisten
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Menghapus callback.
Penggunaan | Hasil |
---|
Checkbox.unlisten(idOrType) | |
Argumen | Jenis | Detail |
---|
ini: ui.widget | ui.Widget | Instance ui.Widget. |
idOrType | String, opsional | ID yang ditampilkan oleh fungsi onEventType() selama pendaftaran callback, jenis peristiwa, atau tidak ada. Jika ID diteruskan, callback yang sesuai akan dihapus. Jika jenis peristiwa diteruskan, semua callback untuk jenis tersebut akan dihapus. Jika tidak ada yang diteruskan, semua callback akan dihapus. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-26 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCheckbox.unlisten()\u003c/code\u003e method removes registered callbacks associated with a checkbox widget.\u003c/p\u003e\n"],["\u003cp\u003eYou can target specific callbacks for removal using their unique ID or remove all callbacks of a certain event type.\u003c/p\u003e\n"],["\u003cp\u003eCalling \u003ccode\u003eunlisten()\u003c/code\u003e without any arguments will remove all registered callbacks for the checkbox.\u003c/p\u003e\n"]]],["The `Checkbox.unlisten()` function deletes callbacks associated with a UI widget. It accepts an optional `idOrType` argument. If an ID is provided, it removes the specific callback. If an event type is given, all callbacks for that type are removed. If no argument is passed, all registered callbacks for the widget are deleted. This method does not return any value.\n"],null,["# ui.Checkbox.unlisten\n\n\u003cbr /\u003e\n\nDeletes callbacks.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------|---------|\n| Checkbox.unlisten`(`*idOrType*`)` | |\n\n| Argument | Type | Details |\n|-------------------|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `ui.widget` | ui.Widget | The ui.Widget instance. |\n| `idOrType` | String, optional | Either an ID returned by an onEventType() function during callback registration, an event type, or nothing. If an ID is passed, the corresponding callback is deleted. If an event type is passed, all callbacks for that type are deleted. If nothing is passed, all callbacks are deleted. |"]]