getString("hr.planning.filter.showPlanning")));
optionsCheckBoxesPanel.add(createAutoRefreshCheckBoxButton(optionsCheckBoxesPanel.newChildId(), new PropertyModel<Boolean>(filter, "showBookedTimesheets"),
getString("hr.planning.filter.showBookedTimesheets")));
optionsCheckBoxesPanel.add(createAutoRefreshCheckBoxButton(optionsCheckBoxesPanel.newChildId(), new PropertyModel<Boolean>(filter, "onlyMyProjects"),
getString("hr.planning.filter.onlyMyProjects")));
optionsCheckBoxesPanel.add(createAutoRefreshCheckBoxButton(optionsCheckBoxesPanel.newChildId(), new PropertyModel<Boolean>(filter, "allProjectsGroupedByCustomer"),
getString("hr.planning.filter.allProjectsGroupedByCustomer")));
optionsCheckBoxesPanel.add(createAutoRefreshCheckBoxButton(optionsCheckBoxesPanel.newChildId(), new PropertyModel<Boolean>(filter, "otherProjectsGroupedByCustomer"),
getString("hr.planning.filter.otherProjectsGroupedByCustomer")));
pageSizeFieldsetPanel.setVisible(false);
setPageSize(Integer.MAX_VALUE);