Uses of Interface
overit.geocall.platform.Landing
Packages that use Landing
Package
Description
-
Uses of Landing in overit.geocall.platform
Fields in overit.geocall.platform with type parameters of type LandingModifier and TypeFieldDescriptionprotected final ConcurrentHashMap<String, Landing> Layer.landingsMethods in overit.geocall.platform that return LandingModifier and TypeMethodDescriptionCreate a new clone instance of Landing and the parameter is set asparamsvalue of the copy instance.CustomLayer.getLanding(String name, String params) LandingTree.getLanding(String name) Returns the list of the landings extracted from the menu fileMethods in overit.geocall.platform with parameters of type LandingModifier and TypeMethodDescriptionfinal voidLayer.addLanding(Landing l) Adds a Landing page.voidIt deals with building the landing and insert it in the T passed as a parameter. -
Uses of Landing in overit.geocall.platform.sp
Methods in overit.geocall.platform.sp that return types with arguments of type LandingModifier and TypeMethodDescriptionstatic ServiceLoader<Landing> ServiceLoader.landings()Utility method to get the instance of the service provider responsible to get theLandinginstances -
Uses of Landing in overit.geocall.ui
Fields in overit.geocall.ui declared as LandingMethods in overit.geocall.ui that return LandingMethods in overit.geocall.ui with parameters of type LandingModifier and TypeMethodDescriptionvoidWindowManager.setLanding(Landing landing) Sets theLandingpage -
Uses of Landing in overit.geocall.ux.platform
Classes in overit.geocall.ux.platform that implement LandingMethods in overit.geocall.ux.platform that return LandingModifier and TypeMethodDescriptionstatic LandingSearch for the landing having the name passed as parameter.final LandingMenuLandingTree.getLanding(String name) final LandingSimpleLandingTree.getLanding(String name) Deprecated.static LandingMenuLandingTree.getLandingFromName(String name) Return the landing instance related to the landing name.static LandingSimpleLandingTree.getLandingFromName(String name) Deprecated.Return the landing instance related to the landing name.static LandingMenuLandingTree.getLandingFromPath(String path) Return the landing instance related to the page's pathstatic LandingSimpleLandingTree.getLandingFromPath(String path) Deprecated.Return the landing instance related to the page's pathMethods in overit.geocall.ux.platform with parameters of type Landing