Annuncio: tutti i progetti non commerciali registrati per l'utilizzo di Earth Engine prima del
15 aprile 2025 devono
verificare l'idoneità non commerciale per mantenere l'accesso a Earth Engine.
ui.Checkbox.getDisabled
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Indica se la casella di controllo è disattivata.
Utilizzo | Resi |
---|
Checkbox.getDisabled() | Booleano |
Argomento | Tipo | Dettagli |
---|
questo: ui.checkbox | ui.Checkbox | L'istanza ui.Checkbox. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-26 UTC.
[null,null,["Ultimo aggiornamento 2025-07-26 UTC."],[[["\u003cp\u003e\u003ccode\u003eCheckbox.getDisabled()\u003c/code\u003e is a method that returns a boolean value indicating whether the checkbox is disabled or not.\u003c/p\u003e\n"],["\u003cp\u003eThis method is called on a \u003ccode\u003eui.Checkbox\u003c/code\u003e instance and accepts no arguments.\u003c/p\u003e\n"]]],["The `Checkbox.getDisabled()` method determines if a checkbox is disabled. It returns a Boolean value (true if disabled, false otherwise). The method operates on a `ui.Checkbox` instance, which is passed as the `this` argument. No arguments are passed to the function. This information helps understand the operational status of a given Checkbox.\n"],null,["# ui.Checkbox.getDisabled\n\n\u003cbr /\u003e\n\nReturns whether the checkbox is disabled.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------|---------|\n| Checkbox.getDisabled`()` | Boolean |\n\n| Argument | Type | Details |\n|---------------------|-------------|---------------------------|\n| this: `ui.checkbox` | ui.Checkbox | The ui.Checkbox instance. |"]]