|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.ideo.sweetdevria.taglib.AbstractTagDrawer
com.ideo.sweetdevria.taglib.AbstractComponentTagSupport
com.ideo.sweetdevria.taglib.BaseTagSupport
com.ideo.sweetdevria.taglib.tooltip.TooltipContentTag
public class TooltipContentTag
Field Summary | |
---|---|
protected boolean |
autoClose
Automatically close tooltip if parent link moved. |
protected static java.lang.String |
BUILDER_ID
Builder ID. |
protected int |
height
Tooltip height. |
protected int |
shiftX
Horizontal shift between link and tooltip. |
protected int |
shiftY
Vertical shift between link and tooltip. |
protected int |
width
Tooltip width. |
protected int |
zIndex
ZIndex. |
Fields inherited from class com.ideo.sweetdevria.taglib.BaseTagSupport |
---|
frameDisplayed, style, styleClass |
Fields inherited from class com.ideo.sweetdevria.taglib.AbstractComponentTagSupport |
---|
bodyContent, rendered |
Fields inherited from class com.ideo.sweetdevria.taglib.AbstractTagDrawer |
---|
builder, messageKeys, templateEnd, templateStart |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
TooltipContentTag()
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getBuilderId()
Return the targeted builder id for this component as specified in the configuration file. |
int |
getHeight()
Get the height. |
BaseTagSupport |
getHooker()
|
int |
getShiftX()
Get the shiftX. |
int |
getShiftY()
Get the shiftY. |
int |
getWidth()
Get the width. |
int |
getzIndex()
Get the zIndex. |
int |
getZIndex()
|
boolean |
isAutoClose()
|
boolean |
isFrameDisplayed()
|
void |
release()
Release method which must call super.release ! |
void |
setAutoClose(boolean autoClose)
Automatically close tooltip if parent link moved. |
void |
setFrameDisplayed(boolean toDisplay)
|
void |
setHeight(int height)
Set the height. |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext)
Used by HTTP container. |
void |
setShiftX(int shiftX)
Set the shiftX. |
void |
setShiftY(int shiftY)
Set the shiftY. |
void |
setWidth(int width)
Set the width. |
void |
setzIndex(int zIndex)
Set the zIndex. |
void |
setZIndex(int zIndex)
|
Methods inherited from class com.ideo.sweetdevria.taglib.BaseTagSupport |
---|
addCssClass, addCssStyle, getStyle, getStyleClass, setStyle, setStyleClass |
Methods inherited from class com.ideo.sweetdevria.taglib.AbstractComponentTagSupport |
---|
checkId, doAfterBody, doEndTag, doInitBody, doStartTag, getBodyContent, getId, isRendered, refractorContext, setBodyContent, setId, setRendered |
Methods inherited from class com.ideo.sweetdevria.taglib.AbstractTagDrawer |
---|
generateHtmlContent, getBuilder, getMessageKeys, getPageContext, getTemplateEnd, getTemplateStart, setTemplateEnd, setTemplateStart |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
findAncestorWithClass, getParent, getValue, getValues, removeValue, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ideo.sweetdevria.taglib.IRiaTag |
---|
doEndTag, doStartTag, getMessageKeys, getPageContext, getTemplateEnd, getTemplateStart, setTemplateEnd, setTemplateStart |
Methods inherited from interface com.ideo.sweetdevria.taglib.Hideable |
---|
isRendered, setRendered |
Methods inherited from interface javax.servlet.jsp.tagext.BodyTag |
---|
doInitBody, setBodyContent |
Methods inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
doAfterBody |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
---|
doEndTag, doStartTag, getParent, setParent |
Field Detail |
---|
protected static final java.lang.String BUILDER_ID
protected int width
protected int height
protected int shiftX
protected int shiftY
protected int zIndex
protected boolean autoClose
Constructor Detail |
---|
public TooltipContentTag()
Method Detail |
---|
public void release()
IRiaTag
release
in interface IRiaTag
release
in interface javax.servlet.jsp.tagext.Tag
release
in class BaseTagSupport
com.ideo.sweetdevria.taglib
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
IRiaTag
setPageContext
in interface IRiaTag
setPageContext
in interface javax.servlet.jsp.tagext.Tag
setPageContext
in class AbstractTagDrawer
com.ideo.sweetdevria.taglib
public java.lang.String getBuilderId()
IRiaTag
getBuilderId
in interface IRiaTag
getBuilderId
in class AbstractTagDrawer
com.ideo.sweetdevria.taglib
public int getHeight()
public void setHeight(int height)
height
- The height to set.public int getShiftX()
public void setShiftX(int shiftX)
shiftX
- The shiftX to set.public int getShiftY()
public void setShiftY(int shiftY)
shiftY
- The shiftY to set.public int getWidth()
public void setWidth(int width)
width
- The width to set.public int getzIndex()
public int getZIndex()
public void setzIndex(int zIndex)
zIndex
- The zIndex to set.public void setZIndex(int zIndex)
public boolean isAutoClose()
public void setAutoClose(boolean autoClose)
autoClose
- Does the tooltip automaticaly close if parent link has moved ?public BaseTagSupport getHooker()
getHooker
in interface Hookable
public boolean isFrameDisplayed()
isFrameDisplayed
in interface IFrameable
public void setFrameDisplayed(boolean toDisplay)
setFrameDisplayed
in interface IFrameable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |