ui.SplitPanel.setSecondPanel
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מחזירה את החלונית המפוצלת.
שימוש | החזרות |
---|
SplitPanel.setSecondPanel(panel) | ui.SplitPanel |
ארגומנט | סוג | פרטים |
---|
זה: ui.splitpanel | ui.SplitPanel | המופע ui.SplitPanel. |
panel | ui.Panel | החלונית שמוצגת משמאל או מתחת למסך המפוצל. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eThe \u003ccode\u003eSplitPanel.setSecondPanel()\u003c/code\u003e method allows you to set the content of the second panel within a split panel layout.\u003c/p\u003e\n"],["\u003cp\u003eIt takes a \u003ccode\u003eui.Panel\u003c/code\u003e as an argument, which represents the content you want to display in the second panel.\u003c/p\u003e\n"],["\u003cp\u003eThis method returns the \u003ccode\u003eui.SplitPanel\u003c/code\u003e instance itself, allowing you to chain additional method calls if needed.\u003c/p\u003e\n"]]],[],null,["# ui.SplitPanel.setSecondPanel\n\n\u003cbr /\u003e\n\nReturns this split panel.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------------------|---------------|\n| SplitPanel.setSecondPanel`(panel)` | ui.SplitPanel |\n\n| Argument | Type | Details |\n|-----------------------|---------------|---------------------------------------------------|\n| this: `ui.splitpanel` | ui.SplitPanel | The ui.SplitPanel instance. |\n| `panel` | ui.Panel | The panel to display right of or below the split. |"]]