إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ui.Select.setValue
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تضبط هذه السمة القيمة المحدّدة.
تعرض هذه السمة عنصر الاختيار.
الاستخدام | المرتجعات |
---|
Select.setValue(value, trigger) | ui.Select |
الوسيطة | النوع | التفاصيل |
---|
هذا: ui.select | ui.Select | مثيل ui.Select |
value | سلسلة | القيمة المطلوب تحديدها. |
trigger | قيمة منطقية، اختيارية | تحديد ما إذا كان سيتم تفعيل عمليات معاودة الاتصال onChange عند تغيير الخاصية value القيمة التلقائية هي "صحيح". |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003e\u003ccode\u003esetValue()\u003c/code\u003e allows you to programmatically set the selected value of a \u003ccode\u003eui.Select\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe method accepts the desired \u003ccode\u003evalue\u003c/code\u003e as a string and an optional \u003ccode\u003etrigger\u003c/code\u003e boolean to control onChange callback execution.\u003c/p\u003e\n"],["\u003cp\u003eUsing \u003ccode\u003esetValue()\u003c/code\u003e returns the \u003ccode\u003eui.Select\u003c/code\u003e instance, enabling method chaining.\u003c/p\u003e\n"]]],["The `Select.setValue()` method sets the selected value within a `ui.Select` instance. It accepts a `value` (string) and an optional `trigger` (boolean) argument, defaulting to true, which controls whether onChange callbacks are executed. This method returns the `ui.Select` instance itself, allowing for method chaining.\n"],null,["# ui.Select.setValue\n\n\u003cbr /\u003e\n\nSets the selected value.\n\n\u003cbr /\u003e\n\nReturns this select.\n\n| Usage | Returns |\n|---------------------------------------|-----------|\n| Select.setValue`(value, `*trigger*`)` | ui.Select |\n\n| Argument | Type | Details |\n|-------------------|-------------------|------------------------------------------------------------------------------------------|\n| this: `ui.select` | ui.Select | The ui.Select instance. |\n| `value` | String | The value to select. |\n| `trigger` | Boolean, optional | Whether to trigger onChange callbacks when the value property changes. Defaults to true. |"]]