Project

General

Profile

« Previous | Next » 

Revision c33e979b

Added by Andreas Kohlbecker about 7 years ago

ref #6169 preparing for opening name editor

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/phycobank/RegistrationWorkflowViewBean.java
8 8
*/
9 9
package eu.etaxonomy.cdm.vaadin.view.phycobank;
10 10

  
11
import java.util.UUID;
12

  
11 13
import org.springframework.beans.factory.annotation.Autowired;
12 14

  
13 15
import com.vaadin.navigator.View;
......
102 104
    public Label getCaptionLabel() {
103 105
        return design.getCaptionLabel();
104 106
    }
107

  
108
    /**
109
     * {@inheritDoc}
110
     */
111
    @Override
112
    public void openNameEditor(UUID nameUuid) {
113
        // TODO Auto-generated method stub
114

  
115
    }
105 116
}

Also available in: Unified diff