|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NoFrames
The
recommended 'Smart GWT Architecture'
involves loading as many Smart
GWT-based application views as possible in the first page load, then showing and hiding different views as the user
navigates through the application.
If, for whatever reason, you cannot follow the Smart GWT Architecture and must
load new Smart GWT-based views by contacting the server each time, use the ViewLoader
class to load new views, never frames.
Note that the use of IFrames is
appropriate in certain circumstances, including loading certain types of content within an HTMLFlow
. The only prohibited usage is loading the Smart GWT framework into multiple
frames within the same browser.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |