Project

General

Profile

« Previous | Next » 

Revision 41f187f1

Added by Patrick Plitzner over 7 years ago

ref #5458 Validation for settings dialogs

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/dbstatus/SettingsConfigWindow.java
55 55

  
56 56
        okButton.addClickListener(this);
57 57
        cancelButton.addClickListener(this);
58
        updateButtons();
58 59
    }
59 60

  
60 61
    protected AbstractLayout buildMainLayout() {
......
88 89

  
89 90
        return mainLayout;
90 91
    }
92
    
93
    @Override
94
    protected boolean isValid() {
95
    	return true;
96
    }
91 97

  
92 98
	@Override
93 99
	public void valueChange(ValueChangeEvent event) {

Also available in: Unified diff