إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ui.Select.getDisabled
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تعرِض هذه السمة ما إذا كان عنصر الاختيار غير مفعّل.
الاستخدام | المرتجعات |
---|
Select.getDisabled() | منطقي |
الوسيطة | النوع | التفاصيل |
---|
هذا: ui.select | ui.Select | مثيل ui.Select |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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. |"]]