|
From: Christian H. (JIRA) <no...@sp...> - 2010-01-07 13:08:32
|
[ https://jira.springsource.org/browse/RCP-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50001#action_50001 ]
Christian Heilmann commented on RCP-589:
----------------------------------------
With commit r2144 the method ApplicationPage.showView(ViewDescriptor viewDescriptor) was removed. This method is necessary for showing dynamically created views (see bug RCP-363 that is about the same issue for pages) and was available in RCP 1.0.
What's the suggested way to show dynamically created views? Could you please re-add this method?
> ApplicationPage: add showView(String id, Object input)
> ------------------------------------------------------
>
> Key: RCP-589
> URL: https://jira.springsource.org/browse/RCP-589
> Project: Spring Rich Client Project
> Issue Type: Improvement
> Reporter: Peter De Bruycker
> Assignee: Peter De Bruycker
>
> add showView(String id, Object input) to ApplicationPage
> A setInput method would be added to the View interface, with an empty implementation in AbstractView. Concrete implementations could then implement this method to update its state. This method would be called by the showView method in the ApplicationPage
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.springsource.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|