0

我想创建带有嵌套活动的网络应用程序。一项活动将嵌套其他活动项。我想为 GWT 使用 Slotted 框架,但是没有关于它的好教程。我想知道嵌套活动是否需要场所?

我需要网站模板。右面板(活动)、左、中、上、面包屑。在中心,我想为演示者设置位置。

4

2 回答 2

1

GWT 的ActivityManagerPlaceChangeEvent相关联。所以,是的,您需要使用“地点”来充分利用 Activity 和 ActivityManager 概念。

注意 - Activity和 AbstractActivity 与“Places”没有直接关系

于 2013-03-17T18:03:33.590 回答
0

Slotted has moved to GitHub and has move all the wikis here: https://github.com/slotted/slotted/wiki

There is a good tutorial for porting the standard GWT Activities and Places to Slotted here: https://github.com/slotted/slotted/wiki/Migrate-GWT-Activities-and-Places

As for an example of how to do different layouts, Slotted has an layout example here: https://github.com/slotted/slotted/tree/develop/examples/Layout

于 2015-04-28T15:53:16.527 回答