Package | Description |
---|---|
org.zkoss.zkmax.ui.event |
Events of Components in ZK EE.
|
Modifier and Type | Method and Description |
---|---|
Portalchildren |
PortalMoveEvent.getFrom()
Returns the portalchildren from the dragged panel.
|
Portalchildren |
PortalMoveEvent.getTo()
Returns the portalchildren where the dragged panel drops to.
|
Constructor and Description |
---|
PortalMoveEvent(java.lang.String evtnm,
Component target,
Portalchildren from,
Portalchildren to,
Panel dragged,
int droppedIndex)
Constructs a ColumnMoved event.
|
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.