| Package | Description |
|---|---|
| org.zkoss.zkmax.ui.event |
Events of Components in ZK EE.
|
| Modifier and Type | Method and Description |
|---|---|
Portalchildren |
PortalDropEvent.getFrom()
Returns the portalchildren from the dragged panel.
|
Portalchildren |
PortalMoveEvent.getFrom()
Returns the portalchildren from the dragged panel.
|
Portalchildren |
PortalDropEvent.getTo()
Returns the portalchildren where the dragged panel drops to.
|
Portalchildren |
PortalMoveEvent.getTo()
Returns the portalchildren where the dragged panel drops to.
|
| Constructor and Description |
|---|
PortalDropEvent(String evtnm,
org.zkoss.zk.ui.Component target,
Portalchildren from,
Portalchildren to,
org.zkoss.zul.Panel dragged,
int droppedIndex)
Constructs a PortalDrop event.
|
PortalMoveEvent(String evtnm,
org.zkoss.zk.ui.Component target,
Portalchildren from,
Portalchildren to,
org.zkoss.zul.Panel dragged,
int droppedIndex)
Constructs a ColumnMoved event.
|
Copyright © 2026. All rights reserved.