listColumnDescriptors.add(beforeIndex, getShowSubListRow());
}
this.complexListView = complexListView;
this.localEventBus = new SimpleEventBus();
this.localEventBus.addHandler(PagingSelectionChangeEvent.TYPE, this);
this.localEventBus.addHandler(SortColumnEvent.TYPE, this);
this.localEventBus.addHandler(RefreshListEvent.TYPE, this);
this.localEventBus.addHandler(ShowSubListEvent.TYPE, this);
this.localEventBus.addHandler(ShowCustomColumnDescriptorFormEvent.TYPE, this);