ui.SplitPanel.setWipe
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Włącza lub wyłącza efekt wycierania.
Zwraca ten podzielony panel.
Wykorzystanie | Zwroty |
---|
SplitPanel.setWipe(wipe) | ui.SplitPanel |
Argument | Typ | Szczegóły |
---|
to: ui.splitpanel | ui.SplitPanel | Instancja ui.SplitPanel. |
wipe | Wartość logiczna | Czy włączyć efekt wycierania. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]