| | |
| | | protected boolean reusePageParameters() {
|
| | | return true;
|
| | | }
|
| | | |
| | |
|
| | | @Override
|
| | | protected Class<? extends BasePage> getRootNavPageClass() {
|
| | | return RepositoriesPage.class;
|
| | |
| | | counter = 0;
|
| | | }
|
| | |
|
| | | @Override
|
| | | public void populateItem(final Item<ProjectModel> item) {
|
| | | final ProjectModel entry = item.getModelObject();
|
| | |
|
| | |
| | | @Override
|
| | | protected void addDropDownMenus(List<PageRegistration> pages) {
|
| | | PageParameters params = getPageParameters();
|
| | | |
| | |
|
| | | DropDownMenuRegistration menu = new DropDownMenuRegistration("gb.filters",
|
| | | ProjectsPage.class);
|
| | | // preserve time filter option on repository choices
|