Project

General

Profile

« Previous | Next » 

Revision 8f6b3c3a

Added by Andreas Kohlbecker about 7 years ago

ref #6169 allowing to toggle item list and grid

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/presenter/phycobank/ListPresenter.java
34 34
    @Override
35 35
    public void onViewEnter() {
36 36
        super.onViewEnter();
37
        //getView().populateTable(listRegistrations());
38
        getView().populateList(listRegistrations());
37
        getView().populate(listRegistrations());
39 38
    }
40 39

  
41 40
    /**

Also available in: Unified diff