Uses of Class
de.terrestris.shoguncore.model.module.Module
-
-
Uses of Module in de.terrestris.shoguncore.converter
Classes in de.terrestris.shoguncore.converter with type parameters of type Module Modifier and Type Class Description classModuleIdResolver<E extends Module,D extends ModuleDao<E>,S extends ModuleService<E,D>>An ID resolver forModules when deserializing only on the base of ID values. -
Uses of Module in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type Module Modifier and Type Class Description classModuleDao<E extends Module> -
Uses of Module in de.terrestris.shoguncore.model.module
Subclasses of Module in de.terrestris.shoguncore.model.module Modifier and Type Class Description classAccordionPanelThis class represents the an Panel with an accordion layout.classButtonThe Image Module is the Ext JS representation of an HTML img element.classCompositeModuleThis class represents a (simple) compositeModule, i.e.classCoordinateTransformationThe CoordinateTransform module allows the user to transform map coordinates into different projections.classImageThe Image Module is the Ext JS representation of an HTML img element.classMapClass represents a map componentclassNominatimSearchA search module working with the OSM Nominatim Service.classOverpassSearchA search module working with the OSM Overpass API.classOverviewMapClass represents a GeoExt.component.OverviewMap, that displays an overview map of a parent map.classPrintA module which contains a formular to print the map with the mapfish print v3.classWfsSearchA module to search features of a WFS.Methods in de.terrestris.shoguncore.model.module that return Module Modifier and Type Method Description ModuleButton. getConnectedModule()ModuleAccordionPanel. getExpandedItem()Methods in de.terrestris.shoguncore.model.module that return types with arguments of type Module Modifier and Type Method Description List<Module>CompositeModule. getSubModules()Methods in de.terrestris.shoguncore.model.module with parameters of type Module Modifier and Type Method Description voidCompositeModule. addModule(Module module)voidCompositeModule. remove(Module module)voidButton. setConnectedModule(Module connectedModule)voidAccordionPanel. setExpandedItem(Module expandedItem)Method parameters in de.terrestris.shoguncore.model.module with type arguments of type Module Modifier and Type Method Description voidCompositeModule. setSubModules(List<Module> subModules) -
Uses of Module in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type Module Modifier and Type Class Description classModuleRestController<E extends Module,D extends ModuleDao<E>,S extends ModuleService<E,D>> -
Uses of Module in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type Module Modifier and Type Class Description classModuleService<E extends Module,D extends ModuleDao<E>>Service class for theModulemodel. -
Uses of Module in de.terrestris.shoguncore.web
Classes in de.terrestris.shoguncore.web with type parameters of type Module Modifier and Type Class Description classModuleController<E extends Module,D extends ModuleDao<E>,S extends ModuleService<E,D>>
-