Changeset 3768
- Timestamp:
- Sep 24, 2007, 2:39:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4-stable/src/clients/web/net/sf/basedb/clients/web/plugins/SimpleExport.java
r3679 r3768 227 227 String whichItems = (String)job.getValue(WHICH_ITEMS); 228 228 String format = (String)job.getValue(FORMAT); 229 List<Integer> selectedItems = (List<Integer>)job.getValues("item");230 229 List<String> columns = (List<String>)job.getValues(WHICH_PROPERTIES); 231 230 … … 265 264 QueryWrapper queryWrapper = null; 266 265 ResultIterator result = null; 266 Set<Integer>selectedItems = cc.getSelected(); 267 267 268 268 // The query wrapper allows us to get results from the query in a simplier way
Note: See TracChangeset
for help on using the changeset viewer.