Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]