ui.SplitPanel.setSecondPanel
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Renvoie ce panneau fractionné.
Utilisation | Renvoie |
---|
SplitPanel.setSecondPanel(panel) | ui.SplitPanel |
Argument | Type | Détails |
---|
ceci : ui.splitpanel | ui.SplitPanel | Instance ui.SplitPanel. |
panel | ui.Panel | Panneau à afficher à droite ou en dessous de la séparation. |
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[null,null,["Dernière mise à jour le 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. |"]]