Package overit.geocall.ux.platform
Class SimpleLander
java.lang.Object
overit.geocall.ux.platform.SimpleLander
- All Implemented Interfaces:
Lander<WindowManager>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetup(Landing landing, WindowManager wm) It deals with building the landing and insert it in the T passed as a parameter.
-
Constructor Details
-
SimpleLander
public SimpleLander()
-
-
Method Details
-
setup
Description copied from interface:LanderIt deals with building the landing and insert it in the T passed as a parameter. It use the Landing definition to set the page to open. Currently the definitions used are:page: path of the page to open. If it is not defined, it must be defined into the lander.posMenu: path of the position of the menu. If it is not specified, the menu will not be set.modeMenu: mode of the menu. The possible values are: "off", "on", "lock".
PARAMkey.- Specified by:
setupin interfaceLander<WindowManager>- Parameters:
landing- Landing to the build.wm- typically a WindowManager instance to use to insert the constructed page. The WindowManager must be unique for the name of the Landing.
-