public class PortalMoveEvent extends Event
Available in ZK EE
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 |
getDragged()
Returns the panel being dragged.
|
int |
getDroppedIndex()
Returns the dropped index.
|
Portalchildren |
getFrom()
Returns the portalchildren from the dragged panel.
|
static PortalMoveEvent |
getPortalMoveEvent(AuRequest request)
Converts an AU request to a portal-move event.
|
Portalchildren |
getTo()
Returns the portalchildren where the dragged panel drops to.
|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
public PortalMoveEvent(java.lang.String evtnm, Component target, Portalchildren from, Portalchildren to, Panel dragged, int droppedIndex)
public static final PortalMoveEvent getPortalMoveEvent(AuRequest request)
public Portalchildren getFrom()
public Portalchildren getTo()
public final Panel getDragged()
public int getDroppedIndex()
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.