public interface IListView extends IFormView
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
LISTDATACHANGED |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
changeListView(java.lang.String billFormId)
根据表单标识对列表数据进行切换
|
void |
clearSelection() |
void |
export() |
void |
export(long templateId) |
default void |
export(long templateId,
boolean fillParent) |
void |
focusRootNode() |
java.lang.String |
getBillFormId() |
ListSelectedRowCollection |
getCurrentListAllRowCollection() |
ListSelectedRow |
getCurrentSelectedRowInfo() |
int |
getFocusRow() |
java.lang.Object |
getFocusRowPkId() |
IListModel |
getListModel() |
java.util.List<java.lang.Long> |
getSelectedMainOrgIds()
获取选中的主业务组织
|
ListSelectedRowCollection |
getSelectedRows() |
ITreeListView |
getTreeListView() |
void |
importData(java.util.List<java.lang.String> url,
java.lang.String type) |
void |
importData(java.util.List<java.lang.String> url,
java.lang.String type,
java.util.List<java.lang.String> pluginClasses) |
void |
refresh()
只取数的方法
|
void |
returnLookupData() |
void |
setBillFormId(java.lang.String billFormId) |
void |
setSelectedMainOrgIds(java.util.List<java.lang.Long> selectedMainOrgIds) |
activate, addPlugin, addService, cacheFormShowParameter, close, closeRobotMessage, createControlIndex, createFlexModel, download, executeClientCommand, executeClientMethodCallback, getActionResult, getControl, getEntityId, getFormShowParameter, getMainView, getModel, getPageId, getParentView, getReturnData, getRootControl, getService, getServiceAppId, getView, getViewNoPlugin, initialize, invokeOperation, invokeOperation, invokeOperation, openUrl, previewAttachment, returnDataToParent, sendFormAction, sendWebSocketAction, setClientReturnData, setEnable, setEnable, setReturnData, setStatus, setVisible, showConfirm, showConfirm, showConfirm, showConfirm, showConfirm, showConfirm, showConfirm, showErrMessage, showErrorNotification, showErrorNotification, showFieldTip, showFieldTips, showForm, showMessage, showMessage, showMessage, showMessage, showMessage, showOperationResult, showOperationResult, showPictureView, showRobotMessage, showRobotMessage, showSuccessNotification, showSuccessNotification, showSuccessNotification, showSuccessNotification, showTipNotification, showTipNotification, showTipNotification, showTipNotification, showUpload, updateControlMetadata, updateUIMetadatas, updateView, updateView, updateViewstatic final java.lang.String LISTDATACHANGED
IListModel getListModel()
ListSelectedRowCollection getSelectedRows()
void returnLookupData()
void refresh()
ITreeListView getTreeListView()
java.lang.String getBillFormId()
void setBillFormId(java.lang.String billFormId)
int getFocusRow()
ListSelectedRow getCurrentSelectedRowInfo()
java.lang.Object getFocusRowPkId()
void clearSelection()
ListSelectedRowCollection getCurrentListAllRowCollection()
java.util.List<java.lang.Long> getSelectedMainOrgIds()
void setSelectedMainOrgIds(java.util.List<java.lang.Long> selectedMainOrgIds)
SelectedMainOrgIds - 设置选中的主业务组织void export()
void export(long templateId)
default void export(long templateId,
boolean fillParent)
void importData(java.util.List<java.lang.String> url,
java.lang.String type)
void importData(java.util.List<java.lang.String> url,
java.lang.String type,
java.util.List<java.lang.String> pluginClasses)
void focusRootNode()
void changeListView(java.lang.String billFormId)
billFormId - 表单标识