ui.DateSlider.getDisabled
Returns whether the slider is disabled.
Usage | Returns |
---|
DateSlider.getDisabled() | Boolean |
Argument | Type | Details |
---|
this: ui.dateslider | ui.DateSlider | The ui.DateSlider instance. |
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."],[[["Returns a Boolean value indicating whether the DateSlider is disabled."],["Uses the `DateSlider.getDisabled()` method to retrieve the disabled state."],["Accepts the ui.DateSlider instance as an argument."]]],["The `DateSlider.getDisabled()` method determines if a date slider is disabled. It takes a `ui.DateSlider` instance as an argument. The method then returns a Boolean value, representing whether the specified date slider is disabled (true) or not (false). The argument of the function `ui.dateslider` is an object that represents the DateSlider instance.\n"]]