Package | Description |
---|---|
zkmax.layout |
Additional layout related widgets, such as portallayout and tablelayout.
|
zul.wnd |
The window related widgets, such as window and panel.
|
Modifier and Type | Method and Description |
---|---|
Panel |
Portallayout.getPanel(int col,
int row)
Returns the specified pnael, or null if not available.
|
Modifier and Type | Method and Description |
---|---|
Array |
Portallayout.getPosition(Panel panel)
Returns an int array[col, row] that indicates the specified panel located
within this portal layout.
|
boolean |
Portallayout.setPanel(Panel panel,
int col,
int row)
Sets the specified panel via the position(col and row).
|
Modifier and Type | Method and Description |
---|---|
static void |
PanelRenderer.isFrameRequired(Panel wgt)
Check the panel whether to render the rounded frame.
|
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.