3.10.9.3. 记录集

如果过滤器applyTo 属性中定义了相应的表格组件,则可以在界面中使用记录集。例如:

  1. <layout>
  2. <filter id="customerFilter"
  3. datasource="customersDs"
  4. applyTo="customersTable"/>
  5. <groupTable id="customersTable"
  6. width="100%">
  7. <buttonsPanel>
  8. <button action="customersTable.create"/>
  9. ...
  10. </buttonsPanel>
  11. ...

Add to setAdd to current set / Remove from set 会出现在表格右键菜单中。如果一个表格包含 buttonsPanel(如上例所示),则还会添加相应的表格按钮。

记录集是 SearchFolder 实体的实例,存储在相关的 SYS_FOLDERSEC_SEARCH_FOLDER 表。