public class ListRowClickEvent extends RowClickEvent
| 构造器和说明 |
|---|
ListRowClickEvent(java.lang.Object source,
int row,
int pageIndex,
ListSelectedRowCollection listSelectedRowCollection,
ListSelectedRow currentListSelectedRow)
构造方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
ListSelectedRow |
getCurrentListSelectedRow() |
ListSelectedRowCollection |
getListSelectedRowCollection()
获取列表选择行数据集
|
int |
getPageIndex()
获取页面编号
|
boolean |
isCancel()
查看是否取消
|
void |
setCancel(boolean cancel)
设置是否取消
|
void |
setListSelectedRowCollection(ListSelectedRowCollection listSelectedRowCollection)
设置列表选择行数据集
|
void |
setPageIndex(int pageIndex)
设置页面编号
|
getRow, getSourcepublic ListRowClickEvent(java.lang.Object source,
int row,
int pageIndex,
ListSelectedRowCollection listSelectedRowCollection,
ListSelectedRow currentListSelectedRow)
source - 事件源row - 行pageIndex - 页面编号listSelectedRowCollection - 列表选择行数据集allSelectedRowsData - 选择的行数据public boolean isCancel()
public void setCancel(boolean cancel)
cancel - true(取消)or false(未取消)public int getPageIndex()
public void setPageIndex(int pageIndex)
pageIndex - 页面的编号(页码)public ListSelectedRowCollection getListSelectedRowCollection()
public void setListSelectedRowCollection(ListSelectedRowCollection listSelectedRowCollection)
listSelectedRowCollection - 列表选择行数据集public ListSelectedRow getCurrentListSelectedRow()