GWT: How to create a new page

前端 未结 4 1479
攒了一身酷
攒了一身酷 2020-12-03 23:32

I have a GWT MVP application with one page. How can I create a new page and link to it?

4条回答
  •  时光取名叫无心
    2020-12-03 23:37

    you can do one thing, at same page make different layouts and at particular action you can hide one layout and show other layout or component.

提交回复
热议问题