use of org.eclipse.nebula.widgets.nattable.layer.event.RowStructuralRefreshEvent in project nebula.widgets.nattable by eclipse.
the class RowGroupHeaderLayer method loadState.
// Persistence
@Override
public void loadState(String prefix, Properties properties) {
super.loadState(prefix, properties);
this.model.loadState(prefix, properties);
fireLayerEvent(new RowStructuralRefreshEvent(this));
}
Aggregations