Revision a2560b65
Added by Andreas Müller about 1 year ago
src/main/java/eu/etaxonomy/cdm/vaadin/component/TextFieldNFix.java | ||
---|---|---|
26 | 26 |
* |
27 | 27 |
* @author a.kohlbecker |
28 | 28 |
* @since Dec 21, 2017 |
29 |
* |
|
30 | 29 |
*/ |
31 | 30 |
public class TextFieldNFix extends TextField { |
32 | 31 |
|
src/main/java/eu/etaxonomy/cdm/vaadin/view/occurrence/CollectionEditorPresenter.java | ||
---|---|---|
40 | 40 |
/** |
41 | 41 |
* @author a.kohlbecker |
42 | 42 |
* @since Dec 21, 2017 |
43 |
* |
|
44 | 43 |
*/ |
45 | 44 |
@SpringComponent |
46 | 45 |
@Scope("prototype") |
src/main/java/eu/etaxonomy/cdm/vaadin/view/occurrence/CollectionPopupEditor.java | ||
---|---|---|
107 | 107 |
nameField.setWidth(100, Unit.PERCENTAGE); |
108 | 108 |
|
109 | 109 |
row++; |
110 |
superCollectionCombobox = new ToOneRelatedEntityCombobox<Collection>("In collection", Collection.class);
|
|
110 |
superCollectionCombobox = new ToOneRelatedEntityCombobox<>("In collection", Collection.class); |
|
111 | 111 |
|
112 | 112 |
addField(superCollectionCombobox, "superCollection", 0, row, 2, row); |
113 | 113 |
|
Also available in: Unified diff
cleanup