|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 20:19:20
|
[ http://jira.springframework.org/browse/RCP-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-271:
-----------------------------
Fix Version/s: 1.x
> Support for a default command for TargetableActionCommand
> ---------------------------------------------------------
>
> Key: RCP-271
> URL: http://jira.springframework.org/browse/RCP-271
> Project: Spring Framework Rich Client Project
> Issue Type: New Feature
> Components: Command System
> Reporter: Arne Limburg
> Assignee: Oliver Hutchison
> Fix For: 1.x
>
> Attachments: TargetableActionCommand.java
>
>
> I have implemented support for a default command for the TargetableActionCommand-class. Sometimes it is appropriate to have a default behavior for an action and replace this behavior with a more specific one if in example some component is showing up on the screen. With my changes the component can register its specific action command executor when it shows up on the screen and deregister it when it hides. After deregistration the TargetableActionCommand will automatically register the default command again. My implementation changes the behavior of TargetableActionCommand NOT, if no default command is set.
--
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
|