|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.map.InfoTemplate
@Deprecated public class InfoTemplate
An InfoTemplate is an object containing a title template and a content template.
These title and content templates can contain references to values by using the token prototype ${[key]}.
These tokens are replaced with the appropriate values when content and title are requested through the methods
getContent(Graphic)
and getTitle(Graphic)
respectively, using the attributes contained in the
Graphic
provided.
Constructor Summary | |
---|---|
InfoTemplate()
Deprecated. Default empty constructor. |
|
InfoTemplate(String title,
String content)
Deprecated. Instantiates an InfoTemplate with the given content and title. |
Method Summary | |
---|---|
protected String |
formatValueNoFields(Object obj)
Deprecated. |
String |
getContent(Graphic graphic)
Deprecated. Gets the content populated with the attribute values of the provided graphic. |
String |
getContentTemplate()
Deprecated. Gets the content without replacing the tokens. |
String |
getTitle(Graphic graphic)
Deprecated. Gets the title populated with the attribute values of the provided graphic. |
String |
getTitleTemplate()
Deprecated. Gets the title without replacing the tokens. |
void |
setContentTemplate(String contentTemplate)
Deprecated. Sets the content template. |
void |
setFields(Field[] fields)
Deprecated. |
void |
setTitleTemplate(String title)
Deprecated. Sets the title template. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InfoTemplate()
public InfoTemplate(String title, String content)
title
- the title of the InfoTemplate.content
- the content of the InfoTemplate.Method Detail |
---|
public String getTitleTemplate()
public void setTitleTemplate(String title)
title
- the title template.public String getContentTemplate()
public void setContentTemplate(String contentTemplate)
contentTemplate
- the content template.public void setFields(Field[] fields)
public String getContent(Graphic graphic)
graphic
- the graphic containing the attributes to be used to populate the content.
public String getTitle(Graphic graphic)
graphic
- the graphic containing the attributes to be used to populate the title.
protected String formatValueNoFields(Object obj)
obj
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |