Project

General

Profile

« Previous | Next » 

Revision 218fbd04

Added by Cherian Mathew about 9 years ago

CdmProgressComponent : Component which indicates progress via text and a progress bar
NewTaxonBaseComposite, StatusComposite : Added taxon name field for synonym creation and using new operation and progress component objects
StatusComposite : Corrections
CdmSQLContainer, LeafNodeTaxonContainer : Moved non-generic methods from CdmSQLContainer to LeafNodeTaxonContainer
StatusPresenter, IStatusComposite : added id filter methods as well as methods to remove all dynamic filters and to refresh the synonym cache
SelectionService : using UI.access to update ui
CdmQueryFactory : removed rank inner join for taxon base query
CdmVaadinOperation : Class which handles async and sync operations
CdmVaadinUtilities : Added methods to run new CdmVaadinOperation objects and to recursively enable / disable components

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/IStatusComposite.java
86 86
         * @return
87 87
         */
88 88
        public CdmSQLContainer getClassificationContainer();
89

  
90
        /**
91
         *
92
         */
93
        public void removeDynamicFilters();
94

  
95
        /**
96
         * @param itemId
97
         */
98
        public void setIdFilter(Object itemId);
99

  
100
        /**
101
         *
102
         */
103
        public void removeIdFilter();
104

  
105
        /**
106
         *
107
         */
108
        public void refreshSynonymCache();
89 109
    }
90 110

  
91 111
    public void setListener(StatusComponentListener listener);

Also available in: Unified diff