Project

General

Profile

« Previous | Next » 

Revision d3be16a7

Added by Andreas Kohlbecker almost 7 years ago

ref #6169 add, remove, move buttons in ToManyRelatedEntitiesListSelect operational and with correct state

View differences:

src/main/java/eu/etaxonomy/vaadin/component/ToManyRelatedEntitiesComboboxSelect.java
40 40
        // TODO this.fieldTyp = LazyComboBox.class does not work
41 41
        LazyComboBox<V> field = new LazyComboBox<V>(itemType);
42 42
        this.fieldType = (Class<LazyComboBox<V>>) field.getClass();
43
        // addEmptyRowOnInitContent is false in this class since adding row is only possible after setting the PagingProviders
44
        addEmptyRowOnInitContent = false;
43 45
    }
44 46

  
45 47
    /**
......
65 67
        this.filterablePagingProvider = filterablePagingProvider;
66 68
        this.filterableCountProvider = filterableCountProvider;
67 69
        this.pageLength = pageLength;
70
        setInternalValue(null);
68 71
    }
69 72

  
70 73
    /**

Also available in: Unified diff