ui.Panel.getLayout
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Pobiera układ panelu.
Wykorzystanie | Zwroty |
---|
Panel.getLayout() | ui.Panel.Layout |
Argument | Typ | Szczegóły |
---|
to: ui.panel | ui.Panel | Instancja ui.Panel. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]