إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ui.SplitPanel.setFirstPanel
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تعرض هذه الدالة اللوحة المقسّمة.
الاستخدام | المرتجعات |
---|
SplitPanel.setFirstPanel(panel) | ui.SplitPanel |
الوسيطة | النوع | التفاصيل |
---|
هذا: ui.splitpanel | ui.SplitPanel | مثيل ui.SplitPanel |
panel | ui.Panel | اللوحة التي سيتم عرضها على يمين الشاشة المقسّمة أو أعلاها |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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. |"]]