ui.Select.setDisabled
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ตั้งค่าว่าจะปิดใช้การเลือกหรือไม่
ส่งคืนการเลือกนี้
การใช้งาน | การคืนสินค้า |
---|
Select.setDisabled(disabled) | ui.Select |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ ui.select | ui.Select | อินสแตนซ์ ui.Select |
disabled | บูลีน | ปิดใช้การเลือกหรือไม่ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eThe \u003ccode\u003esetDisabled\u003c/code\u003e method allows you to enable or disable a UI select element.\u003c/p\u003e\n"],["\u003cp\u003eCalling \u003ccode\u003esetDisabled\u003c/code\u003e on a \u003ccode\u003eui.Select\u003c/code\u003e instance returns the instance itself, enabling method chaining.\u003c/p\u003e\n"],["\u003cp\u003eThe method accepts a boolean argument, \u003ccode\u003edisabled\u003c/code\u003e, indicating whether the select should be disabled.\u003c/p\u003e\n"]]],["The `Select.setDisabled(disabled)` method controls the disabled state of a select element. It accepts a boolean `disabled` argument, where `true` disables the select and `false` enables it. This method operates on a `ui.Select` instance and returns the same `ui.Select` instance, allowing for method chaining.\n"],null,["# ui.Select.setDisabled\n\n\u003cbr /\u003e\n\nSets whether the select is disabled.\n\n\u003cbr /\u003e\n\nReturns this select.\n\n| Usage | Returns |\n|--------------------------------|-----------|\n| Select.setDisabled`(disabled)` | ui.Select |\n\n| Argument | Type | Details |\n|-------------------|-----------|---------------------------------|\n| this: `ui.select` | ui.Select | The ui.Select instance. |\n| `disabled` | Boolean | Whether the select is disabled. |"]]