Fix bug 28 (https://www.argeo.org/bugzilla/show_bug.cgi?id=28)
authorBruno Sinou <bsinou@argeo.org>
Tue, 19 Mar 2013 20:12:05 +0000 (20:12 +0000)
committerBruno Sinou <bsinou@argeo.org>
Tue, 19 Mar 2013 20:12:05 +0000 (20:12 +0000)
+ Add a sorting and filtering to the user view
+ some cleanings: remove hard-coded plugin ID, factorize command call

git-svn-id: https://svn.argeo.org/slc/trunk@6178 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/DistributionOverviewPage.java

index b7d17eb91e968b5d8351ed7aa960acaad9fc62e6..4401f7da9b2574442e296eeeb28d07c61e9eabdc 100644 (file)
@@ -98,9 +98,9 @@ public class DistributionOverviewPage extends FormPage implements SlcNames {
        // This page widgets
        private NodeViewerComparator comparator;
        private TableViewer viewer;
-       private Text artifactTxt;
        private FormToolkit tk;
        private Composite header;
+       private Text artifactTxt;
        private final static String FILTER_HELP_MSG = "Enter filter criterion separated by a space";
 
        public DistributionOverviewPage(FormEditor formEditor, String title,