| Package | Description |
|---|---|
| org.zkoss.zkmax.zul |
Components and UI utitilies available in ZK EE.
|
| Modifier and Type | Method and Description |
|---|---|
protected GoldenPanel |
GoldenLayout.getPanel(int col,
int row) |
protected GoldenPanel |
GoldenLayout.getPanel(String area) |
| Modifier and Type | Method and Description |
|---|---|
List<GoldenPanel> |
GoldenLayout.getPanels(int col,
int row)
Get the panels on the specified location.
|
List<GoldenPanel> |
GoldenLayout.getPanels(String area)
Get the GoldenPanels of the specified area name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GoldenLayout.addPanel(GoldenPanel goldenPanel,
GoldenPanel targetGoldenPanel,
String region)
Adds an GoldenPanel to the region of the specified area GoldenPanel.
|
void |
GoldenLayout.addPanel(GoldenPanel goldenPanel,
int col,
int row,
String region)
Adds an GoldenPanel to the region of the GoldenPanel at the specified location.
|
void |
GoldenLayout.addPanel(GoldenPanel goldenPanel,
String area,
String region)
Adds an GoldenPanel to the region of the specified area GoldenPanel.
|
void |
GoldenLayout.addPanelToRoot(GoldenPanel goldenPanel,
String region)
Adds an GoldenPanel to the region of the GoldenLayout.
|
protected void |
GoldenPanel.droppedTo(GoldenPanel dropTarget,
String region) |
void |
GoldenLayout.movePanel(GoldenPanel goldenPanel,
GoldenPanel targetGoldenPanel,
String region)
Moves an existing goldenpanel child of this goldenlayout to a specific region of an area.
|
void |
GoldenLayout.movePanel(GoldenPanel goldenPanel,
int col,
int row,
String region)
Moves an existing goldenpanel child of this goldenlayout to a specific location by col and row indexes.
|
void |
GoldenLayout.movePanel(GoldenPanel goldenPanel,
String area,
String region)
Moves an existing goldenpanel child of this goldenlayout to a specific region of an area.
|
void |
GoldenLayout.movePanelToRoot(GoldenPanel goldenPanel,
String region)
Moves an GoldenPanel to the region of the GoldenLayout.
|
protected String |
GoldenLayout.updateInitialMatrix(GoldenPanel dropTarget,
String region,
String area) |
Copyright © 2026. All rights reserved.