Package org.zkoss.stateless.action.data
Class PortalDropData
- java.lang.Object
-
- org.zkoss.stateless.action.data.PortalDropData
-
- All Implemented Interfaces:
java.io.Serializable,ActionData
public class PortalDropData extends java.lang.Object implements ActionData
Represents an action after a portal being dropped and before a portal being moved.- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortalDropData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDraggedColumnIndex()Returns the index of the column which dragged happened.intgetDraggedIndex()Returns the dragged index.intgetDroppedColumnIndex()Returns the index of the column which dropped happened.intgetDroppedIndex()Returns the dropped index.
-
-
-
Method Detail
-
getDroppedIndex
public int getDroppedIndex()
Returns the dropped index.
-
getDraggedIndex
public int getDraggedIndex()
Returns the dragged index.
-
getDroppedColumnIndex
public int getDroppedColumnIndex()
Returns the index of the column which dropped happened.
-
getDraggedColumnIndex
public int getDraggedColumnIndex()
Returns the index of the column which dragged happened.
-
-