ui.Checkbox.getDisabled
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Gibt zurück, ob das Kästchen deaktiviert ist.
Nutzung | Ausgabe |
---|
Checkbox.getDisabled() | Boolesch |
Argument | Typ | Details |
---|
So gehts: ui.checkbox | ui.Checkbox | Die ui.Checkbox-Instanz. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 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. |"]]