|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMapProvider | |
---|---|
fr.paris.lutece.plugins.form.business |
Uses of IMapProvider in fr.paris.lutece.plugins.form.business |
---|
Classes in fr.paris.lutece.plugins.form.business that implement IMapProvider | |
---|---|
class |
MapProvider
MapProvider |
Methods in fr.paris.lutece.plugins.form.business that return IMapProvider | |
---|---|
IMapProvider |
Entry.getMapProvider()
The selected map provider |
IMapProvider |
IEntry.getMapProvider()
The selected map provider |
static IMapProvider |
MapProviderManager.getMapProvider(java.lang.String strKey)
Gets the mapProvider for the provided key. |
Methods in fr.paris.lutece.plugins.form.business that return types with arguments of type IMapProvider | |
---|---|
java.util.List<IMapProvider> |
EntryTypeGeolocation.getMapProviders()
Returns the available map providers |
static java.util.List<IMapProvider> |
MapProviderManager.getMapProvidersList()
Builds all available providers list |
Methods in fr.paris.lutece.plugins.form.business with parameters of type IMapProvider | |
---|---|
void |
Entry.setMapProvider(IMapProvider mapProvider)
Sets the map provider |
void |
IEntry.setMapProvider(IMapProvider mapProvider)
Sets the map provider |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |