Project

General

Profile

« Previous | Next » 

Revision c226920a

Added by Fabian Reimeier almost 6 years ago

Documentation and refactoring

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/component/distributionStatus/DistributionStatusSettingsConfigWindow.java
28 28
import eu.etaxonomy.cdm.vaadin.view.distributionStatus.settings.DistributionStatusSettingsPresenter;
29 29

  
30 30
/**
31
 *A configuration window to set the available distribution status and toggle the usage of
32
 *abbreviated labels.
31 33
 * @author alex
32 34
 * @since 22.04.2015
33 35
 *
......
54 56
    	this.distributionTableView = distributionTableView;
55 57
    }
56 58

  
59
    /**
60
     * 
61
     * {@inheritDoc}
62
     */
57 63
    @Override
58 64
    protected void init() {
59 65
        boxToggleAbbreviatedLabels.addValueChangeListener(this);
......
66 72
        updateButtons();
67 73
    }
68 74

  
75
    /**
76
     * 
77
     * {@inheritDoc}
78
     */
69 79
    @Override
70 80
    protected AbstractLayout buildMainLayout() {
71 81

  
......
102 112
        return mainLayout;
103 113
    }
104 114

  
115
    /**
116
     * 
117
     * {@inheritDoc}
118
     */
105 119
    @Override
106 120
    protected boolean isValid() {
107 121
    	return true;
108 122
    }
109

  
123
    
124
    /**
125
     * 
126
     * {@inheritDoc}
127
     */
110 128
	@Override
111 129
	public void valueChange(ValueChangeEvent event) {
112 130
		Property<?> property = event.getProperty();
......
115 133
		}
116 134
	}
117 135

  
136
	/**
137
	 * 
138
	 * {@inheritDoc}
139
	 */
118 140
	@Override
119 141
	public void buttonClick(ClickEvent event) {
120 142
		Object source = event.getSource();

Also available in: Unified diff