|
|
|
@ -94,7 +94,11 @@ public class CellExpandExtraAttrPane extends JPanel {
|
|
|
|
|
private void refresh() { |
|
|
|
|
refreshExtraPanel(); |
|
|
|
|
if (this.cellElement != null) { |
|
|
|
|
this.populate(cellElement); |
|
|
|
|
if (extras != null) { |
|
|
|
|
for (BasicBeanPane<TemplateCellElement> extra : extras) { |
|
|
|
|
extra.populateBean(cellElement); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|