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.Select.getDisabled
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Restituisce un valore che indica se la selezione è disattivata.
Utilizzo | Resi |
---|
Select.getDisabled() | Booleano |
Argomento | Tipo | Dettagli |
---|
questo: ui.select | ui.Select | L'interfaccia utente Seleziona istanza. |
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\u003eThis method determines if the UI select element is disabled, returning a boolean value (true if disabled, false otherwise).\u003c/p\u003e\n"],["\u003cp\u003eIt's used with the \u003ccode\u003eSelect.getDisabled()\u003c/code\u003e syntax and operates on a ui.Select instance.\u003c/p\u003e\n"]]],["The core functionality is determining the disabled state of a select element. `Select.getDisabled()` is used to achieve this. It returns a Boolean value indicating whether the select is disabled or not. The method requires a `ui.Select` instance (`this: ui.select`) as its argument, which represents the specific select element being checked. The return value directly reflects the disabled status.\n"],null,["# ui.Select.getDisabled\n\n\u003cbr /\u003e\n\nReturns whether the select is disabled.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------|---------|\n| Select.getDisabled`()` | Boolean |\n\n| Argument | Type | Details |\n|-------------------|-----------|-------------------------|\n| this: `ui.select` | ui.Select | The ui.Select instance. |"]]