ui.Select.setDisabled
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Đặt xem có tắt lựa chọn hay không.
Trả về lựa chọn này.
Cách sử dụng | Giá trị trả về |
---|
Select.setDisabled(disabled) | ui.Select |
Đối số | Loại | Thông tin chi tiết |
---|
this: ui.select | ui.Select | Đối tượng ui.Select. |
disabled | Boolean | Liệu lựa chọn có bị vô hiệu hoá hay không. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]