Survei Riset: Ceritakan pengalaman Anda dengan Blockly
Mulai survei
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
blockly > FieldCheckbox > getDisplayText_
Metode FieldCheckbox.getDisplayText_()
Tanda Tangan:
getDisplayText_(): string;
Hasil:
string
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-09-09 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]