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 int
getDraggedColumnIndex()
Returns the index of the column which dragged happened.int
getDraggedIndex()
Returns the dragged index.int
getDroppedColumnIndex()
Returns the index of the column which dropped happened.int
getDroppedIndex()
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.
-
-