ui.SplitPanel.setWipe
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הפעלה או השבתה של אפקט המחיקה.
מחזירה את החלונית המפוצלת.
שימוש | החזרות |
---|
SplitPanel.setWipe(wipe) | ui.SplitPanel |
ארגומנט | סוג | פרטים |
---|
זה: ui.splitpanel | ui.SplitPanel | המופע ui.SplitPanel. |
wipe | בוליאני | האם להפעיל את אפקט המחיקה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 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. |"]]