Package | Description |
---|---|
zkmax.layout |
Additional layout related widgets, such as portallayout and tablelayout.
|
zul.wgt |
The basic widgets, such as button and div.
|
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 panel, 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 |
ButtonRenderer.redrawCollapseButton(Panel wgt,
Buffer out,
int the)
Redraws the collapse button HTML.
|
Modifier and Type | Method and Description |
---|---|
static void |
PanelRenderer.isFrameRequired(Panel wgt)
Check the panel whether to render the rounded frame.
|
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.