ui.Select.setValue
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ตั้งค่าที่เลือก
ส่งคืนการเลือกนี้
การใช้งาน | การคืนสินค้า |
---|
Select.setValue(value, trigger) | ui.Select |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ ui.select | ui.Select | อินสแตนซ์ ui.Select |
value | สตริง | ค่าที่จะเลือก |
trigger | บูลีน ไม่บังคับ | ว่าจะเรียกใช้การเรียกกลับ onChange เมื่อพร็อพเพอร์ตี้ value เปลี่ยนแปลงหรือไม่ ค่าเริ่มต้นคือ True |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\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. |"]]