]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/META-INF/spring/commands.xml
Add commands and tha ability to manage more than one item at a time in the result...
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / META-INF / spring / commands.xml
index 5df3ab1b0032bf76bae97e5e106c83fe043ea2e3..76fee46810b197b4e5564f43820d606cf4bade16 100644 (file)
@@ -4,10 +4,18 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
+       <!-- Result list view commands -->
        <bean id="org.argeo.slc.client.ui.refreshResultList"
                class="org.argeo.slc.client.ui.commands.ResultListViewRefreshHandler"
                scope="prototype">
        </bean>
+
+       <bean id="org.argeo.slc.client.ui.removeSelectedResultFromResultList"
+               class="org.argeo.slc.client.ui.commands.RemoveSelectedResultFromResultList"
+               scope="prototype">
+       </bean>
+
+
        <bean id="org.argeo.slc.client.ui.refreshExecutionModulesView"
                class="org.argeo.slc.client.ui.commands.ExecutionModulesViewRefreshHandler"
                scope="prototype">
@@ -37,6 +45,6 @@
                scope="prototype">
        </bean>
        <bean id="org.argeo.slc.client.ui.manageBundles" class="org.argeo.slc.client.ui.commands.ManageBundlesHandler"
-       scope="prototype">
+               scope="prototype">
        </bean>
 </beans>