Package overit.geocall.platform
Interface Lander<T>
- All Known Implementing Classes:
SimpleLander
public interface Lander<T>
-
Method Summary
-
Method Details
-
setup
It 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.- Parameters:
landing- Landing to the build.t- typically a WindowManager instance to use to insert the constructed page. The WindowManager must be unique for the name of the Landing.
-