|
From: Jan H. (JIRA) <no...@sp...> - 2008-03-06 14:31:05
|
[ http://jira.springframework.org/browse/RCP-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jan Hoskens closed RCP-542.
---------------------------
Assignee: Jan Hoskens
Resolution: Fixed
Fix Version/s: 1.0.0
Fixed in:
http://spring-rich-c.svn.sourceforge.net/spring-rich-c/?rev=1999&view=rev
Thanks for the patch.
> 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
> Assignee: Jan Hoskens
> Priority: Minor
> Fix For: 1.0.0
>
> Attachments: RCP-542.patch
>
>
> 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
|