|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jcms.taglib.TooltipTag.Tooltip
public static class TooltipTag.Tooltip
| Field Summary | |
|---|---|
protected String |
ttBody
|
protected String |
ttClass
|
protected String |
ttGlp
|
protected String[] |
ttGlpParams
|
protected String |
ttIcon
|
protected String |
ttInline
|
protected String |
ttJsp
|
protected String |
ttTitle
|
| Constructor Summary | |
|---|---|
TooltipTag.Tooltip()
|
|
| Method Summary | |
|---|---|
String |
getTooltip()
Returns the HTML representing a tooltip |
void |
setIcon(String icon)
Set a custom tooltip icon |
void |
setInlineBody(String body)
Set the value of an inline content for a given tooltip |
void |
setLongdesc(String uri)
Set the location where to retrieve the tooltip content |
void |
setProperty(String glp,
String[] params)
Set the property to retrieve using AJAX request |
void |
setSprite(String sprite)
Set a custom sprite icon (override icon) |
void |
setTitle(String title)
Set a custom title icon |
void |
setTooltipClass(String ttClass)
Set a custom tooltip class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String ttClass
protected String ttInline
protected String ttIcon
protected String ttJsp
protected String ttGlp
protected String[] ttGlpParams
protected String ttBody
protected String ttTitle
| Constructor Detail |
|---|
public TooltipTag.Tooltip()
| Method Detail |
|---|
public String getTooltip()
public void setProperty(String glp,
String[] params)
glp - the language propertypublic void setLongdesc(String uri)
uri - the uri to the content (may contains querystring)public void setInlineBody(String body)
body - the content of the tooltip set inlinepublic void setTitle(String title)
title - the title of the iconpublic void setIcon(String icon)
icon - the uri of the iconpublic void setSprite(String sprite)
sprite - the sprite valuepublic void setTooltipClass(String ttClass)
ttClass - the class of the tooltip
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||