Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

17
LINES

< > BotCompany Repo | #1034691 // G22AllConceptsPanel

JavaX fragment (include) [tags: use-pretranspiled]

Uses 1485K of libraries. Click here for Pure Java version (35638L/233K).

srecord noeq G22AllConceptsPanel(G22Utils g22utils) {
  JConceptsTable table;

  cachedVisualize {
    table = new JConceptsTable(g22utils.concepts, Concept);
    
    // Just show some typical fields
    table.itemToMap_inner2 = c -> litorderedmap(
      description := cget(c, "description"),
      path := f2s_opt(cget(c, "path"))
    );
    
    ret withTopAndBottomMargin(jRaisedCenteredSection("All objects by ID",
      table.visualize()
    ));
  }
}

Author comment

Began life as a copy of #1034688

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034691
Snippet name: G22AllConceptsPanel
Eternal ID of this version: #1034691/4
Text MD5: 4dd56e42d5d70375d866638969e8e5d0
Transpilation MD5: 4adfed654852fdbbe731c81269600895
Author: stefan
Category: javax / gazelle 22
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-03 18:25:19
Source code size: 474 bytes / 17 lines
Pitched / IR pitched: No / No
Views / Downloads: 75 / 136
Version history: 3 change(s)
Referenced in: [show references]