Duyuru:
15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için
ticari olmayan uygunluğu doğrulaması gerekir.
ui.DateSlider.setDisabled
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Kaydırma çubuğunun devre dışı olup olmadığını belirler.
Bu kaydırma çubuğunu döndürür.
Kullanım | İadeler |
---|
DateSlider.setDisabled(disabled) | ui.DateSlider |
Bağımsız Değişken | Tür | Ayrıntılar |
---|
bu: ui.dateslider | ui.DateSlider | ui.DateSlider örneği. |
disabled | Boole | Kaydırma çubuğunun devre dışı olup olmadığı. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-26 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. |"]]