ui.Panel.getLayout
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הפונקציה מחזירה את הפריסה של החלונית.
שימוש | החזרות |
---|
Panel.getLayout() | ui.Panel.Layout |
ארגומנט | סוג | פרטים |
---|
זה: ui.panel | ui.Panel | מופע ui.Panel. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eThis method retrieves the layout configuration of a panel.\u003c/p\u003e\n"],["\u003cp\u003eIt returns a \u003ccode\u003eui.Panel.Layout\u003c/code\u003e object, representing the panel's layout structure.\u003c/p\u003e\n"],["\u003cp\u003eThe method is called on a \u003ccode\u003eui.Panel\u003c/code\u003e instance, providing access to its layout settings.\u003c/p\u003e\n"]]],["The `Panel.getLayout()` method retrieves the layout of a `ui.Panel` instance. It takes the `ui.Panel` instance as an argument (denoted as `this: ui.panel`) and returns the layout type, represented as `ui.Panel.Layout`. This method allows developers to access and understand the current layout configuration applied to a specific panel.\n"],null,["# ui.Panel.getLayout\n\n\u003cbr /\u003e\n\nGets the panel's layout.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------|-----------------|\n| Panel.getLayout`()` | ui.Panel.Layout |\n\n| Argument | Type | Details |\n|------------------|----------|------------------------|\n| this: `ui.panel` | ui.Panel | The ui.Panel instance. |"]]