| Package | Description |
|---|---|
| org.zkoss.zkmax.ui.event |
Events of Components in ZK EE.
|
| org.zkoss.zkmax.zul |
Components and UI utitilies available in ZK EE.
|
| Modifier and Type | Method and Description |
|---|---|
Panel |
PortalMoveEvent.getDragged()
Returns the panel being dragged.
|
| Constructor and Description |
|---|
PortalMoveEvent(java.lang.String evtnm,
Component target,
Portalchildren from,
Portalchildren to,
Panel dragged,
int droppedIndex)
Constructs a ColumnMoved event.
|
| 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 |
|---|---|
int[] |
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).
|
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.