إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ui.SplitPanel.setPanel
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تعرض هذه السمة اللوحة المطلوبة في اللوحة المقسّمة.
الاستخدام | المرتجعات |
---|
SplitPanel.setPanel(index, panel) | ui.Panel |
الوسيطة | النوع | التفاصيل |
---|
هذا: ui.splitpanel | ui.SplitPanel | مثيل ui.SplitPanel |
index | العدد | 0 للوحة العلوية أو اليسرى، و1 للوحة السفلية أو اليمنى |
panel | ui.Panel | اللوحة التي ستتم إضافتها إلى اللوحة المقسّمة |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003e\u003ccode\u003eSplitPanel.setPanel()\u003c/code\u003e allows you to specify a UI panel to be displayed within a split panel, replacing the existing panel at the specified index.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eindex\u003c/code\u003e parameter designates the target panel (0 for top/left, 1 for bottom/right) within the split panel layout.\u003c/p\u003e\n"],["\u003cp\u003eThis method is used for dynamic modification of content within a split panel UI element.\u003c/p\u003e\n"]]],[],null,["# ui.SplitPanel.setPanel\n\n\u003cbr /\u003e\n\nReturns the requested panel in the split panel.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------------|----------|\n| SplitPanel.setPanel`(index, panel)` | ui.Panel |\n\n| Argument | Type | Details |\n|-----------------------|---------------|-------------------------------------------------------|\n| this: `ui.splitpanel` | ui.SplitPanel | The ui.SplitPanel instance. |\n| `index` | Number | 0 for top or left panel, 1 for bottom or right panel. |\n| `panel` | ui.Panel | The panel to add to the split panel. |"]]