ui.SplitPanel.setWipe
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Bật hoặc tắt hiệu ứng xoá.
Trả về bảng điều khiển phân chia này.
Cách sử dụng | Giá trị trả về |
---|
SplitPanel.setWipe(wipe) | ui.SplitPanel |
Đối số | Loại | Thông tin chi tiết |
---|
this: ui.splitpanel | ui.SplitPanel | Экземпляр ui.SplitPanel. |
wipe | Boolean | Chọn có bật hiệu ứng xoá hay không. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\u003cp\u003eThis method controls the visual "wipe" effect when resizing the split panel.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003esetWipe\u003c/code\u003e takes a boolean argument to enable or disable the wipe effect, and it returns the \u003ccode\u003eui.SplitPanel\u003c/code\u003e instance itself.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this method to customize the appearance and behavior of a \u003ccode\u003eui.SplitPanel\u003c/code\u003e during resizing interactions.\u003c/p\u003e\n"]]],[],null,["# ui.SplitPanel.setWipe\n\n\u003cbr /\u003e\n\nEnables or disables the wiping effect.\n\n\u003cbr /\u003e\n\nReturns this split panel.\n\n| Usage | Returns |\n|----------------------------|---------------|\n| SplitPanel.setWipe`(wipe)` | ui.SplitPanel |\n\n| Argument | Type | Details |\n|-----------------------|---------------|--------------------------------------|\n| this: `ui.splitpanel` | ui.SplitPanel | The ui.SplitPanel instance. |\n| `wipe` | Boolean | Whether to enable the wiping effect. |"]]