Create more advanced toolbars by adding components.
---------------------------------------------------
Key: RCP-542
URL: http://jira.springframework.org/browse/RCP-542
Project: Spring Framework Rich Client Project
Issue Type: Improvement
Components: Command System
Reporter: Nils Olsson
Priority: Minor
By adding this patch it will be possible to add Components to the toolbar through a CommandGroupFactoryBean.
<bean id="toolBar" class="org.springframework.richclient.command.CommandGroupFactoryBean">
<property name="members">
<list>
<ref bean="yourComponent"/>
</list>
</property>
</bean>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|