Uses 911K of libraries. Click here for Pure Java version (1245L/7K).
1 | !7 |
2 | |
3 | cmodule OtherModuleCRUD > DynObjectTable {
|
4 | S moduleLibID = "#1020938/AskQuestions"; |
5 | |
6 | start {
|
7 | dm_vmBus_onMessage_q('conceptsChanged, voidfunc(O concepts) {
|
8 | if (concepts == dm_call(dm_findModule(moduleLibID), 'conceptsObject)) updateData() |
9 | }); |
10 | setModuleName("CRUD for " + moduleLibID);
|
11 | } |
12 | |
13 | afterVisualize { updateData(); }
|
14 | |
15 | void updateData {
|
16 | if (table() == null) ret; // Only update when visible |
17 | setData(conceptsToMaps_gen((L) dm_requireAndCallModule(moduleLibID, 'concepts))); |
18 | } |
19 | } |
download show line numbers debug dex old transpilations
Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020946 |
| Snippet name: | CRUD for other module [read only, so only "R", no "CUD" :D] |
| Eternal ID of this version: | #1020946/16 |
| Text MD5: | 910fc2dac7b3e23cebf80dbcf48b312f |
| Transpilation MD5: | b0fa649eeafa428a7ed8cd4e52f3e6b8 |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX source code (Dynamic Module) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-01-13 03:12:14 |
| Source code size: | 544 bytes / 19 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 593 / 991 |
| Version history: | 15 change(s) |
| Referenced in: | [show references] |