|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapProvider
IMapProvider : map provider for Geolocation
getKey( )
must return the unique key.getDisplayedName( )
will be displayed in reference lists.
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 |
---|
java.lang.String getKey()
java.lang.String getDisplayedName()
java.lang.String getHtmlCode()
fr.paris.lutece.util.ReferenceItem toRefItem()
ReferenceItem
for the map provider.key == getKey( )
, value == getDisplayedName( )
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |