ui.Button.setLabel
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ตั้งค่าป้ายกำกับของปุ่ม
แสดงปุ่มนี้
การใช้งาน | การคืนสินค้า |
---|
Button.setLabel(label) | ui.Button |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ ui.button | ui.Button | อินสแตนซ์ ui.Button |
label | สตริง | ป้ายกำกับของปุ่ม |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003e\u003ccode\u003esetLabel()\u003c/code\u003e lets you customize the text displayed on a button.\u003c/p\u003e\n"],["\u003cp\u003eThis method updates the button's label and returns the \u003ccode\u003eui.Button\u003c/code\u003e instance, allowing for method chaining.\u003c/p\u003e\n"]]],[],null,["# ui.Button.setLabel\n\n\u003cbr /\u003e\n\nSets the button's label.\n\n\u003cbr /\u003e\n\nReturns this button.\n\n| Usage | Returns |\n|--------------------------|-----------|\n| Button.setLabel`(label)` | ui.Button |\n\n| Argument | Type | Details |\n|-------------------|-----------|-------------------------|\n| this: `ui.button` | ui.Button | The ui.Button instance. |\n| `label` | String | The button's label. |"]]