調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >FieldCheckbox >getDisplayText_
FieldCheckbox.getDisplayText_() メソッド
署名:
getDisplayText_(): string;
戻り値:
文字列
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-09 UTC。
[null,null,["最終更新日 2024-09-09 UTC。"],[[["This method retrieves the display text for a checkbox field, which is either 'TRUE' or 'FALSE' depending on the checked state."],["It's a method belonging to the `FieldCheckbox` class within the `blockly` library."],["The method returns a string representing the display text of the checkbox."]]],["The `getDisplayText_()` method, part of the `FieldCheckbox` class, is designed to return a string value. This method's core function is encapsulated in its signature: `getDisplayText_(): string;`, indicating it takes no input parameters. The method's output is explicitly defined as a string, per the \"Returns: string\" specification. Essentially, it provides a textual representation, the nature of which is not detailed in the provided context.\n"]]