protected void initUi() {
super.initUi();
setSizeFull();
grid.setColumnExpandRatio(0, 0f); // Hide the column on the left side
mainLayout = new DetailPanel();
setDetailComponent(mainLayout);
// Editor
editorGrid = new GridLayout(2, 7);
editorGrid.setSizeFull();