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.Panel.insert
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Inserta un widget en el panel en el índice especificado.
Devuelve este panel.
Uso | Muestra |
---|
Panel.insert(index, widget) | ui.Panel |
Argumento | Tipo | Detalles |
---|
esta: ui.panel | ui.Panel | Es la instancia de ui.Panel. |
index | Número | Índice en el que se insertará el widget. |
widget | ui.Widget | Es el widget que se insertará. |
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\u003einsert\u003c/code\u003e function adds a ui.Widget to a ui.Panel at a specified index.\u003c/p\u003e\n"],["\u003cp\u003eThis function returns the modified ui.Panel, allowing for method chaining.\u003c/p\u003e\n"],["\u003cp\u003eBoth the insertion index and the widget to be inserted need to be provided as arguments.\u003c/p\u003e\n"]]],["The `Panel.insert()` method adds a widget to a panel at a specific index. It requires an `index` (number) to determine the insertion point and a `widget` (ui.Widget) to be inserted. This method operates on a `ui.Panel` instance and modifies it directly. Upon completion, it returns the updated `ui.Panel` object.\n"],null,["# ui.Panel.insert\n\n\u003cbr /\u003e\n\nInserts a widget into to the panel at the specified index.\n\n\u003cbr /\u003e\n\nReturns this panel.\n\n| Usage | Returns |\n|-------------------------------|----------|\n| Panel.insert`(index, widget)` | ui.Panel |\n\n| Argument | Type | Details |\n|------------------|-----------|------------------------------------------|\n| this: `ui.panel` | ui.Panel | The ui.Panel instance. |\n| `index` | Number | The index at which to insert the widget. |\n| `widget` | ui.Widget | The widget to insert. |"]]