Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ui.SplitPanel.setSecondPanel
Stay organized with collections
Save and categorize content based on your preferences.
Returns this split panel.
Usage | Returns | SplitPanel.setSecondPanel(panel) | ui.SplitPanel |
Argument | Type | Details | this: ui.splitpanel | ui.SplitPanel | The ui.SplitPanel instance. |
panel | ui.Panel | The panel to display right of or below the split. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 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. |"]]