fr.paris.lutece.plugins.form.business
Interface IMapProvider

All Known Implementing Classes:
MapProvider

public interface IMapProvider

IMapProvider : map provider for Geolocation


Method Summary
 java.lang.String getDisplayedName()
          Gets the displayed name
 java.lang.String getHtmlCode()
          Gets the html template
 java.lang.String getKey()
          Gets the key.
 fr.paris.lutece.util.ReferenceItem toRefItem()
          Builds a new ReferenceItem for the map provider.
 

Method Detail

getKey

java.lang.String getKey()
Gets the key. This key must be unique.

Returns:
the key;

getDisplayedName

java.lang.String getDisplayedName()
Gets the displayed name

Returns:
the displayed name

getHtmlCode

java.lang.String getHtmlCode()
Gets the html template

Returns:
the html template

toRefItem

fr.paris.lutece.util.ReferenceItem toRefItem()
Builds a new ReferenceItem for the map provider.
key == getKey( ), value == getDisplayedName( )

Returns:
the item created.


Copyright © 2012 Mairie de Paris. All Rights Reserved.