问题描述
我正在使用GWT-Platform MVP模型构建一个Web应用程序(Java)。
我有一个拥有标题,主要内容和页脚的全球主持人。
- 呈现不同的主持人 - 登录页面,退出页面,主页...
Header - 是一个小部件。
我想将Header从小部件到View-Presenter我应该怎么做?
换句话说,我的Global Presenter将包含两个不同的演示者?
I尝试以下回答,但似乎没有为我工作:
1.
我是网络编程新手,特别是使用GWT编程,所以也许我需要更清晰例子,或一些深入的指导。
预先感谢帮助!
请在Youtube上观看Dani的GWTP课程。它有很多帮助。它为我工作。
I am building an web application (Java) using GWT-Platform MVP model.I have one Global presenter that has "Header", "Main-content" and "Footer".
"Main-content" - is presenting different presenters- login page, sign out page, home page..."Header" - is a widget.
I want to convert the Header from widget to View-Presenter how should i do it?In other words how my "Global Presenter" will contain two different presenters?
I tried the following answears but nothing seems to work for me:1. Nested presenters with GWTP2. http://toolongdidntread.com/gwt/using-nested-presenters-with-gwtp/
I am new to web programming and especially to programming with GWT, so maybe i need some more clear examples, or some deep guides.
Thanks in advance for the help!
Do watch Dani's GWTP Course on Youtube. It helps a lot. It has worked for me.
这篇关于GWT平台一位全球主持人中的几位嵌套主持人的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!