|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.MapProvider
public class MapProvider
MapProvider
Constructor Summary | |
---|---|
MapProvider()
|
Method Summary | |
---|---|
java.lang.String |
getBackListHtmlCode()
Gets the html code for list result in Back Office |
java.lang.String |
getDisplayedName()
Gets the displayed name |
java.lang.String |
getFrontHtmlCode()
Gets the html code for front office |
java.lang.String |
getFrontListHtmlCode()
Gets the html code for list result front office |
java.lang.String |
getHtmlCode()
Gets the html code |
java.lang.String |
getKey()
Gets the key. |
boolean |
isMapListSupported()
Defines if map in bo and fo lists is supported |
void |
setBackListHtmlCode(java.lang.String strBackListHtmlCode)
Set back list html code |
void |
setDisplayedName(java.lang.String displayedName)
Set the displayed name |
void |
setFrontHtmlCode(java.lang.String strFrontHtmlCode)
Sets the front html |
void |
setFrontListHtmlCode(java.lang.String strFrontListHtmlCode)
Sets the front list html code |
void |
setHtmlCode(java.lang.String htmlCode)
Sets the html code |
void |
setKey(java.lang.String key)
Sets the key |
void |
setMapListSupported(boolean bMapListSupported)
Set to true if map list is supported, false otherwise |
fr.paris.lutece.util.ReferenceItem |
toRefItem()
Builds a new ReferenceItem for the map provider |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapProvider()
Method Detail |
---|
public java.lang.String getKey()
getKey
in interface IMapProvider
public void setKey(java.lang.String key)
key
- the keypublic java.lang.String getDisplayedName()
getDisplayedName
in interface IMapProvider
public void setDisplayedName(java.lang.String displayedName)
displayedName
- the displayed namepublic java.lang.String getHtmlCode()
getHtmlCode
in interface IMapProvider
public void setHtmlCode(java.lang.String htmlCode)
htmlCode
- the html codepublic fr.paris.lutece.util.ReferenceItem toRefItem()
ReferenceItem
for the map provider
toRefItem
in interface IMapProvider
public java.lang.String getFrontHtmlCode()
getFrontHtmlCode
in interface IMapProvider
public java.lang.String getFrontListHtmlCode()
getFrontListHtmlCode
in interface IMapProvider
public void setFrontListHtmlCode(java.lang.String strFrontListHtmlCode)
strFrontListHtmlCode
- the front list templatepublic void setFrontHtmlCode(java.lang.String strFrontHtmlCode)
strFrontHtmlCode
- the front templatepublic void setBackListHtmlCode(java.lang.String strBackListHtmlCode)
strBackListHtmlCode
- the back list templatepublic java.lang.String getBackListHtmlCode()
getBackListHtmlCode
in interface IMapProvider
public boolean isMapListSupported()
isMapListSupported
in interface IMapProvider
true
if a map can be generated (show on map button), false
otherwise.public void setMapListSupported(boolean bMapListSupported)
true
if map list is supported, false
otherwise
bMapListSupported
- the new value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |