Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ui.SplitPanel.setFirstPanel
Stay organized with collections
Save and categorize content based on your preferences.
Returns this split panel.
Usage | Returns | SplitPanel.setFirstPanel(panel) | ui.SplitPanel |
Argument | Type | Details | this: ui.splitpanel | ui.SplitPanel | The ui.SplitPanel instance. |
panel | ui.Panel | The panel to display left or on top of 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.setFirstPanel()\u003c/code\u003e method allows you to set the panel that appears first (left or top) within a \u003ccode\u003eui.SplitPanel\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis method accepts a \u003ccode\u003eui.Panel\u003c/code\u003e as an argument, representing the panel to be displayed first, and returns the updated \u003ccode\u003eui.SplitPanel\u003c/code\u003e instance.\u003c/p\u003e\n"]]],["The `SplitPanel.setFirstPanel(panel)` method is used to set the first panel within a `ui.SplitPanel` instance. This method accepts one argument, `panel`, of type `ui.Panel`. The `panel` argument specifies the panel that will be displayed either on the left or at the top of the split view. The method returns the `ui.SplitPanel` instance itself.\n"],null,["# ui.SplitPanel.setFirstPanel\n\n\u003cbr /\u003e\n\nReturns this split panel.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------|---------------|\n| SplitPanel.setFirstPanel`(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 left or on top of the split. |"]]