Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ui.DateSlider.setDisabled
Stay organized with collections
Save and categorize content based on your preferences.
Sets whether the slider is disabled.
Returns this slider.
Usage | Returns | DateSlider.setDisabled(disabled) | ui.DateSlider |
Argument | Type | Details | this: ui.dateslider | ui.DateSlider | The ui.DateSlider instance. |
disabled | Boolean | Whether the slider 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 the DateSlider, controlling user interaction.\u003c/p\u003e\n"],["\u003cp\u003eUsing this method with the \u003ccode\u003edisabled\u003c/code\u003e argument set to true or false will determine the slider's state, and it returns the ui.DateSlider instance for chaining.\u003c/p\u003e\n"]]],["The `DateSlider.setDisabled(disabled)` method disables a date slider. It accepts a boolean argument, `disabled`, which determines the disabled state. The method returns the `ui.DateSlider` instance, allowing for method chaining. The `ui.DateSlider` instance itself is passed as argument `this`.\n"],null,["# ui.DateSlider.setDisabled\n\n\u003cbr /\u003e\n\nSets whether the slider is disabled.\n\n\u003cbr /\u003e\n\nReturns this slider.\n\n| Usage | Returns |\n|------------------------------------|---------------|\n| DateSlider.setDisabled`(disabled)` | ui.DateSlider |\n\n| Argument | Type | Details |\n|-----------------------|---------------|---------------------------------|\n| this: `ui.dateslider` | ui.DateSlider | The ui.DateSlider instance. |\n| `disabled` | Boolean | Whether the slider is disabled. |"]]