Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ui.Button.setDisabled
Stay organized with collections
Save and categorize content based on your preferences.
Sets whether the button is disabled.
Returns this button.
Usage | Returns | Button.setDisabled(disabled) | ui.Button |
Argument | Type | Details | this: ui.button | ui.Button | The ui.Button instance. |
disabled | Boolean | Whether the button is disabled. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003esetDisabled\u003c/code\u003e method allows you to enable or disable a button's functionality.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts a boolean value (\u003ccode\u003edisabled\u003c/code\u003e) indicating the desired disabled state of the button.\u003c/p\u003e\n"],["\u003cp\u003eUsing this method returns the \u003ccode\u003eui.Button\u003c/code\u003e instance, allowing for method chaining.\u003c/p\u003e\n"]]],["The `setDisabled` function modifies a button's state, enabling or disabling it. It accepts a boolean `disabled` argument, where `true` disables the button and `false` enables it. This function is applied to a `ui.Button` instance. The function returns the modified `ui.Button` object itself, facilitating method chaining.\n"],null,["# ui.Button.setDisabled\n\n\u003cbr /\u003e\n\nSets whether the button is disabled.\n\n\u003cbr /\u003e\n\nReturns this button.\n\n| Usage | Returns |\n|--------------------------------|-----------|\n| Button.setDisabled`(disabled)` | ui.Button |\n\n| Argument | Type | Details |\n|-------------------|-----------|---------------------------------|\n| this: `ui.button` | ui.Button | The ui.Button instance. |\n| `disabled` | Boolean | Whether the button is disabled. |"]]