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() )); } }