Package org.zkoss.stateless.action.data
Class CellClickData
- java.lang.Object
-
- org.zkoss.stateless.action.data.MouseData
-
- org.zkoss.stateless.action.data.CellClickData
-
- All Implemented Interfaces:
java.io.Serializable
,ActionData
public class CellClickData extends MouseData
Represents an event that indicates a clicking on a cell data for a matrix data component likeIBiglistbox
, and provides more information about the row index and the column index.- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.zkoss.stateless.action.data.MouseData
ALT_KEY, CTRL_KEY, LEFT_CLICK, META_KEY, MIDDLE_CLICK, RIGHT_CLICK, SHIFT_KEY
-
-
Constructor Summary
Constructors Constructor Description CellClickData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumnIndex()
Returns the column index.int
getRowIndex()
Returns the row index
-