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(java.lang.String area) |
Modifier and Type | Method and Description |
---|---|
java.util.List<GoldenPanel> |
GoldenLayout.getPanels(int col,
int row)
Get the panels on the specified location.
|
java.util.List<GoldenPanel> |
GoldenLayout.getPanels(java.lang.String area)
Get the GoldenPanels of the specified area name.
|
Modifier and Type | Method and Description |
---|---|
void |
GoldenLayout.addPanel(GoldenPanel goldenPanel,
GoldenPanel targetGoldenPanel,
java.lang.String region)
Adds an GoldenPanel to the region of the specified area GoldenPanel.
|
void |
GoldenLayout.addPanel(GoldenPanel goldenPanel,
int col,
int row,
java.lang.String region)
Adds an GoldenPanel to the region of the GoldenPanel at the specified location.
|
void |
GoldenLayout.addPanel(GoldenPanel goldenPanel,
java.lang.String area,
java.lang.String region)
Adds an GoldenPanel to the region of the specified area GoldenPanel.
|
void |
GoldenLayout.addPanelToRoot(GoldenPanel goldenPanel,
java.lang.String region)
Adds an GoldenPanel to the region of the GoldenLayout.
|
protected void |
GoldenPanel.droppedTo(GoldenPanel dropTarget,
java.lang.String region) |
void |
GoldenLayout.movePanel(GoldenPanel goldenPanel,
GoldenPanel targetGoldenPanel,
java.lang.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,
java.lang.String region)
Moves an existing goldenpanel child of this goldenlayout to a specific location by col and row indexes.
|
void |
GoldenLayout.movePanel(GoldenPanel goldenPanel,
java.lang.String area,
java.lang.String region)
Moves an existing goldenpanel child of this goldenlayout to a specific region of an area.
|
void |
GoldenLayout.movePanelToRoot(GoldenPanel goldenPanel,
java.lang.String region)
Moves an GoldenPanel to the region of the GoldenLayout.
|
protected java.lang.String |
GoldenLayout.updateInitialMatrix(GoldenPanel dropTarget,
java.lang.String region,
java.lang.String area) |
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.