|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zk.ui.event.Event org.zkoss.zkmax.ui.event.PortalMoveEvent
public class PortalMoveEvent
Represents an event caused by a portal being moved.
Available in ZK EE
Constructor Summary | |
---|---|
PortalMoveEvent(java.lang.String evtnm,
Component target,
Portalchildren from,
Portalchildren to,
Panel dragged,
int droppedIndex)
Constructs a ColumnMoved event. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.zkoss.zk.ui.event.Event |
---|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PortalMoveEvent(java.lang.String evtnm, Component target, Portalchildren from, Portalchildren to, Panel dragged, int droppedIndex)
Method Detail |
---|
public static final PortalMoveEvent getPortalMoveEvent(AuRequest request)
public Portalchildren getFrom()
public Portalchildren getTo()
public final Panel getDragged()
public int getDroppedIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |