Package com.groiss.smartclient.mobile
Class MobileView
java.lang.Object
com.groiss.smartclient.mobile.MobileView
Used to show some mobile view without the need for the entire mobile client.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionshow
(String title, String module, JSONObject args) show
(String title, String module, JSONObject args, boolean debug) show
(HttpServletRequest req) Servlet Method: Show view using action described inmodule
parameter.
-
Constructor Details
-
MobileView
public MobileView()
-
-
Method Details
-
show
Servlet Method: Show view using action described inmodule
parameter.- Parameters:
req
-- Returns:
- HTML page which loads the required module
-
show
- Parameters:
module
- action showing a view to use- Returns:
- HTML page which loads the required module
-
show
- Parameters:
module
- action showing a view to usedebug
- set totrue
to force dojo debug.- Returns:
- HTML page which loads the required module
-
show
- Parameters:
title
- title shown in browsermodule
- action showing a view to use- Returns:
- * @return HTML page which loads the required module
-
show
- Parameters:
title
- title shown in browsermodule
- action showing a view to usedebug
- set totrue
to force dojo debug.- Returns:
- HTML page which loads the required module
-
show
- Parameters:
title
- title shown in browsermodule
- action showing a view to useargs
- given to action instance- Returns:
- HTML page which loads the required module
-
show
- Parameters:
title
- title shown in browsermodule
- action showing a view to useargs
- given to action instancedebug
- set totrue
to force dojo debug. Is taken from configuration otherwise.- Returns:
- HTML page which loads the required module
-