Anuncio: Todos los proyectos no comerciales registrados para usar Earth Engine antes del
15 de abril de 2025 deben
verificar su elegibilidad no comercial para mantener el acceso a Earth Engine.
ui.SplitPanel.setFirstPanel
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Devuelve este panel dividido.
Uso | Muestra |
---|
SplitPanel.setFirstPanel(panel) | ui.SplitPanel |
Argumento | Tipo | Detalles |
---|
esta: ui.splitpanel | ui.SplitPanel | Es la instancia de ui.SplitPanel. |
panel | ui.Panel | Panel que se mostrará a la izquierda o en la parte superior de la división. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-26 (UTC)
[null,null,["Última actualización: 2025-07-26 (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. |"]]