Project

General

Profile

« Previous | Next » 

Revision a56c8dc5

Added by Patrick Plitzner over 7 years ago

Set focus to search field for specimen editor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/DerivateView.java
396 396

  
397 397
    @Override
398 398
    public void setFocus() {
399
        viewer.getControl().setFocus();
400 399
        //make sure to bind again if maybe in another view the conversation was unbound
401 400
        if(conversation!=null && !conversation.isBound()){
402 401
            conversation.bind();
......
404 403
        if(cdmEntitySession != null) {
405 404
            cdmEntitySession.bind();
406 405
        }
406
        derivateSearchCompositeController.setFocusOnSearchField();
407 407
    }
408 408

  
409 409
    @Override

Also available in: Unified diff