public interface IMapProvider extends Serializable
getKey( )
must return the unique key.getDisplayedName( )
will be displayed in reference lists.Modifier and Type | Method and Description |
---|---|
String |
getDisplayedName()
Gets the displayed name
|
String |
getHtmlCode()
Gets the html template
|
String |
getKey()
Gets the key.
|
Object |
getParameter(int nKey)
returns the Parameter class contains all the parameters of the map
|
fr.paris.lutece.util.ReferenceItem |
toRefItem()
Builds a new
ReferenceItem for the map provider.key == getKey( ) , value == getDisplayedName( ) |
String getKey()
String getDisplayedName()
String getHtmlCode()
fr.paris.lutece.util.ReferenceItem toRefItem()
ReferenceItem
for the map provider.key == getKey( )
, value == getDisplayedName( )
Object getParameter(int nKey)
Copyright © 2022 City of Paris. All rights reserved.