333435363738394041
protected void populateItem(ListItem item) { Stage stage = (Stage) item.getModelObject(); item.add(new Label("name", stage.getClass().getName())); item.add(new PropertiesPanel("properties", new Model(stage.getProperties()))); } }); }
35363738394041
item.add(new Label("interface", clazz.getName())); } }); this.add(new PropertiesPanel("properties", new Model(component.getProperties()))); }