|
From: Nils O. (JIRA) <no...@sp...> - 2008-02-26 20:00:23
|
[ http://jira.springframework.org/browse/RCP-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nils Olsson updated RCP-542:
----------------------------
Attachment: RCP-542.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
> Priority: Minor
> 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
|