限定符和类型 | 方法和说明 |
---|---|
ListSelectedRowCollection |
ConvertOpParameter.getSelectedRows()
进行下推的源单数据;如果是选单,则此参数为空
|
限定符和类型 | 方法和说明 |
---|---|
void |
ConvertOpParameter.setSelectedRows(ListSelectedRowCollection selectedRows) |
限定符和类型 | 方法和说明 |
---|---|
static ListSelectedRowCollection |
ListSelectedRowCollection.deSerialize(java.lang.String base64String)
将反序列化的字符串转为列表选择列集合
|
ListSelectedRowCollection |
ListSelectedRowCollection.getBillListSelectedRowCollection()
返回列表合并行选择数据,有合并行返回第一行数据
|
限定符和类型 | 方法和说明 |
---|---|
static void |
MessageProxy.sendBaseDataSetValueAction(java.lang.String key,
java.lang.String fieldKey,
java.lang.String fieldName,
BasedataEntityType entityType,
ListSelectedRowCollection rows,
IFormView formView,
int clientType,
int rowIndex,
java.lang.String clientMethodName) |
限定符和类型 | 方法和说明 |
---|---|
ListSelectedRowCollection |
BeforeDoOperationEventArgs.getListSelectedData()
列表选择行,多行;允许插件对选择行进行排序,以免在分批操作时,需要优先处理的数据被排在后面处理,影响操作执行结果
|
限定符和类型 | 方法和说明 |
---|---|
void |
BeforeDoOperationEventArgs.setListSelectedData(ListSelectedRowCollection listSelectedData) |
限定符和类型 | 方法和说明 |
---|---|
ListSelectedRowCollection |
AfterF7SelectEvent.getListSelectedRowCollection() |
构造器和说明 |
---|
AfterF7SelectEvent(java.lang.Object source,
java.lang.String actionId,
ListSelectedRowCollection listSelectedRowCollection,
int currentRowIndex) |
限定符和类型 | 方法和说明 |
---|---|
ListSelectedRowCollection |
FormOperate.getListSelectedData()
列表选择行,多行
|
限定符和类型 | 方法和说明 |
---|---|
void |
FormOperate.setListSelectedData(ListSelectedRowCollection listSelectedData) |
限定符和类型 | 方法和说明 |
---|---|
ListSelectedRowCollection |
IListView.getCurrentListAllRowCollection() |
ListSelectedRowCollection |
BillList.getCurrentListAllRowCollection() |
ListSelectedRowCollection |
ListShowParameter.getListSelectedRowCollection() |
ListSelectedRowCollection |
IListView.getSelectedRows() |
ListSelectedRowCollection |
BillList.getSelectedRows()
获取列表中选择的行记录(数据)
|
限定符和类型 | 方法和说明 |
---|---|
void |
BillList.putSelectedRows(ListSelectedRowCollection listSelectedRowCollection)
打开参数设置的选中
|
void |
BillList.restoreSelection(ListSelectedRowCollection alListSelectedRows)
恢复选择行
|
void |
ListShowParameter.setListSelectedRowCollection(ListSelectedRowCollection listSelectedRowCollection) |
限定符和类型 | 方法和说明 |
---|---|
ListSelectedRowCollection |
ListRowClickEvent.getListSelectedRowCollection()
获取列表选择行数据集
|
限定符和类型 | 方法和说明 |
---|---|
void |
ListRowClickEvent.setListSelectedRowCollection(ListSelectedRowCollection listSelectedRowCollection)
设置列表选择行数据集
|
构造器和说明 |
---|
ListRowClickEvent(java.lang.Object source,
int row,
int pageIndex,
ListSelectedRowCollection listSelectedRowCollection,
ListSelectedRow currentListSelectedRow)
构造方法
|
限定符和类型 | 方法和说明 |
---|---|
ListSelectedRowCollection |
StandardTreeListPlugin.deleteOperation(BeforeDoOperationEventArgs args) |
ListSelectedRowCollection |
StandardTreeListPlugin.disableOperation(BeforeDoOperationEventArgs args) |
ListSelectedRowCollection |
StandardTreeListPlugin.enableOperation(BeforeDoOperationEventArgs args) |
ListSelectedRowCollection |
StandardTreeListPlugin.getOperationData(BeforeDoOperationEventArgs args,
BasedataEntityType entityType) |