ui.Slider.setValue
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
กำหนดค่าของแถบเลื่อน
แสดงผลแถบเลื่อนนี้
การใช้งาน | การคืนสินค้า |
---|
Slider.setValue(value, trigger) | ui.Slider |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ ui.slider | ui.Slider | อินสแตนซ์ ui.Slider |
value | ตัวเลข | ค่าของแถบเลื่อน |
trigger | บูลีน ไม่บังคับ | ว่าจะเรียกใช้การเรียกกลับ onChange เมื่อพร็อพเพอร์ตี้ value เปลี่ยนแปลงหรือไม่ ค่าเริ่มต้นคือ True |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eThe \u003ccode\u003esetValue\u003c/code\u003e method allows you to programmatically set the value of a \u003ccode\u003eui.Slider\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts the desired \u003ccode\u003evalue\u003c/code\u003e as a number and an optional \u003ccode\u003etrigger\u003c/code\u003e boolean to control onChange callback execution.\u003c/p\u003e\n"],["\u003cp\u003eCalling \u003ccode\u003esetValue\u003c/code\u003e returns the \u003ccode\u003eui.Slider\u003c/code\u003e instance itself, enabling method chaining.\u003c/p\u003e\n"]]],[],null,["# ui.Slider.setValue\n\n\u003cbr /\u003e\n\nSet the value of the slider.\n\n\u003cbr /\u003e\n\nReturns this slider.\n\n| Usage | Returns |\n|---------------------------------------|-----------|\n| Slider.setValue`(value, `*trigger*`)` | ui.Slider |\n\n| Argument | Type | Details |\n|-------------------|-------------------|------------------------------------------------------------------------------------------|\n| this: `ui.slider` | ui.Slider | The ui.Slider instance. |\n| `value` | Number | The value to slider. |\n| `trigger` | Boolean, optional | Whether to trigger onChange callbacks when the value property changes. Defaults to true. |"]]