Support for a default command for TargetableActionCommand
---------------------------------------------------------
Key: RCP-271
URL: http://opensource.atlassian.com/projects/spring/browse/RCP-271
Project: Spring Framework Rich Client Project
Type: New Feature
Components: Command System
Reporter: Arne Limburg
Assigned to: Oliver Hutchison
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://opensource.atlassian.com/projects/spring/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|