Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
ui.Select.getDisabled
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Menampilkan apakah pilihan dinonaktifkan.
Penggunaan | Hasil |
---|
Select.getDisabled() | Boolean |
Argumen | Jenis | Detail |
---|
ini: ui.select | ui.Select | Instance ui.Select. |
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\u003eThis method determines if the UI select element is disabled, returning a boolean value (true if disabled, false otherwise).\u003c/p\u003e\n"],["\u003cp\u003eIt's used with the \u003ccode\u003eSelect.getDisabled()\u003c/code\u003e syntax and operates on a ui.Select instance.\u003c/p\u003e\n"]]],["The core functionality is determining the disabled state of a select element. `Select.getDisabled()` is used to achieve this. It returns a Boolean value indicating whether the select is disabled or not. The method requires a `ui.Select` instance (`this: ui.select`) as its argument, which represents the specific select element being checked. The return value directly reflects the disabled status.\n"],null,["# ui.Select.getDisabled\n\n\u003cbr /\u003e\n\nReturns whether the select is disabled.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------|---------|\n| Select.getDisabled`()` | Boolean |\n\n| Argument | Type | Details |\n|-------------------|-----------|-------------------------|\n| this: `ui.select` | ui.Select | The ui.Select instance. |"]]